OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_pcache_methods
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_init.c
33
sqlite3_pcache_methods
pcache;
157
sqlite3_pcache_methods
pcachemethods = {
test_pcache.c
425
static const
sqlite3_pcache_methods
testPcache = {
438
static
sqlite3_pcache_methods
defaultPcache;
sqlite.h.in
[
all
...]
pcache1.c
903
static const
sqlite3_pcache_methods
defaultMethods = {
main.c
181
** methods. The
sqlite3_pcache_methods
.xInit() all is embedded in the
359
sqlite3GlobalConfig.pcache = *va_arg(ap,
sqlite3_pcache_methods
*);
367
*va_arg(ap,
sqlite3_pcache_methods
*) = sqlite3GlobalConfig.pcache;
[
all
...]
sqliteInt.h
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h
5846
typedef struct
sqlite3_pcache_methods
sqlite3_pcache_methods
;
typedef in typeref:struct:sqlite3_pcache_methods
5847
struct
sqlite3_pcache_methods
{
struct
[
all
...]
sqlite3.c
6389
typedef struct
sqlite3_pcache_methods
sqlite3_pcache_methods
;
typedef in typeref:struct:sqlite3_pcache_methods
6390
struct
sqlite3_pcache_methods
{
struct
[
all
...]
Completed in 796 milliseconds