Home
last modified time | relevance | path

Searched refs:ZipfileCsr (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c12414 typedef struct ZipfileCsr ZipfileCsr; typedef
12415 struct ZipfileCsr { struct
12428 ZipfileCsr *pCsrNext; /* Next cursor on same virtual table */ argument
12438 ZipfileCsr *pCsrList; /* List of cursors */
12588 ZipfileCsr *pCsr; in zipfileOpen()
12605 static void zipfileResetCursor(ZipfileCsr *pCsr){ in zipfileResetCursor()
12627 ZipfileCsr *pCsr = (ZipfileCsr*)cur; in zipfileClose()
12629 ZipfileCsr **pp; in zipfileClose()
12651 static void zipfileCursorErr(ZipfileCsr *pCsr, const char *zFmt, ...){ in zipfileCursorErr()
13079 ZipfileCsr *pCsr = (ZipfileCsr*)cur; in zipfileNext()
[all …]