Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c17462 int *pInt; in sqlite3MemsysGetHeader() local
17470 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
17472 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
17554 int *pInt; in sqlite3MemMalloc() local
17596 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
17597 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
17598 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
17599 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
17600 p = (void*)pInt; in sqlite3MemMalloc()

Completed in 346 milliseconds