Searched refs:pInt (Results 1 – 2 of 2) sorted by relevance
15123 int *pInt; in sqlite3MemsysGetHeader() local15131 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()15133 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()15215 int *pInt; in sqlite3MemMalloc() local15257 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()15258 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()15259 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()15260 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()15261 p = (void*)pInt; in sqlite3MemMalloc()
23943 int *pInt; in sqlite3MemsysGetHeader() local23951 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()24035 int *pInt; in sqlite3MemMalloc() local24077 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()24078 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()24079 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()24081 p = (void*)pInt; in sqlite3MemMalloc()206998 int *pInt = (int*)pArg;206999 if( *pInt>0 ){207000 sessions_strm_chunk_size = *pInt;[all …]