Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c837 SQLITE_INTERNAL_LINKAGE void setBinaryMode(FILE *pf, short bFlush){ in setBinaryMode() function
846 # define setBinaryMode(f, bFlush) do{ if((bFlush)) fflush(f); }while(0) macro