Home
last modified time | relevance | path

Searched refs:VList (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dutil.c1650 VList *sqlite3VListAdd( in sqlite3VListAdd()
1652 VList *pIn, /* The input VList. Might be NULL */ in sqlite3VListAdd()
1666 VList *pOut = sqlite3DbRealloc(db, pIn, nAlloc*sizeof(int)); in sqlite3VListAdd()
1688 const char *sqlite3VListNumToName(VList *pIn, int iVal){ in sqlite3VListNumToName()
1704 int sqlite3VListNameToNum(VList *pIn, const char *zName, int nName){ in sqlite3VListNameToNum()
H A DsqliteInt.h1266 typedef int VList; typedef
3718 VList *pVList; /* Mapping between variable names and numbers */
4953 VList *sqlite3VListAdd(sqlite3*,VList*,const char*,int,int);
4954 const char *sqlite3VListNumToName(VList*,int);
4955 int sqlite3VListNameToNum(VList*,const char*,int);
H A DvdbeInt.h451 VList *pVList; /* Name of variables */