Searched refs:sqlite3_initialize (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.h960 ** ^The sqlite3_initialize() routine initializes the
962 ** deallocates any resources that were allocated by sqlite3_initialize().
967 ** A call to sqlite3_initialize() is an "effective" call if it is
968 ** the first time sqlite3_initialize() is invoked during the lifetime of
969 ** the process, or if it is the first time sqlite3_initialize() is invoked
971 ** of sqlite3_initialize() does any initialization. All other calls
975 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
979 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
985 ** Among other things, ^sqlite3_initialize() will invoke
989 ** ^The sqlite3_initialize() routin
[all...]
H A Dsqlite3.c1497 ** ^The sqlite3_initialize() routine initializes the
1499 ** deallocates any resources that were allocated by sqlite3_initialize().
1504 ** A call to sqlite3_initialize() is an "effective" call if it is
1505 ** the first time sqlite3_initialize() is invoked during the lifetime of
1506 ** the process, or if it is the first time sqlite3_initialize() is invoked
1508 ** of sqlite3_initialize() does any initialization. All other calls
1512 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1516 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1522 ** Among other things, ^sqlite3_initialize() will invoke
1526 ** ^The sqlite3_initialize() routin
103432 SQLITE_API int sqlite3_initialize(void){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h960 ** ^The sqlite3_initialize() routine initializes the
962 ** deallocates any resources that were allocated by sqlite3_initialize().
967 ** A call to sqlite3_initialize() is an "effective" call if it is
968 ** the first time sqlite3_initialize() is invoked during the lifetime of
969 ** the process, or if it is the first time sqlite3_initialize() is invoked
971 ** of sqlite3_initialize() does any initialization. All other calls
975 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
979 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
985 ** Among other things, ^sqlite3_initialize() will invoke
989 ** ^The sqlite3_initialize() routin
[all...]
H A Dsqlite3.c1497 ** ^The sqlite3_initialize() routine initializes the
1499 ** deallocates any resources that were allocated by sqlite3_initialize().
1504 ** A call to sqlite3_initialize() is an "effective" call if it is
1505 ** the first time sqlite3_initialize() is invoked during the lifetime of
1506 ** the process, or if it is the first time sqlite3_initialize() is invoked
1508 ** of sqlite3_initialize() does any initialization. All other calls
1512 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1516 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1522 ** Among other things, ^sqlite3_initialize() will invoke
1526 ** ^The sqlite3_initialize() routin
103432 SQLITE_API int sqlite3_initialize(void){ function
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h960 ** ^The sqlite3_initialize() routine initializes the
962 ** deallocates any resources that were allocated by sqlite3_initialize().
967 ** A call to sqlite3_initialize() is an "effective" call if it is
968 ** the first time sqlite3_initialize() is invoked during the lifetime of
969 ** the process, or if it is the first time sqlite3_initialize() is invoked
971 ** of sqlite3_initialize() does any initialization. All other calls
975 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
979 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
985 ** Among other things, ^sqlite3_initialize() will invoke
989 ** ^The sqlite3_initialize() routin
[all...]
H A Dsqlite3.c1497 ** ^The sqlite3_initialize() routine initializes the
1499 ** deallocates any resources that were allocated by sqlite3_initialize().
1504 ** A call to sqlite3_initialize() is an "effective" call if it is
1505 ** the first time sqlite3_initialize() is invoked during the lifetime of
1506 ** the process, or if it is the first time sqlite3_initialize() is invoked
1508 ** of sqlite3_initialize() does any initialization. All other calls
1512 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1516 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1522 ** Among other things, ^sqlite3_initialize() will invoke
1526 ** ^The sqlite3_initialize() routin
103432 SQLITE_API int sqlite3_initialize(void){ function
[all...]

Completed in 804 milliseconds