Searched refs:pVList (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 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); [all …]
|