Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c4199 typedef struct ZipfileCsr ZipfileCsr; typedef
4200 struct ZipfileCsr { struct
4218 ZipfileCsr *pCsrNext; /* Next cursor on same virtual table */ argument
4232 ZipfileCsr *pCsrList; /* List of cursors */
4315 ZipfileCsr *pCsr; in zipfileOpen()
4332 static void zipfileResetCursor(ZipfileCsr *pCsr){ in zipfileResetCursor()
4346 ZipfileCsr *pCsr = (ZipfileCsr*)cur; in zipfileClose()
4348 ZipfileCsr **pp; in zipfileClose()
4367 static void zipfileSetErrmsg(ZipfileCsr *pCsr, const char *zFmt, ...){ in zipfileSetErrmsg()
4434 static u8* zipfileCsrBuffer(ZipfileCsr *pCsr){ in zipfileCsrBuffer()
[all …]
/external/sqlite/dist/
Dshell.c4205 typedef struct ZipfileCsr ZipfileCsr; typedef
4206 struct ZipfileCsr { struct
4224 ZipfileCsr *pCsrNext; /* Next cursor on same virtual table */ argument
4238 ZipfileCsr *pCsrList; /* List of cursors */
4321 ZipfileCsr *pCsr; in zipfileOpen()
4338 static void zipfileResetCursor(ZipfileCsr *pCsr){ in zipfileResetCursor()
4352 ZipfileCsr *pCsr = (ZipfileCsr*)cur; in zipfileClose()
4354 ZipfileCsr **pp; in zipfileClose()
4373 static void zipfileSetErrmsg(ZipfileCsr *pCsr, const char *zFmt, ...){ in zipfileSetErrmsg()
4440 static u8* zipfileCsrBuffer(ZipfileCsr *pCsr){ in zipfileCsrBuffer()
[all …]