Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c7123 static void zipfileCleanupTransaction(ZipfileTab *pTab){ in zipfileCleanupTransaction()
7154 ZipfileTab *pTab = (ZipfileTab*)p; in zipfileOpen() local
7195 ZipfileTab *pTab = (ZipfileTab*)(pCsr->base.pVtab); in zipfileClose() local
7211 static void zipfileTableErr(ZipfileTab *pTab, const char *zFmt, ...){ in zipfileTableErr()
7254 ZipfileTab *pTab, in zipfileAppendData()
7516 ZipfileTab *pTab, /* Store any error message here */ in zipfileGetEntry()
7625 ZipfileTab *pTab = (ZipfileTab*)(cur->pVtab); in zipfileNext() local
7851 ZipfileTab *pTab, /* Return errors here */ in zipfileReadEOCD()
7915 ZipfileTab *pTab, in zipfileAddEntry()
7937 static int zipfileLoadDirectory(ZipfileTab *pTab, const u8 *aBlob, int nBlob){ in zipfileLoadDirectory()
[all …]
Dsqlite3.c15442 Table *pTab; /* Used when p4type is P4_TABLE */ member
18007 Table *pTab; /* Source table */ member
18161 Table *pTab; /* TK_COLUMN: Table containing column. Can be NULL member
18391 Table *pTab; /* An SQL table corresponding to zName */ member
18815 Table *pTab; /* Table this info block refers to */ member
19364 struct Table *pTab; /* Table of generated column */ member
/external/sqlite/dist/
Dshell.c7128 static void zipfileCleanupTransaction(ZipfileTab *pTab){ in zipfileCleanupTransaction()
7159 ZipfileTab *pTab = (ZipfileTab*)p; in zipfileOpen() local
7200 ZipfileTab *pTab = (ZipfileTab*)(pCsr->base.pVtab); in zipfileClose() local
7216 static void zipfileTableErr(ZipfileTab *pTab, const char *zFmt, ...){ in zipfileTableErr()
7259 ZipfileTab *pTab, in zipfileAppendData()
7521 ZipfileTab *pTab, /* Store any error message here */ in zipfileGetEntry()
7630 ZipfileTab *pTab = (ZipfileTab*)(cur->pVtab); in zipfileNext() local
7856 ZipfileTab *pTab, /* Return errors here */ in zipfileReadEOCD()
7920 ZipfileTab *pTab, in zipfileAddEntry()
7942 static int zipfileLoadDirectory(ZipfileTab *pTab, const u8 *aBlob, int nBlob){ in zipfileLoadDirectory()
[all …]
Dsqlite3.c15442 Table *pTab; /* Used when p4type is P4_TABLE */ member
18007 Table *pTab; /* Source table */ member
18161 Table *pTab; /* TK_COLUMN: Table containing column. Can be NULL member
18391 Table *pTab; /* An SQL table corresponding to zName */ member
18815 Table *pTab; /* Table this info block refers to */ member
19364 struct Table *pTab; /* Table of generated column */ member
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15594 Table *pTab; /* Used when p4type is P4_TABLE */ member
18067 Table *pTab; /* Source table */ member
18217 Table *pTab; /* TK_COLUMN: Table containing column. Can be NULL member
18413 Table *pTab; /* An SQL table corresponding to zName */ member
18810 Table *pTab; /* Table this info block refers to */ member
19327 struct Table *pTab; /* Table of generated column */ member
21464 Table *pTab; /* Schema object being upated */ member