Home
last modified time | relevance | path

Searched refs:idxStr (Results 1 – 4 of 4) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h4782 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4877 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member
HDsqlite3.c5335 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5430 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member
102111 sqlite3DebugPrintf(" idxStr=%s\n", p->idxStr);
102716 sqlite3_free(pIdxInfo->idxStr);
102718 pIdxInfo->idxStr = 0;
103693 sqlite3_free(p->idxStr);
104098 pVtabIdx->idxNum, pVtabIdx->idxStr);
104202 sqlite3VdbeAddOp4(v, OP_VFilter, iCur, addrBrk, iReg, pVtabIdx->idxStr,
104791 sqlite3_free(pInfo->idxStr);
115491 pInfo->idxStr = "DESC";
[all …]
/NextBSD/contrib/sqlite3/
HDsqlite3.h5523 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5630 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member
HDsqlite3.c5737 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
5844 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member
117018 char *idxStr; /* Index identifier string */
117584 pLoop->u.vtab.idxNum, pLoop->u.vtab.idxStr);
118090 pLoop->u.vtab.idxStr,
120677 sqlite3DebugPrintf(" idxStr=%s\n", p->idxStr);
121763 if( p->u.vtab.idxStr ){
121765 p->u.vtab.idxNum, p->u.vtab.idxStr, p->u.vtab.omitMask);
121804 sqlite3_free(p->u.vtab.idxStr);
121806 p->u.vtab.idxStr = 0;
[all …]