Home
last modified time | relevance | path

Searched refs:pAllocation (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c15121 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument
15127 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()
15131 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
15132 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()
/NextBSD/contrib/sqlite3/
HDsqlite3.c17574 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument
17580 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()
17584 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
17585 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()