HomeSort by: relevance | last modified time | path
    Searched defs:xSize (Results 1 - 3 of 3) 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>)^
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 113 milliseconds