Searched refs:fts3aux_module (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | fts3_aux.c | 442 static const sqlite3_module fts3aux_module = { in sqlite3Fts3InitAux() local 466 rc = sqlite3_create_module(db, "fts4aux", &fts3aux_module, 0); in sqlite3Fts3InitAux()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 117399 static const sqlite3_module fts3aux_module = { 117423 rc = sqlite3_create_module(db, "fts4aux", &fts3aux_module, 0);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 122253 static const sqlite3_module fts3aux_module = { 122280 rc = sqlite3_create_module(db, "fts4aux", &fts3aux_module, 0);
|
/external/sqlite/dist/ |
D | sqlite3.c | 122301 static const sqlite3_module fts3aux_module = { 122328 rc = sqlite3_create_module(db, "fts4aux", &fts3aux_module, 0);
|