OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pzErrmsg
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
5189
char **
pzErrMsg
,
5194
(void)
pzErrMsg
; /* Unused parameter */
5624
char **
pzErrMsg
,
5630
(void)
pzErrMsg
; /* Unused parameter */
5734
char **
pzErrMsg
,
5738
(void)
pzErrMsg
; /* Unused parameter */
6654
char **
pzErrMsg
,
6675
(void)
pzErrMsg
; /* Unused parameter */
7786
char **
pzErrMsg
,
7808
(void)
pzErrMsg
; /* Unused parameter *
[
all
...]
sqlite3.h
3194
char **
pzErrmsg
/* Error msg written here */
7547
** ^If an error occurs and
pzErrMsg
is not 0, then the
7549
** fill *
pzErrMsg
with error message text stored in memory
7572
char **
pzErrMsg
/* Put error message here if not 0 */
7618
** char **
pzErrMsg
,
7623
** If the xEntryPoint routine encounters an error, it should make *
pzErrMsg
7625
** and return an appropriate [error code]. ^SQLite ensures that *
pzErrMsg
7627
** [sqlite3_free()] on *
pzErrMsg
after xEntryPoint() returns. ^If any
11928
** error code. In this case, if argument
pzErrMsg
is not NULL, *
pzErrMsg
[
all
...]
sqlite3.c
3515
char **
pzErrmsg
/* Error msg written here */
7868
** ^If an error occurs and
pzErrMsg
is not 0, then the
7870
** fill *
pzErrMsg
with error message text stored in memory
7893
char **
pzErrMsg
/* Put error message here if not 0 */
7939
** char **
pzErrMsg
,
7944
** If the xEntryPoint routine encounters an error, it should make *
pzErrMsg
7946
** and return an appropriate [error code]. ^SQLite ensures that *
pzErrMsg
7948
** [sqlite3_free()] on *
pzErrMsg
after xEntryPoint() returns. ^If any
12249
** error code. In this case, if argument
pzErrMsg
is not NULL, *
pzErrMsg
[
all
...]
Completed in 91 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026