Searched refs:xSize (Results 1 – 5 of 5) sorted by relevance
303 ASN1_INTEGER *xSize; member376 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),621 val = ASN1_INTEGER_get(info->xSize); in i2r_LogotypeImageInfo()
1256 int (*xSize)(void*); /* Return the size of an allocation */ member
1809 int (*xSize)(void*); /* Return the size of an allocation */ member18545 return sqlite3GlobalConfig.m.xSize(p); in sqlite3MallocSize()18555 return sqlite3GlobalConfig.m.xSize(p); in sqlite3DbMallocSize()
1478 int (*xSize)(void*); /* Return the size of an allocation */ member
1692 int (*xSize)(void*); /* Return the size of an allocation */ member21108 return sqlite3GlobalConfig.m.xSize(p);21122 return sqlite3GlobalConfig.m.xSize(p);21129 return (sqlite3_uint64)sqlite3GlobalConfig.m.xSize(p);