Searched refs:SQLITE_ACCESS_READWRITE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h774 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
830 ** With SQLITE_ACCESS_READWRITE, the xAccess method
836 #define SQLITE_ACCESS_READWRITE 1 macro
H A Dsqlite3.c1298 ** to test for the existence of a file, or [SQLITE_ACCESS_READWRITE] to
1354 ** With SQLITE_ACCESS_READWRITE, the xAccess method
1360 #define SQLITE_ACCESS_READWRITE 1 macro
21037 case SQLITE_ACCESS_READWRITE:
25571 ** SQLITE_ACCESS_READWRITE: Return 1 if the file is read and writable.
25589 case SQLITE_ACCESS_READWRITE:
[all...]

Completed in 438 milliseconds