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

/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite.h.in1409 ** <dt>SQLITE_CONFIG_LOG</dt>
1410 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1415 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1444 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */
6210 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dshell.c2652 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
H A Dmain.c418 case SQLITE_CONFIG_LOG: {
H A Dtest1.c5325 sqlite3_config(SQLITE_CONFIG_LOG, 0, 0);
5331 sqlite3_config(SQLITE_CONFIG_LOG, xLogcallback, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1414 ** <dt>SQLITE_CONFIG_LOG</dt>
1415 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1420 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1449 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
6215 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dsqlite3.c1957 ** <dt>SQLITE_CONFIG_LOG</dt>
1958 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1963 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1992 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
6758 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1518 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1519 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1524 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1570 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
6648 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dshell.c2754 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
H A Dsqlite3.c2068 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
2069 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
2074 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
2120 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
7198 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1518 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
1519 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
1524 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
1570 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
6648 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
H A Dshell.c2773 sqlite3_config(SQLITE_CONFIG_LOG, shellLog, data);
H A Dsqlite3.c2068 ** [[SQLITE_CONFIG_LOG]] <dt>SQLITE_CONFIG_LOG</dt>
2069 ** <dd> ^The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a
2074 ** ^The void pointer that is the second argument to SQLITE_CONFIG_LOG is
2120 #define SQLITE_CONFIG_LOG 16 /* xFunc, void* */ macro
7198 ** established by the [SQLITE_CONFIG_LOG] option to [sqlite3_config()].
[all...]

Completed in 503 milliseconds