Searched refs:xMutexInit (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.h4909 ** ^The xMutexInit method defined by this structure is invoked as
4911 ** ^The xMutexInit routine is calle by SQLite exactly once for each
4918 ** those obtained by the xMutexInit method. ^The xMutexEnd()
4943 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
4944 ** invoke xMutexInit() multiple times within the same process and without
4946 ** xMutexInit() must be no-ops.
4948 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
4954 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
4955 ** If xMutexInit fails in any way, it is expected to clean up after itself
4960 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c5446 ** ^The xMutexInit method defined by this structure is invoked as
5448 ** ^The xMutexInit routine is calle by SQLite exactly once for each
5455 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5480 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5481 ** invoke xMutexInit() multiple times within the same process and without
5483 ** xMutexInit() must be no-ops.
5485 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5491 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5492 ** If xMutexInit fails in any way, it is expected to clean up after itself
5497 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h4909 ** ^The xMutexInit method defined by this structure is invoked as
4911 ** ^The xMutexInit routine is calle by SQLite exactly once for each
4918 ** those obtained by the xMutexInit method. ^The xMutexEnd()
4943 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
4944 ** invoke xMutexInit() multiple times within the same process and without
4946 ** xMutexInit() must be no-ops.
4948 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
4954 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
4955 ** If xMutexInit fails in any way, it is expected to clean up after itself
4960 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c5446 ** ^The xMutexInit method defined by this structure is invoked as
5448 ** ^The xMutexInit routine is calle by SQLite exactly once for each
5455 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5480 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5481 ** invoke xMutexInit() multiple times within the same process and without
5483 ** xMutexInit() must be no-ops.
5485 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5491 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5492 ** If xMutexInit fails in any way, it is expected to clean up after itself
5497 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h4909 ** ^The xMutexInit method defined by this structure is invoked as
4911 ** ^The xMutexInit routine is calle by SQLite exactly once for each
4918 ** those obtained by the xMutexInit method. ^The xMutexEnd()
4943 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
4944 ** invoke xMutexInit() multiple times within the same process and without
4946 ** xMutexInit() must be no-ops.
4948 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
4954 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
4955 ** If xMutexInit fails in any way, it is expected to clean up after itself
4960 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]
H A Dsqlite3.c5446 ** ^The xMutexInit method defined by this structure is invoked as
5448 ** ^The xMutexInit routine is calle by SQLite exactly once for each
5455 ** those obtained by the xMutexInit method. ^The xMutexEnd()
5480 ** The xMutexInit() method must be threadsafe. ^It must be harmless to
5481 ** invoke xMutexInit() multiple times within the same process and without
5483 ** xMutexInit() must be no-ops.
5485 ** ^xMutexInit() must not use SQLite memory allocation ([sqlite3_malloc()]
5491 ** called, but only if the prior call to xMutexInit returned SQLITE_OK.
5492 ** If xMutexInit fails in any way, it is expected to clean up after itself
5497 int (*xMutexInit)(voi member in struct:sqlite3_mutex_methods
[all...]

Completed in 1102 milliseconds