Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c12445 typedef struct ZipfileCsr ZipfileCsr; typedef
12446 struct ZipfileCsr { struct
12459 ZipfileCsr *pCsrNext; /* Next cursor on same virtual table */ argument
12469 ZipfileCsr *pCsrList; /* List of cursors */
12619 ZipfileCsr *pCsr; in zipfileOpen()
12636 static void zipfileResetCursor(ZipfileCsr *pCsr){ in zipfileResetCursor()
12659 ZipfileCsr *pCsr = (ZipfileCsr*)cur; in zipfileClose()
12661 ZipfileCsr **pp; in zipfileClose()
12683 static void zipfileCursorErr(ZipfileCsr *pCsr, const char *zFmt, ...){ in zipfileCursorErr()
13117 ZipfileCsr *pCsr = (ZipfileCsr*)cur; in zipfileNext()
[all …]