Home
last modified time | relevance | path

Searched refs:pInt (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c15123 int *pInt; in sqlite3MemsysGetHeader() local
15131 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
15133 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
15215 int *pInt; in sqlite3MemMalloc() local
15257 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()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c23943 int *pInt; in sqlite3MemsysGetHeader() local
23951 pInt = (int*)pAllocation; 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()
24081 p = (void*)pInt; in sqlite3MemMalloc()
206998 int *pInt = (int*)pArg;
206999 if( *pInt>0 ){
207000 sessions_strm_chunk_size = *pInt;
[all …]