Home
last modified time | relevance | path

Searched refs:pTab (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16507 Table *pTab; /* Used when p4type is P4_TABLE */ member
18483 ((X)->op==TK_COLUMN && (X)->y.pTab->eTabType==TABTYP_VTAB)
18853 Table *pTab; /* Source table */ member
19023 Table *pTab; /* TK_COLUMN: Table containing column. Can be NULL member
19267 Table *pTab; /* An SQL table corresponding to zName */ member
19686 Table *pTab; /* Table this info block refers to */ member
20300 struct Table *pTab; /* Table of generated column */ member
21067 SQLITE_PRIVATE const char *sqlite3RowidAlias(Table *pTab);
21157 SQLITE_PRIVATE int sqlite3ColumnIndex(Table *pTab, const char *zCol);
23645 Table *pTab; /* Schema object being updated */ member
[all …]
H A Dshell.c9786 static void zipfileCleanupTransaction(ZipfileTab *pTab){ in zipfileCleanupTransaction() argument
9790 if( pTab->pWriteFd ){ in zipfileCleanupTransaction()
9791 fclose(pTab->pWriteFd); in zipfileCleanupTransaction()
9792 pTab->pWriteFd = 0; in zipfileCleanupTransaction()
9794 for(pEntry=pTab->pFirstEntry; pEntry; pEntry=pNext){ in zipfileCleanupTransaction()
9798 pTab->pFirstEntry = 0; in zipfileCleanupTransaction()
9799 pTab->pLastEntry = 0; in zipfileCleanupTransaction()
9800 pTab->szCurrent = 0; in zipfileCleanupTransaction()
9801 pTab->szOrig = 0; in zipfileCleanupTransaction()
9817 ZipfileTab *pTab = (ZipfileTab*)p; in zipfileOpen() local
[all …]