OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcache
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_init.c
33
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
.xPagecount(p)
[
all
...]
pcache.c
19
struct
PCache
{
29
sqlite3_pcache *
pCache
; /* Pluggable cache module */
49
** Check that the
pCache
->pSynced variable is set correctly. If it
53
** expensive_assert( pcacheCheckSynced(
pCache
) );
55
static int pcacheCheckSynced(
PCache
*
pCache
){
57
for(p=
pCache
->pDirtyTail; p!=
pCache
->pSynced; p=p->pDirtyPrev){
68
PCache
*p = pPage->
pCache
;
[
all
...]
main.c
180
** 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
;
[
all
...]
sqliteInt.h
648
#include "
pcache
.h"
2428
sqlite3_
pcache
_methods
pcache
; \/* Low-level page-cache interface *\/
member in struct:Sqlite3Config
[
all
...]
/external/chromium_org/third_party/opus/src/celt/
rate.c
158
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/
mksqlite3c.tcl
103
pcache
.h
244
pcache
.c
/external/libopus/celt/
rate.c
158
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/
Makefile.in
176
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
...]
Makefile.vxworks
209
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 \
main.mk
64
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 \
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubio.h
465
pcache
: 1,
member in struct:h1_icrbb_u::__anon1695
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
10773
sqlite3_
pcache
_methods
pcache
; \/* Low-level page-cache interface *\/
member in struct:Sqlite3Config
[
all
...]
Completed in 378 milliseconds