Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.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()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c23941 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument
23947 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()
23951 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
23952 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()