Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_CONFIG_LOG

1637 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1638 ** <dd> The SQLITE_CONFIG_LOG option is used to configure the SQLite
1640 ** (^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1645 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1742 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
7073 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].