Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c28341 int *pInt; in sqlite3MemsysGetHeader() local
28349 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
28351 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
28433 int *pInt; in sqlite3MemMalloc() local
28475 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
28476 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
28477 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
28478 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
28479 p = (void*)pInt; in sqlite3MemMalloc()
240951 int *pInt = (int*)pArg; local
[all …]