Home
last modified time | relevance | path

Searched refs:setBinaryMode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c474 SQLITE_INTERNAL_LINKAGE void setBinaryMode(FILE *, short bFlush);
842 SQLITE_INTERNAL_LINKAGE void setBinaryMode(FILE *pf, short bFlush){ in setBinaryMode() function
851 # define setBinaryMode(f, bFlush) do{ if((bFlush)) fflush(f); }while(0) macro
19865 setBinaryMode(pfO, 1); in output_quoted_string()
19912 setBinaryMode(pfO, 1); in output_quoted_escaped_string()
20704 setBinaryMode(p->out, 1); in shell_callback()
26242 setBinaryMode(p->out, 1); in do_meta_command()
26379 setBinaryMode(p->out, 1); in do_meta_command()