Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c27586 int *pInt; in sqlite3MemsysGetHeader() local
27594 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
27596 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
27678 int *pInt; in sqlite3MemMalloc() local
27720 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
27721 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
27722 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
27723 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
27724 p = (void*)pInt; in sqlite3MemMalloc()
234734 int *pInt = (int*)pArg;
[all …]