Searched refs:pTable (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10127 Table *pTable; /* The SQL table being indexed */ member in struct:Index
78124 Table *pTable; local
79617 sqliteDeleteColumnNames(sqlite3 *db, Table *pTable) argument
79642 sqlite3DeleteTable(sqlite3 *db, Table *pTable) argument
79866 Table *pTable; local
80877 sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable) argument
82353 sqlite3SrcListAppend( sqlite3 *db, SrcList *pList, Token *pTable, Token *pDatabase ) argument
82439 sqlite3SrcListAppendFromTerm( Parse *pParse, SrcList *p, Token *pTable, Token *pDatabase, Token *pAlias, Select *pSubquery, Expr *pOn, IdList *pUsing ) argument
97677 Table *pTable; local
99529 addModuleArgument(sqlite3 *db, Table *pTable, char *zArg) argument
99561 Table *pTable; /* The new virtual table */ local
102260 Table *pTable; /* Table tht might be indexed */ local
102334 Table *pTable; /* The table being indexed */ local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c17955 Table *pTable; /* The SQL table being indexed */ member in struct:Index
110318 Table *pTable; local
112241 sqlite3DeleteColumnNames(sqlite3 *db, Table *pTable) argument
112271 deleteTable(sqlite3 *db, Table *pTable) argument
112322 sqlite3DeleteTable(sqlite3 *db, Table *pTable) argument
112653 Table *pTable; local
114339 sqlite3ViewGetColumnNames(Parse *pParse, Table *pTable) argument
116111 sqlite3SrcListAppend( Parse *pParse, SrcList *pList, Token *pTable, Token *pDatabase ) argument
116208 sqlite3SrcListAppendFromTerm( Parse *pParse, SrcList *p, Token *pTable, Token *pDatabase, Token *pAlias, Select *pSubquery, Expr *pOn, IdList *pUsing ) argument
139162 Table *pTable; local
142328 addModuleArgument(Parse *pParse, Table *pTable, char *zArg) argument
142358 Table *pTable; /* The new virtual table */ local
149049 Table *pTable; /* The table being indexed */ local
205627 SessionTable *pTable; /* List of attached tables */ member in struct:sqlite3_session
[all...]
H A Dshell.c8516 IdxTable *pTable; /* List of all IdxTable objects */ member in struct:sqlite3expert
8792 p->pTab = pExpert->pTable;
9569 for(pTab=p->pTable; pTab; pTab=pTab->pNext){
9698 ** 1) Add an entry to the p->pTable list, and
9724 pTab->pNext = p->pTable;
9725 p->pTable = pTab;
10328 idxTableFree(p->pTable);

Completed in 1005 milliseconds