HomeSort by: relevance | last modified time | path
    Searched refs:xSize (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
http_curl.c 315 ASN1_INTEGER *xSize;
388 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
643 val = ASN1_INTEGER_get(info->xSize);
  /src/external/public-domain/sqlite/dist/
sqlite3.h 1780 ** xSize should return the allocated size of a memory allocation
1818 int (*xSize)(void*); /* Return the size of an allocation */
8968 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
shell.c 4120 fprintf(memtraceOut, "MEMTRACE: free %d bytes\n", memtraceBase.xSize(p));
4132 memtraceBase.xSize(p), memtraceBase.xRoundup(n));
4137 return memtraceBase.xSize(p);
    [all...]
sqlite3.c 2101 ** xSize should return the allocated size of a memory allocation
2139 int (*xSize)(void*); /* Return the size of an allocation */
9289 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
    [all...]

Completed in 176 milliseconds