Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c28311 int *pInt; in sqlite3MemsysGetHeader() local
28319 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
28321 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
28403 int *pInt; in sqlite3MemMalloc() local
28445 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
28446 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
28447 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
28448 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
28449 p = (void*)pInt; in sqlite3MemMalloc()
240219 int *pInt = (int*)pArg; local
[all …]