Lines Matching refs:pInt
23943 int *pInt; in sqlite3MemsysGetHeader() local
23951 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
23953 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
24035 int *pInt; in sqlite3MemMalloc() local
24077 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
24078 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
24079 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
24080 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
24081 p = (void*)pInt; in sqlite3MemMalloc()
206998 int *pInt = (int*)pArg;
206999 if( *pInt>0 ){
207000 sessions_strm_chunk_size = *pInt;
207002 *pInt = sessions_strm_chunk_size;