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

/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dhttp_curl.c314 ASN1_INTEGER *xSize; member in struct:__anon136
387 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
665 val = ASN1_INTEGER_get(info->xSize);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d458 int function (void*) xSize; /** Return the size of an allocation */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1731 ** xSize should return the allocated size of a memory allocation
1769 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
8563 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dshell.c2569 fprintf(memtraceOut, "MEMTRACE: free %d bytes\n", memtraceBase.xSize(p));
2581 memtraceBase.xSize(p), memtraceBase.xRoundup(n));
2586 return memtraceBase.xSize(p);
H A Dsqlite3.c2044 ** xSize should return the allocated size of a memory allocation
2082 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
8876 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
[all...]

Completed in 1137 milliseconds