Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c8766 static int apndUnlock(sqlite3_file*, int);
8832 apndUnlock, /* xUnlock */
8957 static int apndUnlock(sqlite3_file *pFile, int eLock){ in apndUnlock() function