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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h1594 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1595 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
1597 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1602 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1692 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
6890 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dshell.c2947 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
H A Dsqlite3.c2165 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
2166 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
2168 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
2173 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
2263 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
7461 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]
/freebsd-10.0-release/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...]

Completed in 879 milliseconds