Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c10625 static void zipfileCleanupTransaction(ZipfileTab *pTab){ in zipfileCleanupTransaction()
10656 ZipfileTab *pTab = (ZipfileTab*)p; in zipfileOpen() local
10697 ZipfileTab *pTab = (ZipfileTab*)(pCsr->base.pVtab); in zipfileClose() local
10713 static void zipfileTableErr(ZipfileTab *pTab, const char *zFmt, ...){ in zipfileTableErr()
10756 ZipfileTab *pTab, in zipfileAppendData()
11018 ZipfileTab *pTab, /* Store any error message here */ in zipfileGetEntry()
11128 ZipfileTab *pTab = (ZipfileTab*)(cur->pVtab); in zipfileNext() local
11357 ZipfileTab *pTab, /* Return errors here */ in zipfileReadEOCD()
11421 ZipfileTab *pTab, in zipfileAddEntry()
11443 static int zipfileLoadDirectory(ZipfileTab *pTab, const u8 *aBlob, int nBlob){ in zipfileLoadDirectory()
[all …]
H A Dsqlite3.c16938 Table *pTab; /* Used when p4type is P4_TABLE */ member
19265 Table *pTab; /* Source table */ member
19441 Table *pTab; /* TK_COLUMN: Table containing column. Can be NULL member
20149 Table *pTab; /* Table this info block refers to */ member
20767 struct Table *pTab; /* Table of generated column */ member
24137 Table *pTab; /* Schema object being updated */ member
33400 Table *pTab = pItem->pSTab; in sqlite3TreeViewSrcList() local