Searched refs:pVList (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 20996 VList *pVList; /* Mapping between variable names and numbers */ member 24760 VList *pVList; /* Name of variables */ member 90539 p->pVList = pParse->pVList; 90540 pParse->pVList = 0; 91623 if( p->pVList ) sqlite3DbNNFreeNN(db, p->pVList); 95633 return sqlite3VListNumToName(p->pVList, i); 95643 return sqlite3VListNameToNum(p->pVList, zName, nName); 114182 }else if( sqlite3VListNumToName(pParse->pVList, x)==0 ){ 114190 x = (ynVar)sqlite3VListNameToNum(pParse->pVList, z, n); 114197 pParse->pVList = sqlite3VListAdd(db, pParse->pVList, z, n, x); [all …]
|