Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c23195 int *pInt; in sqlite3MemsysGetHeader() local
23203 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
23287 int *pInt; in sqlite3MemMalloc() local
23329 pInt = (int*)&pHdr[1]; in sqlite3MemMalloc()
23330 pInt[nReserve/sizeof(int)] = REARGUARD; in sqlite3MemMalloc()
23331 randomFill((char*)pInt, nByte); in sqlite3MemMalloc()
23333 p = (void*)pInt; in sqlite3MemMalloc()
200486 int *pInt = (int*)pArg;
200487 if( *pInt>0 ){
200488 sessions_strm_chunk_size = *pInt;
[all …]

Completed in 405 milliseconds