Searched refs:SQLITE_CONFIG_LOG (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d485 SQLITE_CONFIG_LOG = 16, /** xFunc, void* */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1796 ** <li> SQLITE_CONFIG_LOG
1994 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1995 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
1997 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
2002 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
2161 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
9492 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dshell.c28810 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
H A Dsqlite3.c2109 ** <li> SQLITE_CONFIG_LOG
2307 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
2308 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
2310 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
2315 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
2474 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
9805 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]

Completed in 550 milliseconds