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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h717 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
719 ** at the internal representation of an [sqlite3_mutex]. It only
720 ** deals with pointers to the [sqlite3_mutex] object.
724 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
4887 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
4888 SQLITE_API void sqlite3_mutex_free(sqlite3_mutex*);
4889 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
4890 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
4891 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
[all...]
H A Dsqlite3ext.h169 sqlite3_mutex *(*mutex_alloc)(int);
170 void (*mutex_enter)(sqlite3_mutex*);
171 void (*mutex_free)(sqlite3_mutex*);
172 void (*mutex_leave)(sqlite3_mutex*);
173 int (*mutex_try)(sqlite3_mutex*);
H A Dsqlite3.c1254 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
1256 ** at the internal representation of an [sqlite3_mutex]. It only
1257 ** deals with pointers to the [sqlite3_mutex] object.
1261 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
5424 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5425 SQLITE_API void sqlite3_mutex_free(sqlite3_mutex*);
5426 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
5427 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5428 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
16159 struct sqlite3_mutex { struct
16442 struct sqlite3_mutex { struct
16779 struct sqlite3_mutex { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h717 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
719 ** at the internal representation of an [sqlite3_mutex]. It only
720 ** deals with pointers to the [sqlite3_mutex] object.
724 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
4887 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
4888 SQLITE_API void sqlite3_mutex_free(sqlite3_mutex*);
4889 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
4890 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
4891 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
[all...]
H A Dsqlite3ext.h169 sqlite3_mutex *(*mutex_alloc)(int);
170 void (*mutex_enter)(sqlite3_mutex*);
171 void (*mutex_free)(sqlite3_mutex*);
172 void (*mutex_leave)(sqlite3_mutex*);
173 int (*mutex_try)(sqlite3_mutex*);
H A Dsqlite3.c1254 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
1256 ** at the internal representation of an [sqlite3_mutex]. It only
1257 ** deals with pointers to the [sqlite3_mutex] object.
1261 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
5424 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5425 SQLITE_API void sqlite3_mutex_free(sqlite3_mutex*);
5426 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
5427 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5428 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
16159 struct sqlite3_mutex { struct
16442 struct sqlite3_mutex { struct
16779 struct sqlite3_mutex { struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h717 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
719 ** at the internal representation of an [sqlite3_mutex]. It only
720 ** deals with pointers to the [sqlite3_mutex] object.
724 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
4887 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
4888 SQLITE_API void sqlite3_mutex_free(sqlite3_mutex*);
4889 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
4890 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
4891 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
[all...]
H A Dsqlite3ext.h169 sqlite3_mutex *(*mutex_alloc)(int);
170 void (*mutex_enter)(sqlite3_mutex*);
171 void (*mutex_free)(sqlite3_mutex*);
172 void (*mutex_leave)(sqlite3_mutex*);
173 int (*mutex_try)(sqlite3_mutex*);
H A Dsqlite3.c1254 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
1256 ** at the internal representation of an [sqlite3_mutex]. It only
1257 ** deals with pointers to the [sqlite3_mutex] object.
1261 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
5424 SQLITE_API sqlite3_mutex *sqlite3_mutex_alloc(int);
5425 SQLITE_API void sqlite3_mutex_free(sqlite3_mutex*);
5426 SQLITE_API void sqlite3_mutex_enter(sqlite3_mutex*);
5427 SQLITE_API int sqlite3_mutex_try(sqlite3_mutex*);
5428 SQLITE_API void sqlite3_mutex_leave(sqlite3_mutex*);
16159 struct sqlite3_mutex { struct
16442 struct sqlite3_mutex { struct
16779 struct sqlite3_mutex { struct
[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.h666 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
668 ** at the internal representation of an [sqlite3_mutex]. It only
669 ** deals with pointers to the [sqlite3_mutex] object.
673 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
5506 sqlite3_mutex *sqlite3_mutex_alloc(int);
5507 void sqlite3_mutex_free(sqlite3_mutex*);
5508 void sqlite3_mutex_enter(sqlite3_mutex*);
5509 int sqlite3_mutex_try(sqlite3_mutex*);
5510 void sqlite3_mutex_leave(sqlite3_mutex*);
[all...]
H A DsqliteInt.h575 sqlite3_mutex *mutex; /* Connection mutex */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h666 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
668 ** at the internal representation of an [sqlite3_mutex]. It only
669 ** deals with pointers to the [sqlite3_mutex] object.
673 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
5506 sqlite3_mutex *sqlite3_mutex_alloc(int);
5507 void sqlite3_mutex_free(sqlite3_mutex*);
5508 void sqlite3_mutex_enter(sqlite3_mutex*);
5509 int sqlite3_mutex_try(sqlite3_mutex*);
5510 void sqlite3_mutex_leave(sqlite3_mutex*);
[all...]
H A DsqliteInt.h575 sqlite3_mutex *mutex; /* Connection mutex */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h666 ** The mutex module within SQLite defines [sqlite3_mutex] to be an
668 ** at the internal representation of an [sqlite3_mutex]. It only
669 ** deals with pointers to the [sqlite3_mutex] object.
673 typedef struct sqlite3_mutex sqlite3_mutex; typedef in typeref:struct:sqlite3_mutex
5506 sqlite3_mutex *sqlite3_mutex_alloc(int);
5507 void sqlite3_mutex_free(sqlite3_mutex*);
5508 void sqlite3_mutex_enter(sqlite3_mutex*);
5509 int sqlite3_mutex_try(sqlite3_mutex*);
5510 void sqlite3_mutex_leave(sqlite3_mutex*);
[all...]
H A DsqliteInt.h575 sqlite3_mutex *mutex; /* Connection mutex */

Completed in 1073 milliseconds