Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dvfslog.c98 static int vlogClose(sqlite3_file*);
155 vlogClose, /* xClose */
330 static int vlogClose(sqlite3_file *pFile){ in vlogClose() function
/sqlite-3.40.0/src/
H A Dtest_osinst.c950 static int vlogClose(sqlite3_vtab_cursor *pCursor){ in vlogClose() function
1080 vlogClose, /* xClose - close a cursor */ in sqlite3_vfslog_register()