/external/chromium_org/third_party/sqlite/src/src/ |
D | vtab.c | 26 void *pAux, /* Context pointer for xCreate/xConnect */ in createModule() 68 void *pAux /* Context pointer for xCreate/xConnect */ in sqlite3_create_module() 80 void *pAux, /* Context pointer for xCreate/xConnect */ in sqlite3_create_module_v2()
|
D | test_wholenumber.c | 43 void *pAux, in wholenumberConnect()
|
D | test8.c | 396 void *pAux, in echoConstructor() 461 void *pAux, in echoCreate() 509 void *pAux, in echoConnect()
|
D | test_schema.c | 85 void *pAux, in schemaCreate()
|
D | test_tclvar.c | 50 void *pAux, in tclvarConnect()
|
D | test_intarray.c | 81 void *pAux, /* clientdata for the module */ in intarrayCreate()
|
D | recover.c | 1559 void *pAux, in recoverCreate() 1571 void *pAux, in recoverConnect() 2080 void *pAux, /* unused */ in recoverInit()
|
D | test_stat.c | 143 void *pAux, in statConnect()
|
D | test_fuzzer.c | 189 void *pAux, in fuzzerConnect()
|
D | vdbeInt.h | 226 void *pAux; /* Aux data for the i-th argument */ member
|
D | vdbeapi.c | 606 void *pAux, in sqlite3_set_auxdata()
|
D | test_osinst.c | 856 void *pAux, in vlogConnect()
|
D | vdbeaux.c | 2380 struct AuxData *pAux = &pVdbeFunc->apAux[i]; in sqlite3VdbeDeleteAuxData() local
|
D | sqliteInt.h | 1086 void *pAux; /* pAux passed to create_module() */ member
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | fts3.c | 823 void *pAux, /* Hash table containing tokenizers */ in fts3InitVtab() 1025 void *pAux, /* Pointer to tokenizer hash table */ in fts3ConnectMethod() 1035 void *pAux, /* Pointer to tokenizer hash table */ in fts3CreateMethod()
|
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
D | fulltext.c | 855 static int fulltextConnect(sqlite3 *db, void *pAux, int argc, char **argv, in fulltextConnect() 901 static int fulltextCreate(sqlite3 *db, void *pAux, int argc, char **argv, in fulltextCreate()
|
D | fts1.c | 2006 void *pAux, in fulltextConnect() 2055 static int fulltextCreate(sqlite3 *db, void *pAux, in fulltextCreate()
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
D | rtree.c | 716 void *pAux, in rtreeCreate() 729 void *pAux, in rtreeConnect() 2986 void *pAux, /* One of the RTREE_COORD_* constants */ in rtreeInit()
|
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
D | fts2.c | 3062 void *pAux, in fulltextConnect() 3082 static int fulltextCreate(sqlite3 *db, void *pAux, in fulltextCreate()
|
/external/sqlite/dist/ |
D | sqlite3.c | 10767 void *pAux; /* pAux passed to create_module() */ member 14109 void *pAux; /* Aux data pointer */ member
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 10767 void *pAux; /* pAux passed to create_module() */ member 14109 void *pAux; /* Aux data pointer */ member
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 9431 void *pAux; /* pAux passed to create_module() */ member 12440 void *pAux; /* Aux data for the i-th argument */ member
|