Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c11155 static ZipfileCsr *zipfileFindCursor(ZipfileTab *pTab, i64 iId){ in zipfileFindCursor() function
11172 pCsr = zipfileFindCursor(pTab, sqlite3_value_int64(argv[0])); in zipfileFunctionCds()