Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c20713 int *pInt; in sqlite3MemsysGetHeader() local
20721 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
20723 assert( pInt[nReserve/sizeof(int)]==(int)REARGUARD ); in sqlite3MemsysGetHeader()
20805 int *pInt; in sqlite3MemMalloc() local
20847 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
20848 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
20849 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
20850 memset(((char*)pInt)+nByte, 0x65, nReserve-nByte); in sqlite3MemMalloc()
20851 p = (void*)pInt; in sqlite3MemMalloc()

Completed in 423 milliseconds