Searched refs:sqlite3_threadsafe (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3ext.h362 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
H A Dsqlite3.h179 ** ^The sqlite3_threadsafe() function returns zero if and only if
205 ** sqlite3_threadsafe() function shows only the compile-time setting of
207 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
212 SQLITE_API int sqlite3_threadsafe(void);
2623 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
H A Dsqlite3.c716 ** ^The sqlite3_threadsafe() function returns zero if and only if
742 ** sqlite3_threadsafe() function shows only the compile-time setting of
744 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
749 SQLITE_API int sqlite3_threadsafe(void);
3160 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
83659 #define sqlite3_threadsafe macro
103380 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3ext.h362 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
H A Dsqlite3.h179 ** ^The sqlite3_threadsafe() function returns zero if and only if
205 ** sqlite3_threadsafe() function shows only the compile-time setting of
207 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
212 SQLITE_API int sqlite3_threadsafe(void);
2623 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
H A Dsqlite3.c716 ** ^The sqlite3_threadsafe() function returns zero if and only if
742 ** sqlite3_threadsafe() function shows only the compile-time setting of
744 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
749 SQLITE_API int sqlite3_threadsafe(void);
3160 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
83659 #define sqlite3_threadsafe macro
103380 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3ext.h362 #define sqlite3_threadsafe sqlite3_api->xthreadsafe macro
H A Dsqlite3.h179 ** ^The sqlite3_threadsafe() function returns zero if and only if
205 ** sqlite3_threadsafe() function shows only the compile-time setting of
207 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
212 SQLITE_API int sqlite3_threadsafe(void);
2623 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
H A Dsqlite3.c716 ** ^The sqlite3_threadsafe() function returns zero if and only if
742 ** sqlite3_threadsafe() function shows only the compile-time setting of
744 ** sqlite3_config(). In other words, the return value from sqlite3_threadsafe()
749 SQLITE_API int sqlite3_threadsafe(void);
3160 ** (with [SQLITE_THREADSAFE=0] and with [sqlite3_threadsafe()] returning 0)
83659 #define sqlite3_threadsafe macro
103380 SQLITE_API int sqlite3_threadsafe(void){ return SQLITE_THREADSAFE; } function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h150 ** {F10101} The [sqlite3_threadsafe()] function returns nonzero if
154 int sqlite3_threadsafe(void);
2460 ** (with SQLITE_THREADSAFE=0 and with [sqlite3_threadsafe()] returning 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h150 ** {F10101} The [sqlite3_threadsafe()] function returns nonzero if
154 int sqlite3_threadsafe(void);
2460 ** (with SQLITE_THREADSAFE=0 and with [sqlite3_threadsafe()] returning 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h150 ** {F10101} The [sqlite3_threadsafe()] function returns nonzero if
154 int sqlite3_threadsafe(void);
2460 ** (with SQLITE_THREADSAFE=0 and with [sqlite3_threadsafe()] returning 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dminidlna.c102 # define sqlite3_threadsafe() 0 macro
1223 if (!sqlite3_threadsafe() || sqlite3_libversion_number() < 3005001)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dminidlna.c102 # define sqlite3_threadsafe() 0 macro
1223 if (!sqlite3_threadsafe() || sqlite3_libversion_number() < 3005001)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dminidlna.c102 # define sqlite3_threadsafe() 0 macro
1223 if (!sqlite3_threadsafe() || sqlite3_libversion_number() < 3005001)

Completed in 1614 milliseconds