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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c120 #if defined(SVN_DEBUG) && defined(SQLITE_CONFIG_LOG)
131 #if defined(SVN_DEBUG) && defined(SQLITE_CONFIG_LOG)
132 sqlite3_config(SQLITE_CONFIG_LOG, sqlite_error_log, (void*)NULL /* baton */);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1451 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1452 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1457 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1498 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
6406 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dsqlite3.c2004 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
2005 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
2010 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
2051 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
6959 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1879 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1880 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
1882 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1887 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
2046 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
8934 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dshell.c20946 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
H A Dsqlite3.c2942 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
2943 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
2945 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
2950 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
3109 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
9997 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]

Completed in 861 milliseconds