Searched refs:xFindFunction (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvtab.c882 if( pMod->xFindFunction==0 ) return pDef;
884 /* Call the xFindFunction method on the virtual table implementation
892 rc = pMod->xFindFunction(pVtab, nArg, zLowerName, &xFunc, &pArg);
H A Dsqlite.h.in4604 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
4804 ** using the [xFindFunction] method of the [virtual table module].
/external/chromium_org/third_party/sqlite/amalgamation/
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].
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...]
/external/sqlite/dist/orig/
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].
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...]
/external/sqlite/dist/
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].
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...]

Completed in 692 milliseconds