Searched refs:pcache1FetchNoMutex (Results 1 – 1 of 1) sorted by relevance
58636 static PgHdr1 *pcache1FetchNoMutex( function58675 pPage = pcache1FetchNoMutex(p, iKey, createFlag);58702 return (sqlite3_pcache_page*)pcache1FetchNoMutex(p, iKey, createFlag);58763 assert( pcache1FetchNoMutex(p, iOld, 0)==pPage ); /* pPg really is iOld */58771 assert( pcache1FetchNoMutex(p, iNew, 0)==0 ); /* iNew not in cache */