Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_vfstrace.c148 static int vfstraceUnlock(sqlite3_file*, int);
426 static int vfstraceUnlock(sqlite3_file *pFile, int eLock){ in vfstraceUnlock() function
630 pNew->xUnlock = vfstraceUnlock; in vfstraceOpen()