Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c11233 static ZipfileCsr *zipfileFindCursor(ZipfileTab *pTab, i64 iId){ in zipfileFindCursor() function
11250 pCsr = zipfileFindCursor(pTab, sqlite3_value_int64(argv[0])); in zipfileFunctionCds()