Lines Matching refs:pInt
23204 int *pInt; in sqlite3MemsysGetHeader() local
23212 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
23214 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
23296 int *pInt; in sqlite3MemMalloc() local
23338 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
23339 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
23340 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
23341 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
23342 p = (void*)pInt; in sqlite3MemMalloc()
200745 int *pInt = (int*)pArg;
200746 if( *pInt>0 ){
200747 sessions_strm_chunk_size = *pInt;
200749 *pInt = sessions_strm_chunk_size;