Searched defs:setTextMode (Results 1 – 4 of 4) sorted by relevance
841 SQLITE_INTERNAL_LINKAGE void setTextMode(FILE *pf, short bFlush){ in setTextMode() function848 # define setTextMode(f, bFlush) do{ if((bFlush)) fflush(f); }while(0) macro
270 static void setTextMode(FILE *file, int isOutput){ in setTextMode() function276 # define setTextMode(X,Y) macro
836 SQLITE_INTERNAL_LINKAGE void setTextMode(FILE *pf, short bFlush){ in setTextMode() function843 # define setTextMode(f, bFlush) do{ if((bFlush)) fflush(f); }while(0) macro
277 static void setTextMode(FILE *file, int isOutput){ in setTextMode() function283 # define setTextMode(X,Y) macro