Searched refs:apndShmLock (Results 1 – 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 3504 static int apndShmLock(sqlite3_file*, int offset, int n, int flags); 3570 apndShmLock, /* xShmLock */ 3746 static int apndShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in apndShmLock() function
|
/external/sqlite/dist/ |
D | shell.c | 3510 static int apndShmLock(sqlite3_file*, int offset, int n, int flags); 3576 apndShmLock, /* xShmLock */ 3752 static int apndShmLock(sqlite3_file *pFile, int offset, int n, int flags){ in apndShmLock() function
|