OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pCtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
5930
** to the new object, or NULL if there is an error. If the
pCtx
argument
5940
sqlite3_context *
pCtx
, /* Report error here, if not null */
5987
if(
pCtx
) sqlite3_result_error_nomem(
pCtx
);
5995
static void decimal_result(sqlite3_context *
pCtx
, Decimal *p){
6000
sqlite3_result_error_nomem(
pCtx
);
6004
sqlite3_result_null(
pCtx
);
6009
sqlite3_result_error_nomem(
pCtx
);
6042
sqlite3_result_text(
pCtx
, z, i, sqlite3_free);
6076
static void decimal_result_sci(sqlite3_context *
pCtx
, Decimal *p, int N)
[
all
...]
sqlite3.c
3989
void *
pCtx
11222
void *
pCtx
, /* Copy of third arg to preupdate_hook() */
12062
void *
pCtx
, /* Copy of third arg to _filter_table() */
12065
void *
pCtx
/* First argument passed to xFilter */
13093
void *
pCtx
, /* Copy of sixth arg to _apply() */
13097
void *
pCtx
, /* Copy of sixth arg to _apply() */
13101
void *
pCtx
/* First argument passed to xConflict */
13108
void *
pCtx
, /* Copy of sixth arg to _apply() */
13112
void *
pCtx
, /* Copy of sixth arg to _apply() */
13116
void *
pCtx
, /* First argument passed to xConflict *
[
all
...]
Completed in 101 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026