Lines Matching defs:SQLITE_CONFIG_LOG
2111 ** <li> SQLITE_CONFIG_LOG
2309 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
2310 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
2312 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
2317 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
2492 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
9830 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
180219 | MASKBIT64( SQLITE_CONFIG_LOG )
180225 testcase( op==SQLITE_CONFIG_LOG );
180414 case SQLITE_CONFIG_LOG: {