Home
last modified time | relevance | path

Searched refs:ZipfileTab (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c7127 typedef struct ZipfileTab ZipfileTab; typedef
7128 struct ZipfileTab { struct
7179 ** Construct a new ZipfileTab virtual table object.
7193 int nByte = sizeof(ZipfileTab) + ZIPFILE_BUFFER_SIZE; in zipfileConnect()
7196 ZipfileTab *pNew = 0; in zipfileConnect()
7221 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()
7251 static void zipfileCleanupTransaction(ZipfileTab *pTab){ in zipfileCleanupTransaction()
7273 zipfileCleanupTransaction((ZipfileTab*)pVtab); in zipfileDisconnect()
7282 ZipfileTab *pTa in zipfileOpen()
[all...]

Completed in 29 milliseconds