Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c10483 typedef struct ZipfileCsr ZipfileCsr; typedef
10484 struct ZipfileCsr { struct
10497 ZipfileCsr *pCsrNext; /* Next cursor on same virtual table */ argument
10507 ZipfileCsr *pCsrList; /* List of cursors */
10657 ZipfileCsr *pCsr; in zipfileOpen()
10674 static void zipfileResetCursor(ZipfileCsr *pCsr){ in zipfileResetCursor()
10696 ZipfileCsr *pCsr = (ZipfileCsr*)cur; in zipfileClose()
10698 ZipfileCsr **pp; in zipfileClose()
10720 static void zipfileCursorErr(ZipfileCsr *pCsr, const char *zFmt, ...){ in zipfileCursorErr()
11117 ZipfileCsr *pCsr = (ZipfileCsr*)cur; in zipfileNext()
[all …]