Lines Matching refs:idxStr

7405   int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
7546 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member
123561 int idxNum, const char *idxStr,
123572 UNUSED_PARAMETER(idxStr);
135711 char *idxStr; /* Index identifier string */
136346 pLoop->u.vtab.idxNum, pLoop->u.vtab.idxStr);
137438 pLoop->u.vtab.idxStr,
140673 sqlite3DebugPrintf(" idxStr=%s\n", p->idxStr);
141852 if( p->u.vtab.idxStr ){
141854 p->u.vtab.idxNum, p->u.vtab.idxStr, p->u.vtab.omitMask);
141893 sqlite3_free(p->u.vtab.idxStr);
141895 p->u.vtab.idxStr = 0;
143176 pIdxInfo->idxStr = 0;
143257 pNew->u.vtab.idxStr = pIdxInfo->idxStr;
143273 sqlite3_free(pNew->u.vtab.idxStr);
143442 if( p->needToFreeIdxStr ) sqlite3_free(p->idxStr);
161927 pInfo->idxStr = "DESC";
161929 pInfo->idxStr = "ASC";
163483 const char *idxStr, /* Unused */
163499 UNUSED_PARAMETER(idxStr);
163521 if( idxStr ){
163522 pCsr->bDesc = (idxStr[0]=='D');
166627 const char *idxStr, /* Unused */
166644 UNUSED_PARAMETER(idxStr);
166646 assert( idxStr==0 );
170255 const char *idxStr, /* Unused */
170262 UNUSED_PARAMETER(idxStr);
180922 int idxNum, const char *idxStr,
180930 UNUSED_PARAM(idxStr);
182914 int idxNum, const char *idxStr,
182968 assert( (idxStr==0 && argc==0)
182969 || (idxStr && (int)strlen(idxStr)==argc*2) );
182972 p->op = idxStr[ii*2];
182973 p->iCoord = idxStr[ii*2+1]-'0';
183071 assert( pIdxInfo->idxStr==0 );
183125 if( iIdx>0 && 0==(pIdxInfo->idxStr = sqlite3_mprintf("%s", zIdxStr)) ){
186782 const char *idxStr, /* Not Used */
186940 pIdxInfo->idxStr = "rowid";
186950 pIdxInfo->idxStr = "rtree";
186958 pIdxInfo->idxStr = "fullscan";
194483 int idxNum, const char *idxStr,
194831 int idxNum, const char *idxStr,
222785 int idxNum, const char *idxStr,