Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c8765 static int apndLock(sqlite3_file*, int);
8831 apndLock, /* xLock */
8949 static int apndLock(sqlite3_file *pFile, int eLock){ in apndLock() function