Searched refs:xSize (Results 1 – 4 of 4) sorted by relevance
315 ASN1_INTEGER *xSize; member388 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),643 val = ASN1_INTEGER_get(info->xSize); in i2r_LogotypeImageInfo()
1771 int (*xSize)(void*); /* Return the size of an allocation */ member
2583 fprintf(memtraceOut, "MEMTRACE: free %d bytes\n", memtraceBase.xSize(p)); in memtraceFree()2595 memtraceBase.xSize(p), memtraceBase.xRoundup(n)); in memtraceRealloc()2600 return memtraceBase.xSize(p); in memtraceSize()
2084 int (*xSize)(void*); /* Return the size of an allocation */ member30582 return sqlite3GlobalConfig.m.xSize((void*)p); in sqlite3MallocSize()30616 return sqlite3GlobalConfig.m.xSize((void*)p); in sqlite3DbMallocSize()30621 return p ? sqlite3GlobalConfig.m.xSize(p) : 0; in sqlite3_msize()