Searched refs:xSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dhttp_curl.c314 ASN1_INTEGER *xSize; member in struct:__anon6549
387 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
665 val = ASN1_INTEGER_get(info->xSize);
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.h1633 ** xSize should return the allocated size of a memory allocation
1671 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
8017 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dshell.c4341 fprintf(memtraceOut, "MEMTRACE: free %d bytes\n", memtraceBase.xSize(p));
4353 memtraceBase.xSize(p), memtraceBase.xRoundup(n));
4358 return memtraceBase.xSize(p);
H A Dsqlite3.c2696 ** xSize should return the allocated size of a memory allocation
2734 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
9080 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
[all...]

Completed in 672 milliseconds