Searched defs:xFindFunction (Results 1 - 6 of 6) sorted by last modified time

/external/sqlite/dist/orig/
H A Dsqlite3.c5443 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member in struct:sqlite3_module
5662 ** using the [xFindFunction] method of the [virtual table module].
[all...]
H A Dsqlite3.h5328 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member in struct:sqlite3_module
5547 ** using the [xFindFunction] method of the [virtual table module].
/external/sqlite/dist/
H A Dsqlite3.c5443 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member in struct:sqlite3_module
5662 ** using the [xFindFunction] method of the [virtual table module].
[all...]
H A Dsqlite3.h5328 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member in struct:sqlite3_module
5547 ** using the [xFindFunction] method of the [virtual table module].
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c5152 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member in struct:sqlite3_module
5352 ** using the [xFindFunction] method of the [virtual table module].
[all...]
H A Dsqlite3.h4609 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName, member in struct:sqlite3_module
4809 ** using the [xFindFunction] method of the [virtual table module].

Completed in 520 milliseconds