Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c9708 static void zipfileCleanupTransaction(ZipfileTab *pTab){ in zipfileCleanupTransaction()
9739 ZipfileTab *pTab = (ZipfileTab*)p; in zipfileOpen() local
9780 ZipfileTab *pTab = (ZipfileTab*)(pCsr->base.pVtab); in zipfileClose() local
9796 static void zipfileTableErr(ZipfileTab *pTab, const char *zFmt, ...){ in zipfileTableErr()
9839 ZipfileTab *pTab, in zipfileAppendData()
10101 ZipfileTab *pTab, /* Store any error message here */ in zipfileGetEntry()
10211 ZipfileTab *pTab = (ZipfileTab*)(cur->pVtab); in zipfileNext() local
10440 ZipfileTab *pTab, /* Return errors here */ in zipfileReadEOCD()
10504 ZipfileTab *pTab, in zipfileAddEntry()
10526 static int zipfileLoadDirectory(ZipfileTab *pTab, const u8 *aBlob, int nBlob){ in zipfileLoadDirectory()
[all …]
H A Dsqlite3.c16460 Table *pTab; /* Used when p4type is P4_TABLE */ member
18791 Table *pTab; /* Source table */ member
18961 Table *pTab; /* TK_COLUMN: Table containing column. Can be NULL member
19203 Table *pTab; /* An SQL table corresponding to zName */ member
19617 Table *pTab; /* Table this info block refers to */ member
20225 struct Table *pTab; /* Table of generated column */ member
23557 Table *pTab; /* Schema object being updated */ member
32518 Table *pTab = pItem->pTab; in sqlite3TreeViewSrcList() local