Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c5489 static int proxyUnlock(sqlite3_file*, int);
5497 proxyUnlock, /* xUnlock method */
7893 static int proxyUnlock(sqlite3_file *id, int eFileLock) { in proxyUnlock() function