Searched refs:piPartIdxLabel (Results 1 – 1 of 1) sorted by relevance
133868 int *piPartIdxLabel, /* OUT: Jump to this label to skip partial index */ argument133877 if( piPartIdxLabel ){133879 *piPartIdxLabel = sqlite3VdbeMakeLabel(pParse);133881 sqlite3ExprIfFalseDup(pParse, pIdx->pPartIdxWhere, *piPartIdxLabel,133887 *piPartIdxLabel = 0;