/external/chromium_org/third_party/sqlite/src/src/ |
vtab.c | 26 void *pAux, /* Context pointer for xCreate/xConnect */ 41 pMod->pAux = pAux; 45 pDel->xDestroy(pDel->pAux); 53 xDestroy(pAux); 68 void *pAux /* Context pointer for xCreate/xConnect */ 70 return createModule(db, zName, pModule, pAux, 0); 80 void *pAux, /* Context pointer for xCreate/xConnect */ 83 return createModule(db, zName, pModule, pAux, xDestroy); 461 rc = xConstruct(db, pMod->pAux, nArg, azArg, &pVTable->pVtab, &zErr) [all...] |
test_tclvar.c | 50 void *pAux, 61 pVtab->interp = (Tcl_Interp *)pAux;
|
test8.c | 396 void *pAux, 410 pVtab->interp = ((EchoModule *)pAux)->interp; 461 void *pAux, 467 appendToEchoModule(((EchoModule *)pAux)->interp, "xCreate"); 468 rc = echoConstructor(db, pAux, argc, argv, ppVtab, pzErr); 509 void *pAux, 514 appendToEchoModule(((EchoModule *)pAux)->interp, "xConnect"); 515 return echoConstructor(db, pAux, argc, argv, ppVtab, pzErr); [all...] |
test_intarray.c | 81 void *pAux, /* clientdata for the module */ 92 pVtab->pContent = (sqlite3_intarray*)pAux;
|
vdbeapi.c | 595 return pVdbeFunc->apAux[iArg].pAux; 606 void *pAux, 629 if( pAuxData->pAux && pAuxData->xDelete ){ 630 pAuxData->xDelete(pAuxData->pAux); 632 pAuxData->pAux = pAux; 638 xDelete(pAux); [all...] |
test_schema.c | 85 void *pAux,
|
test_wholenumber.c | 43 void *pAux,
|
recover.c | [all...] |
vdbeaux.c | [all...] |
test_stat.c | 143 void *pAux,
|
vdbeInt.h | 226 void *pAux; /* Aux data for the i-th argument */
|
test_fuzzer.c | 189 void *pAux,
|
test_osinst.c | 856 void *pAux, [all...] |
sqliteInt.h | [all...] |
main.c | 770 pMod->xDestroy(pMod->pAux); [all...] |
sqlite.h.in | [all...] |
/external/llvm/include/llvm/Object/ |
ELF.h | 476 const char *paux = p + vn->vn_aux; local 478 if (paux + sizeof(Elf_Vernaux) > sec_end) 481 const Elf_Vernaux *vna = reinterpret_cast<const Elf_Vernaux *>(paux); 486 paux += vna->vna_next; [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fulltext.c | 855 static int fulltextConnect(sqlite3 *db, void *pAux, int argc, char **argv, 901 static int fulltextCreate(sqlite3 *db, void *pAux, int argc, char **argv, 937 return fulltextConnect(db, pAux, argc, argv, ppVTab); [all...] |
fts1.c | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree.c | 716 void *pAux, 721 return rtreeInit(db, pAux, argc, argv, ppVtab, pzErr, 1); 729 void *pAux, 734 return rtreeInit(db, pAux, argc, argv, ppVtab, pzErr, 0); [all...] |
/external/chromium_org/third_party/sqlite/ |
recover.patch | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3.c | 823 void *pAux, /* Hash table containing tokenizers */ 829 Fts3Hash *pHash = (Fts3Hash *)pAux; [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2.c | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |
sqlite3.h | [all...] |