Searched refs:xShmLock (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h670 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
920 ** CAPI3REF: Flags for the xShmLock VFS method
923 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
925 ** xShmLock method:
937 ** The xShmLock method can transition between unlocked and SHARED or
947 ** CAPI3REF: Maximum xShmLock index
949 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dsqlite3.c1207 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1457 ** CAPI3REF: Flags for the xShmLock VFS method
1460 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1462 ** xShmLock method:
1474 ** The xShmLock method can transition between unlocked and SHARED or
1484 ** CAPI3REF: Maximum xShmLock index
1486 ** The xShmLock method on [sqlite3_io_methods] may use values
13441 return id->pMethods->xShmLock(id, offset, n, flags);
26207 ** different here than in posix. In xShmLock(), one can go from unlocked
26442 unixShmLock, /* xShmLock */ \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h670 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
920 ** CAPI3REF: Flags for the xShmLock VFS method
923 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
925 ** xShmLock method:
937 ** The xShmLock method can transition between unlocked and SHARED or
947 ** CAPI3REF: Maximum xShmLock index
949 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dsqlite3.c1207 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1457 ** CAPI3REF: Flags for the xShmLock VFS method
1460 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1462 ** xShmLock method:
1474 ** The xShmLock method can transition between unlocked and SHARED or
1484 ** CAPI3REF: Maximum xShmLock index
1486 ** The xShmLock method on [sqlite3_io_methods] may use values
13441 return id->pMethods->xShmLock(id, offset, n, flags);
26207 ** different here than in posix. In xShmLock(), one can go from unlocked
26442 unixShmLock, /* xShmLock */ \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h670 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
920 ** CAPI3REF: Flags for the xShmLock VFS method
923 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
925 ** xShmLock method:
937 ** The xShmLock method can transition between unlocked and SHARED or
947 ** CAPI3REF: Maximum xShmLock index
949 ** The xShmLock method on [sqlite3_io_methods] may use values
H A Dsqlite3.c1207 int (*xShmLock)(sqlite3_file*, int offset, int n, int flags); member in struct:sqlite3_io_methods
1457 ** CAPI3REF: Flags for the xShmLock VFS method
1460 ** allowed by the xShmLock method of [sqlite3_io_methods]. The
1462 ** xShmLock method:
1474 ** The xShmLock method can transition between unlocked and SHARED or
1484 ** CAPI3REF: Maximum xShmLock index
1486 ** The xShmLock method on [sqlite3_io_methods] may use values
13441 return id->pMethods->xShmLock(id, offset, n, flags);
26207 ** different here than in posix. In xShmLock(), one can go from unlocked
26442 unixShmLock, /* xShmLock */ \
[all...]

Completed in 919 milliseconds