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_result_error
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
3336
sqlite3_result_error
(context, "SHA3 size should be one of: 224 256 "
3422
sqlite3_result_error
(context, "SHA3 size should be one of: 224 256 "
3435
sqlite3_result_error
(context, zMsg, -1);
3442
sqlite3_result_error
(context, zMsg, -1);
4750
sqlite3_result_error
(context, "blob expanded to base64 too big", -1);
4770
sqlite3_result_error
(context, "blob from base64 may be too big", -1);
4789
sqlite3_result_error
(context, "base64 accepts only blob or text", -1);
4794
sqlite3_result_error
(context, "base64 OOM", -1);
5106
sqlite3_result_error
(context, "is_base85 accepts only text or NULL", -1);
5126
sqlite3_result_error
(context, "blob expanded to base85 too big", -1)
[
all
...]
sqlite3ext.h
482
#define
sqlite3_result_error
sqlite3_api->result_error
macro
sqlite3.h
6072
** ^The
sqlite3_result_error
() and sqlite3_result_error16() functions
6075
** 2nd parameter of
sqlite3_result_error
() or sqlite3_result_error16()
6077
** message string from
sqlite3_result_error
() as UTF-8. ^SQLite
6080
** ^If the third parameter to
sqlite3_result_error
()
6083
** ^If the third parameter to
sqlite3_result_error
() or
6086
** ^The
sqlite3_result_error
() and sqlite3_result_error16()
6092
** the error code is SQLITE_ERROR. ^A subsequent call to
sqlite3_result_error
()
6197
SQLITE_API void
sqlite3_result_error
(sqlite3_context*, const char*, int);
sqlite3.c
6385
** ^The
sqlite3_result_error
() and sqlite3_result_error16() functions
6388
** 2nd parameter of
sqlite3_result_error
() or sqlite3_result_error16()
6390
** message string from
sqlite3_result_error
() as UTF-8. ^SQLite
6393
** ^If the third parameter to
sqlite3_result_error
()
6396
** ^If the third parameter to
sqlite3_result_error
() or
6399
** ^The
sqlite3_result_error
() and sqlite3_result_error16()
6405
** the error code is SQLITE_ERROR. ^A subsequent call to
sqlite3_result_error
()
6510
SQLITE_API void
sqlite3_result_error
(sqlite3_context*, const char*, int);
90351
SQLITE_API void
sqlite3_result_error
(sqlite3_context *pCtx, const char *z, int n){
function
135954
#define
sqlite3_result_error
macro
[
all
...]
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
991
sqlite3_result_error
(context, Tcl_GetStringResult(p->interp), -1);
1034
sqlite3_result_error
(context, Tcl_GetStringResult(p->interp), -1);
1049
sqlite3_result_error
(context, Tcl_GetStringResult(p->interp), -1);
Completed in 117 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026