Searched defs:idxStr (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_intarray.c164 int idxNum, const char *idxStr,
162 intarrayFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
H A Dtest_schema.c245 int idxNum, const char *idxStr,
243 schemaFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
H A Dtest_tclvar.c153 int idxNum, const char *idxStr,
151 tclvarFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
H A Dtest_wholenumber.c146 int idxNum, const char *idxStr,
144 wholenumberFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
H A Dtest_fuzzer.c664 int idxNum, const char *idxStr,
662 fuzzerFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
H A Dtest_stat.c492 int idxNum, const char *idxStr,
490 statFilter( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
H A Dtest8.c643 ** This module uses only sqlite3_index_info.idxStr, not
644 ** sqlite3_index_info.idxNum. So to test idxNum, when idxStr is set
647 ** indeed the hash of the supplied idxStr.
663 int idxNum, const char *idxStr,
677 /* Check that idxNum matches idxStr */
678 assert( idxNum==hashString(idxStr) );
682 appendToEchoModule(pVtab->interp, idxStr);
693 rc = sqlite3_prepare(db, idxStr, -1, &pCur->pStmt, 0);
761 ** table and stores the query in sqlite3_index_info.idxStr. The SQL
892 pIdxInfo->idxStr
661 echoFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
[all...]
H A Drecover.c1720 int idxNum, const char *idxStr,
1718 recoverFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
H A Dtest_osinst.c1015 int idxNum, const char *idxStr,
1013 vlogFilter( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c335 const char *idxStr, /* Unused */
346 assert( idxStr==0 );
332 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
H A Dfts3.c3042 const char *idxStr, /* Unused */
3055 UNUSED_PARAMETER(idxStr);
3039 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c1228 int idxNum, const char *idxStr,
1227 fulltextFilter(sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv) argument
H A Dfts1.c2879 int idxNum, const char *idxStr, /* Which indexing scheme to use */
2877 fulltextFilter( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4598 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4688 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
4689 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
H A Dsqlite3.c5141 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5231 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5232 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
111964 recoverFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
116089 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
117087 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
125490 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1235 int idxNum, const char *idxStr,
1271 assert( (idxStr==0 && argc==0) || (int)strlen(idxStr)==argc*2 );
1274 p->op = idxStr[ii*2];
1275 p->iCoord = idxStr[ii*2+1]-'a';
1325 ** idxNum idxStr Strategy
1331 ** If strategy 1 is used, then idxStr is not meaningful. If strategy
1332 ** 2 is used, idxStr is formatted to contain 2 bytes for each
1333 ** constraint used. The first two bytes of idxStr correspond to
1337 ** The first of each pair of bytes in idxStr identifie
1233 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5317 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5424 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5425 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
H A Dsqlite3.c5432 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5539 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5540 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
110576 char *idxStr; /* Index identifier string */ member in struct:WhereLoop::__anon30136::__anon30138
129915 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
132995 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
136575 fts3tokFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
146167 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5317 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5424 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5425 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
H A Dsqlite3.c5432 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5539 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member in struct:sqlite3_index_info
5540 int needToFreeIdxStr; /* Free idxStr using sqlite3_free() if true */
110596 char *idxStr; /* Index identifier string */ member in struct:WhereLoop::__anon30167::__anon30169
129935 fts3FilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
133027 fts3auxFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
136607 fts3tokFilterMethod( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int nVal, sqlite3_value **apVal ) argument
146199 rtreeFilter( sqlite3_vtab_cursor *pVtabCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c3990 int idxNum, const char *idxStr, /* Which indexing scheme to use */
3988 fulltextFilter( sqlite3_vtab_cursor *pCursor, int idxNum, const char *idxStr, int argc, sqlite3_value **argv ) argument

Completed in 515 milliseconds