Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c18386 static int vfstraceSync(sqlite3_file*, int flags);
18631 static int vfstraceSync(sqlite3_file *pFile, int flags){ in vfstraceSync() function
19089 pNew->xSync = vfstraceSync; in vfstraceOpen()