Searched refs:idxStr (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3.h | 4077 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, 4166 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member
|
/external/sqlite/dist/ |
D | sqlite3.h | 4961 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, 5056 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member
|
D | sqlite3.c | 5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, 5606 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member 104350 sqlite3DebugPrintf(" idxStr=%s\n", p->idxStr); 104958 sqlite3_free(pIdxInfo->idxStr); 104960 pIdxInfo->idxStr = 0; 105940 sqlite3_free(p->idxStr); 106347 pVtabIdx->idxNum, pVtabIdx->idxStr); 106451 sqlite3VdbeAddOp4(v, OP_VFilter, iCur, addrBrk, iReg, pVtabIdx->idxStr, 107077 sqlite3_free(pInfo->idxStr); 118130 pInfo->idxStr = "DESC"; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 4961 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, 5056 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member
|
D | sqlite3.c | 5511 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, 5606 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member 104314 sqlite3DebugPrintf(" idxStr=%s\n", p->idxStr); 104922 sqlite3_free(pIdxInfo->idxStr); 104924 pIdxInfo->idxStr = 0; 105904 sqlite3_free(p->idxStr); 106311 pVtabIdx->idxNum, pVtabIdx->idxStr); 106415 sqlite3VdbeAddOp4(v, OP_VFilter, iCur, addrBrk, iReg, pVtabIdx->idxStr, 107041 sqlite3_free(pInfo->idxStr); 118094 pInfo->idxStr = "DESC"; [all …]
|