Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_fs.c209 static int fsdirOpen(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCursor){ in fsdirOpen() function
828 fsdirOpen, /* xOpen - open a cursor */
/sqlite-3.40.0/ext/misc/
H A Dfileio.c629 static int fsdirOpen(sqlite3_vtab *p, sqlite3_vtab_cursor **ppCursor){ in fsdirOpen() function
968 fsdirOpen, /* xOpen - open a cursor */ in fsdirRegister()