Lines Matching defs:pInt
27087 int *pInt;
27095 pInt = (int*)pAllocation;
27097 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD );
27179 int *pInt;
27221 pInt = (int*)&pHdr[1];
27222 pInt[nReserve/sizeof(int)] = REARGUARD;
27223 randomFill((char*)pInt, nByte);
27224 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte);
27225 p = (void*)pInt;
184364 ** u64 *pInt, // sqlite3LogEstToInt(*pLogEst)
184365 ** int *pLogEst2 // sqlite3LogEst(*pInt)
231392 int *pInt = (int*)pArg;
231393 if( *pInt>0 ){
231394 sessions_strm_chunk_size = *pInt;
231396 *pInt = sessions_strm_chunk_size;