Searched refs:pWC (Results 1 – 5 of 5) sorted by relevance
106 WhereClause *pWC; /* The clause this term is part of */ member261 WhereClause *pWC, /* The WhereClause to be initialized */ in whereClauseInit() argument265 pWC->pParse = pParse; in whereClauseInit()266 pWC->pMaskSet = pMaskSet; in whereClauseInit()267 pWC->nTerm = 0; in whereClauseInit()268 pWC->nSlot = ArraySize(pWC->aStatic); in whereClauseInit()269 pWC->a = pWC->aStatic; in whereClauseInit()270 pWC->vmask = 0; in whereClauseInit()296 static void whereClauseClear(WhereClause *pWC){ in whereClauseClear() argument299 sqlite3 *db = pWC->pParse->db; in whereClauseClear()[all …]
1969 struct WhereClause *pWC; /* Decomposition of the WHERE clause */ member
110725 WhereClause *pWC; /* The clause this term is part of */110752 WhereClause *pWC; /* WhereClause currently being scanned */110842 WhereClause *pWC; /* WHERE clause terms */111048 WhereClause *pWC, /* The WhereClause to be initialized */111051 pWC->pWInfo = pWInfo;111052 pWC->pOuter = 0;111053 pWC->nTerm = 0;111054 pWC->nSlot = ArraySize(pWC->aStatic);111055 pWC->a = pWC->aStatic;111081 static void whereClauseClear(WhereClause *pWC){[all …]
110705 WhereClause *pWC; /* The clause this term is part of */110732 WhereClause *pWC; /* WhereClause currently being scanned */110822 WhereClause *pWC; /* WHERE clause terms */111028 WhereClause *pWC, /* The WhereClause to be initialized */111031 pWC->pWInfo = pWInfo;111032 pWC->pOuter = 0;111033 pWC->nTerm = 0;111034 pWC->nSlot = ArraySize(pWC->aStatic);111035 pWC->a = pWC->aStatic;111061 static void whereClauseClear(WhereClause *pWC){[all …]
10314 struct WhereClause *pWC; /* Decomposition of the WHERE clause */ member97760 WhereClause *pWC; /* The clause this term is part of */97915 WhereClause *pWC, /* The WhereClause to be initialized */97919 pWC->pParse = pParse;97920 pWC->pMaskSet = pMaskSet;97921 pWC->nTerm = 0;97922 pWC->nSlot = ArraySize(pWC->aStatic);97923 pWC->a = pWC->aStatic;97924 pWC->vmask = 0;97950 static void whereClauseClear(WhereClause *pWC){[all …]