Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dshell.c7251 static void zipfileCleanupTransaction(ZipfileTab *pTab){ in zipfileCleanupTransaction()
7282 ZipfileTab *pTab = (ZipfileTab*)p; in zipfileOpen() local
7323 ZipfileTab *pTab = (ZipfileTab*)(pCsr->base.pVtab); in zipfileClose() local
7339 static void zipfileTableErr(ZipfileTab *pTab, const char *zFmt, ...){ in zipfileTableErr()
7382 ZipfileTab *pTab, in zipfileAppendData()
7644 ZipfileTab *pTab, /* Store any error message here */ in zipfileGetEntry()
7753 ZipfileTab *pTab = (ZipfileTab*)(cur->pVtab); in zipfileNext() local
7979 ZipfileTab *pTab, /* Return errors here */ in zipfileReadEOCD()
8043 ZipfileTab *pTab, in zipfileAddEntry()
8065 static int zipfileLoadDirectory(ZipfileTab *pTab, const u8 *aBlob, int nBlob){ in zipfileLoadDirectory()
[all …]
Dsqlite3.c15903 Table *pTab; /* Used when p4type is P4_TABLE */ member
18203 Table *pTab; /* Source table */ member
18357 Table *pTab; /* TK_COLUMN: Table containing column. Can be NULL member
18595 Table *pTab; /* An SQL table corresponding to zName */ member
19007 Table *pTab; /* Table this info block refers to */ member
19578 struct Table *pTab; /* Table of generated column */ member