Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c26808 int *pInt; in sqlite3MemsysGetHeader() local
26816 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
26818 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
26900 int *pInt; in sqlite3MemMalloc() local
26942 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
26943 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
26944 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
26945 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
26946 p = (void*)pInt; in sqlite3MemMalloc()
229487 int *pInt = (int*)pArg;
[all …]