OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sqlite3_log
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/sqlite/man/
Makefile
137
sqlite3_log
.3 \
/src/external/public-domain/sqlite/dist/
sqlite3ext.h
581
#define
sqlite3_log
sqlite3_api->log
macro
sqlite3.h
477
#define SQLITE_NOTICE 27 /* Notifications from
sqlite3_log
() */
478
#define SQLITE_WARNING 28 /* Warnings from
sqlite3_log
() */
2052
** invoked by [
sqlite3_log
()] to process each logging event. ^If the
2053
** function pointer is NULL, the [
sqlite3_log
()] interface becomes a no-op.
2058
** [
sqlite3_log
()] call and is intended to be a [result code] or an
4462
** with or without this flag; it just omits the call to [
sqlite3_log
()] that
9934
** ^The [
sqlite3_log
()] interface writes a message into the [error log]
9939
** The
sqlite3_log
() interface is intended for use by extensions such as
9941
** nothing to prevent an application from calling
sqlite3_log
(), doing so
9946
** To avoid deadlocks and other threading problems, the
sqlite3_log
() routin
[
all
...]
sqlite3.c
798
#define SQLITE_NOTICE 27 /* Notifications from
sqlite3_log
() */
799
#define SQLITE_WARNING 28 /* Warnings from
sqlite3_log
() */
2373
** invoked by [
sqlite3_log
()] to process each logging event. ^If the
2374
** function pointer is NULL, the [
sqlite3_log
()] interface becomes a no-op.
2379
** [
sqlite3_log
()] call and is intended to be a [result code] or an
4783
** with or without this flag; it just omits the call to [
sqlite3_log
()] that
10255
** ^The [
sqlite3_log
()] interface writes a message into the [error log]
10260
** The
sqlite3_log
() interface is intended for use by extensions such as
10262
** nothing to prevent an application from calling
sqlite3_log
(), doing so
10267
** To avoid deadlocks and other threading problems, the
sqlite3_log
() routin
33875
SQLITE_API void
sqlite3_log
(int iErrCode, const char *zFormat, ...){
function
142801
#define
sqlite3_log
macro
[
all
...]
Completed in 78 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026