Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17571 Table *pTab; /* Used when p4type is P4_TABLE */ member
19535 ((X)->op==TK_COLUMN && (X)->y.pTab->eTabType==TABTYP_VTAB)
19925 Table *pTab; /* Source table */ member
20101 Table *pTab; /* TK_COLUMN: Table containing column. Can be NULL member
20791 Table *pTab; /* Table this info block refers to */ member
21412 struct Table *pTab; /* Table of generated column */ member
22206 SQLITE_PRIVATE const char *sqlite3RowidAlias(Table *pTab);
22299 SQLITE_PRIVATE int sqlite3ColumnIndex(Table *pTab, const char *zCol);
24829 Table *pTab; /* Schema object being updated */ member
34271 Table *pTab = pItem->pSTab; in sqlite3TreeViewSrcList() local
[all …]
H A Dshell.c12587 static void zipfileCleanupTransaction(ZipfileTab *pTab){ in zipfileCleanupTransaction() argument
12591 if( pTab->pWriteFd ){ in zipfileCleanupTransaction()
12592 fclose(pTab->pWriteFd); in zipfileCleanupTransaction()
12593 pTab->pWriteFd = 0; in zipfileCleanupTransaction()
12595 for(pEntry=pTab->pFirstEntry; pEntry; pEntry=pNext){ in zipfileCleanupTransaction()
12599 pTab->pFirstEntry = 0; in zipfileCleanupTransaction()
12600 pTab->pLastEntry = 0; in zipfileCleanupTransaction()
12601 pTab->szCurrent = 0; in zipfileCleanupTransaction()
12602 pTab->szOrig = 0; in zipfileCleanupTransaction()
12618 ZipfileTab *pTab = (ZipfileTab*)p; in zipfileOpen() local
[all …]