Home
last modified time | relevance | path

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

/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c3604 static int apndShmLock(sqlite3_file*, int offset, int n, int flags);
3670 apndShmLock, /* xShmLock */
3846 static int apndShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in apndShmLock() function