Lines Matching refs:idxStr
7147 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
7285 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member
117657 int idxNum, const char *idxStr,
117668 UNUSED_PARAMETER(idxStr);
128762 char *idxStr; /* Index identifier string */
129374 pLoop->u.vtab.idxNum, pLoop->u.vtab.idxStr);
130435 pLoop->u.vtab.idxStr,
133510 sqlite3DebugPrintf(" idxStr=%s\n", p->idxStr);
134685 if( p->u.vtab.idxStr ){
134687 p->u.vtab.idxNum, p->u.vtab.idxStr, p->u.vtab.omitMask);
134726 sqlite3_free(p->u.vtab.idxStr);
134728 p->u.vtab.idxStr = 0;
135980 pIdxInfo->idxStr = 0;
136042 pNew->u.vtab.idxStr = pIdxInfo->idxStr;
136058 sqlite3_free(pNew->u.vtab.idxStr);
136226 if( p->needToFreeIdxStr ) sqlite3_free(p->idxStr);
150456 pInfo->idxStr = "DESC";
150458 pInfo->idxStr = "ASC";
151997 const char *idxStr, /* Unused */
152013 UNUSED_PARAMETER(idxStr);
152035 if( idxStr ){
152036 pCsr->bDesc = (idxStr[0]=='D');
155124 const char *idxStr, /* Unused */
155141 UNUSED_PARAMETER(idxStr);
155143 assert( idxStr==0 );
158767 const char *idxStr, /* Unused */
158774 UNUSED_PARAMETER(idxStr);
168731 int idxNum, const char *idxStr,
168782 assert( (idxStr==0 && argc==0)
168783 || (idxStr && (int)strlen(idxStr)==argc*2) );
168786 p->op = idxStr[ii*2];
168787 p->iCoord = idxStr[ii*2+1]-'0';
168885 assert( pIdxInfo->idxStr==0 );
168935 if( iIdx>0 && 0==(pIdxInfo->idxStr = sqlite3_mprintf("%s", zIdxStr)) ){
178226 int idxNum, const char *idxStr,
178576 int idxNum, const char *idxStr,
185795 int idxNum, const char *idxStr,
185803 UNUSED_PARAM(idxStr);
207584 int idxNum, const char *idxStr,