Home
last modified time | relevance | path

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

/external/srec/srec/clib/
Dswicms.c454 imeldata *pcache, *pframe; in swicms_cache_frame() local
460 pcache = swicms->cached_sections[ i]; in swicms_cache_frame()
463 for (i = 0; i < MAX_CHAN_DIM; i++) *pcache++ = 0; in swicms_cache_frame()
464 pcache -= MAX_CHAN_DIM; in swicms_cache_frame()
467 for (i = 0; i < MAX_CHAN_DIM; i++) *pcache++ += *pframe++; in swicms_cache_frame()
/external/quake/quake/src/QW/server/
Dpr_edict.c43 ddef_t *pcache; member
246 def = gefvCache[i].pcache; in GetEdictFieldValue()
255 gefvCache[rep].pcache = def; in GetEdictFieldValue()
/external/quake/quake/src/WinQuake/
Dpr_edict.cpp57 ddef_t *pcache; member
251 def = gefvCache[i].pcache; in GetEdictFieldValue()
260 gefvCache[rep].pcache = def; in GetEdictFieldValue()
/external/sqlite/dist/
Dsqlite3.c10547 sqlite3_pcache_methods pcache; /* Low-level page-cache interface */ member
32963 sqlite3GlobalConfig.pcache.xUnpin(pCache->pCache, p, 0);
32973 if( sqlite3GlobalConfig.pcache.xInit==0 ){
32979 return sqlite3GlobalConfig.pcache.xInit(sqlite3GlobalConfig.pcache.pArg);
32982 if( sqlite3GlobalConfig.pcache.xShutdown ){
32984 sqlite3GlobalConfig.pcache.xShutdown(sqlite3GlobalConfig.pcache.pArg);
33023 sqlite3GlobalConfig.pcache.xDestroy(pCache->pCache);
33053 p = sqlite3GlobalConfig.pcache.xCreate(nByte, pCache->bPurgeable);
33057 sqlite3GlobalConfig.pcache.xCachesize(p, pCache->nMax);
33063 pPage = sqlite3GlobalConfig.pcache.xFetch(pCache->pCache, pgno, eCreate);
[all …]
Dsqlite3.c.orig8271 /************** Include pcache.h in the middle of sqliteInt.h ****************/
8272 /************** Begin file pcache.h ******************************************/
8309 ** Elements above are public. All that follows is private to pcache.c
8417 /* Try to return memory used by the pcache module to the main memory heap */
8429 /************** End of pcache.h **********************************************/
10540 sqlite3_pcache_methods pcache; /* Low-level page-cache interface */
11482 {0,0,0,0,0,0,0,0,0,0,0}, /* pcache */
32823 /************** Begin file pcache.c ******************************************/
32956 sqlite3GlobalConfig.pcache.xUnpin(pCache->pCache, p, 0);
32966 if( sqlite3GlobalConfig.pcache.xInit==0 ){
[all …]