Searched refs:pcache (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_init.c33 sqlite3_pcache_methods pcache; member in struct:Wrapped
41 int pcache_init; /* True if pcache subsystem is initalized */
42 int pcache_fail; /* True to fail pcache subsystem inialization */
114 rc = wrapped.pcache.xInit(wrapped.pcache.pArg);
122 wrapped.pcache.xShutdown(wrapped.pcache.pArg);
127 return wrapped.pcache.xCreate(a, b);
130 wrapped.pcache.xCachesize(p, n);
133 return wrapped.pcache
[all...]
H A Dpcache.c134 sqlite3GlobalConfig.pcache.xUnpin(pCache->pCache, p, 0);
144 if( sqlite3GlobalConfig.pcache.xInit==0 ){
150 return sqlite3GlobalConfig.pcache.xInit(sqlite3GlobalConfig.pcache.pArg);
153 if( sqlite3GlobalConfig.pcache.xShutdown ){
155 sqlite3GlobalConfig.pcache.xShutdown(sqlite3GlobalConfig.pcache.pArg);
194 sqlite3GlobalConfig.pcache.xDestroy(pCache->pCache);
224 p = sqlite3GlobalConfig.pcache.xCreate(nByte, pCache->bPurgeable);
228 sqlite3GlobalConfig.pcache
[all...]
H A Dmain.c180 ** The following mutex is what serializes access to the appdef pcache xInit
359 sqlite3GlobalConfig.pcache = *va_arg(ap, sqlite3_pcache_methods*);
364 if( sqlite3GlobalConfig.pcache.xInit==0 ){
367 *va_arg(ap, sqlite3_pcache_methods*) = sqlite3GlobalConfig.pcache;
2643 ** Return the size of a pcache header in bytes.
H A DsqliteInt.h648 #include "pcache.h"
2428 sqlite3_pcache_methods pcache; /* Low-level page-cache interface */ member in struct:Sqlite3Config
/external/srec/srec/clib/
H A Dswicms.c456 imeldata *pcache, *pframe; local
462 pcache = swicms->cached_sections[ i];
465 for (i = 0; i < MAX_CHAN_DIM; i++) *pcache++ = 0;
466 pcache -= MAX_CHAN_DIM;
469 for (i = 0; i < MAX_CHAN_DIM; i++) *pcache++ += *pframe++;
/external/chromium_org/third_party/opus/src/celt/
H A Drate.c158 const unsigned char *pcache; local
183 pcache = bits + cindex[(LM0+1)*m->nbEBands+j];
184 max_bits = pcache[pcache[0]]+1;
/external/libopus/celt/
H A Drate.c158 const unsigned char *pcache; local
183 pcache = bits + cindex[(LM0+1)*m->nbEBands+j];
184 max_bits = pcache[pcache[0]]+1;
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3c.tcl103 pcache.h
244 pcache.c
/external/chromium_org/third_party/sqlite/src/
H A DMakefile.in176 pager.lo parse.lo pcache.lo pcache1.lo pragma.lo prepare.lo printf.lo \
247 $(TOP)/src/pcache.c \
248 $(TOP)/src/pcache.h \
408 $(TOP)/src/pcache.c \
441 $(TOP)/src/pcache.h \
660 pcache.lo: $(TOP)/src/pcache.c $(HDR) $(TOP)/src/pcache.h
661 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/pcache.c
663 pcache1.lo: $(TOP)/src/pcache1.c $(HDR) $(TOP)/src/pcache
[all...]
H A DMakefile.vxworks209 pager.o parse.o pcache.o pcache1.o pragma.o prepare.o printf.o \
272 $(TOP)/src/pcache.c \
273 $(TOP)/src/pcache.h \
401 $(TOP)/src/printf.c $(TOP)/src/random.c $(TOP)/src/pcache.c \
422 $(TOP)/src/pcache.h \
H A Dmain.mk64 pager.o parse.o pcache.o pcache1.o pragma.o prepare.o printf.o \
134 $(TOP)/src/pcache.c \
135 $(TOP)/src/pcache.h \
304 $(TOP)/src/pcache.c \
336 $(TOP)/src/pcache.h \
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8476 /************** Include pcache.h in the middle of sqliteInt.h ****************/
8477 /************** Begin file pcache.h ******************************************/
8514 ** Elements above are public. All that follows is private to pcache.c
8622 /* Try to return memory used by the pcache module to the main memory heap */
8634 /************** End of pcache.h **********************************************/
10773 sqlite3_pcache_methods pcache; /* Low-level page-cache interface */ member in struct:Sqlite3Config
11730 {0,0,0,0,0,0,0,0,0,0,0}, /* pcache */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9793 /************** Include pcache.h in the middle of sqliteInt.h ****************/
9794 /************** Begin file pcache.h ******************************************/
9832 ** Elements above are public. All that follows is private to pcache.c
9945 /* Try to return memory used by the pcache module to the main memory heap */
9957 /************** End of pcache.h **********************************************/
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9793 /************** Include pcache.h in the middle of sqliteInt.h ****************/
9794 /************** Begin file pcache.h ******************************************/
9832 ** Elements above are public. All that follows is private to pcache.c
9945 /* Try to return memory used by the pcache module to the main memory heap */
9957 /************** End of pcache.h **********************************************/
[all...]

Completed in 9793 milliseconds