Home | History | Annotate | Download | only in dist

Lines Matching defs:_O_BINARY

553       _setmode(_fileno(out), _O_BINARY);
658 ** Set the mode for an output stream. mode argument is typically _O_BINARY or
666 simBinaryStdout = (mode==_O_BINARY);
668 simBinaryOther = (mode==_O_BINARY);
25276 sqlite3_fsetmode(p->out, _O_BINARY);