Lines Matching refs:pVList
20352 VList *pVList; /* Mapping between variable names and numbers */ member
24069 VList *pVList; /* Name of variables */ member
88556 p->pVList = pParse->pVList;
88557 pParse->pVList = 0;
89633 if( p->pVList ) sqlite3DbNNFreeNN(db, p->pVList);
93371 return sqlite3VListNumToName(p->pVList, i);
93381 return sqlite3VListNameToNum(p->pVList, zName, nName);
111691 }else if( sqlite3VListNumToName(pParse->pVList, x)==0 ){
111699 x = (ynVar)sqlite3VListNameToNum(pParse->pVList, z, n);
111706 pParse->pVList = sqlite3VListAdd(db, pParse->pVList, z, n, x);
181991 assert( pParse->pVList==0 );
182108 if( pParse->pVList ) sqlite3DbNNFreeNN(db, pParse->pVList);