OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xclose
(Results
1 - 11
of
11
) sorted by null
/external/mksh/src/
lex.c
1036
yylval.cp =
Xclose
(ws, wp);
1218
iop->heredoc =
Xclose
(xs, xp);
[
all
...]
eval.c
767
p =
Xclose
(ds, dp);
[
all
...]
exec.c
1081
return (
Xclose
(xs, xp + namelen));
[
all
...]
histrap.c
362
line =
Xclose
(xs, xp);
sh.h
[
all
...]
funcs.c
331
return (
Xclose
(xs, xp));
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
sqlite3.c.orig
[
all
...]
sqlite3.h
591
** to a non-NULL pointer, then the sqlite3_io_methods.
xClose
method
593
** only way to prevent a call to
xClose
following a failed xOpen
671
int (*
xClose
)(sqlite3_file*);
[
all
...]
sqlite3.h.orig
588
** to a non-NULL pointer, then the sqlite3_io_methods.
xClose
method
590
** only way to prevent a call to
xClose
following a failed xOpen
668
int (*
xClose
)(sqlite3_file*);
[
all
...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h
573
int (*
xClose
)(sqlite3_file*);
657
** the string will be valid and unchanged until
xClose
() is
[
all
...]
Completed in 94 milliseconds