Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c66 #if !defined(SQLITE_ENABLE_LOCKING_STYLE)
102 #if SQLITE_ENABLE_LOCKING_STYLE
241 #if SQLITE_ENABLE_LOCKING_STYLE
1173 #if SQLITE_ENABLE_LOCKING_STYLE
2397 #if SQLITE_ENABLE_LOCKING_STYLE
5438 #if SQLITE_ENABLE_LOCKING_STYLE
5679 #if SQLITE_ENABLE_LOCKING_STYLE in fillInUnixFile()
6103 #if SQLITE_ENABLE_LOCKING_STYLE in unixOpen()
6284 #if SQLITE_ENABLE_LOCKING_STYLE in unixOpen()
6312 #if SQLITE_ENABLE_LOCKING_STYLE in unixOpen()
[all …]
H A Dtest_config.c615 #if !defined(SQLITE_ENABLE_LOCKING_STYLE) in set_options()
617 # define SQLITE_ENABLE_LOCKING_STYLE 1 in set_options() macro
619 # define SQLITE_ENABLE_LOCKING_STYLE 0 in set_options() macro
622 #if SQLITE_ENABLE_LOCKING_STYLE && defined(__APPLE__) in set_options()
H A Dctime.c271 #ifdef SQLITE_ENABLE_LOCKING_STYLE
272 "ENABLE_LOCKING_STYLE=" CTIMEOPT_VAL(SQLITE_ENABLE_LOCKING_STYLE),
H A Dvxworks.h24 #define SQLITE_ENABLE_LOCKING_STYLE 0 macro
H A Dpragma.h403 #if !defined(SQLITE_OMIT_PAGER_PRAGMAS) && SQLITE_ENABLE_LOCKING_STYLE
H A Dpragma.c16 #if !defined(SQLITE_ENABLE_LOCKING_STYLE)
18 # define SQLITE_ENABLE_LOCKING_STYLE 1 macro
20 # define SQLITE_ENABLE_LOCKING_STYLE 0 macro
1042 #if SQLITE_ENABLE_LOCKING_STYLE in sqlite3Pragma()
H A Dtest1.c6305 #if !defined(SQLITE_ENABLE_LOCKING_STYLE) in file_control_lockproxy_test()
6307 # define SQLITE_ENABLE_LOCKING_STYLE 1 in file_control_lockproxy_test() macro
6309 # define SQLITE_ENABLE_LOCKING_STYLE 0 in file_control_lockproxy_test() macro
6312 #if SQLITE_ENABLE_LOCKING_STYLE && defined(__APPLE__) in file_control_lockproxy_test()
8524 #if SQLITE_OS_UNIX && defined(__APPLE__) && SQLITE_ENABLE_LOCKING_STYLE in Sqlitetest1_Init()
8860 #if SQLITE_OS_UNIX && defined(__APPLE__) && SQLITE_ENABLE_LOCKING_STYLE in Sqlitetest1_Init()
/sqlite-3.40.0/tool/
H A Dmkctimec.tcl147 SQLITE_ENABLE_LOCKING_STYLE
310 SQLITE_ENABLE_LOCKING_STYLE
H A Domittest.tcl270 SQLITE_ENABLE_LOCKING_STYLE \
H A Dmkpragmatab.tcl215 IF: !defined(SQLITE_OMIT_PAGER_PRAGMAS) && SQLITE_ENABLE_LOCKING_STYLE
/sqlite-3.40.0/test/
H A Dlock5.test20 # SQLITE_ENABLE_LOCKING_STYLE macro.