Home
last modified time | relevance | path

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

/NextBSD/contrib/wpa/src/utils/
HDhttp_curl.c303 ASN1_INTEGER *xSize; member
376 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
621 val = ASN1_INTEGER_get(info->xSize); in i2r_LogotypeImageInfo()
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h1256 int (*xSize)(void*); /* Return the size of an allocation */ member
HDsqlite3.c1809 int (*xSize)(void*); /* Return the size of an allocation */ member
18545 return sqlite3GlobalConfig.m.xSize(p); in sqlite3MallocSize()
18555 return sqlite3GlobalConfig.m.xSize(p); in sqlite3DbMallocSize()
/NextBSD/contrib/sqlite3/
HDsqlite3.h1478 int (*xSize)(void*); /* Return the size of an allocation */ member
HDsqlite3.c1692 int (*xSize)(void*); /* Return the size of an allocation */ member
21108 return sqlite3GlobalConfig.m.xSize(p);
21122 return sqlite3GlobalConfig.m.xSize(p);
21129 return (sqlite3_uint64)sqlite3GlobalConfig.m.xSize(p);