Lines Matching refs:pInt
27586 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;
234735 if( *pInt>0 ){
234736 sessions_strm_chunk_size = *pInt;
234738 *pInt = sessions_strm_chunk_size;