OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zResult
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c
2121
char *
zResult
= 0; /* Result to be returned */
2145
qrf.pzOutput = &
zResult
;
2409
Tcl_SetResult(pDb->interp,
zResult
, TCL_VOLATILE);
2416
sqlite3_free(
zResult
);
/src/external/public-domain/sqlite/dist/
shell.c
7567
char
zResult
[100];
7611
sqlite3_snprintf(sizeof(
zResult
),
zResult
, "ieee754(%lld,%d)",
7613
sqlite3_result_text(context,
zResult
, -1, SQLITE_TRANSIENT);
24321
char *
zResult
;
24324
zResult
= local_getline(zPrior, in);
24331
zResult
= local_getline(zPrior, stdin);
24334
if(
zResult
==0 ) sqlite3_sleep(50);
24335
}while(
zResult
==0 && seenInterrupt>0 );
24338
zResult
= shell_readline(zPrompt)
[
all
...]
sqlite3.c
[
all
...]
Completed in 228 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026