Home | History | Annotate | Download | only in src

Lines Matching refs:fOut

37 		if (!me->fOut) me->fOut = fopen(me->fOutFile, "wb");
39 if (me->fOut)
42 me->fOut);
81 if (me->fOut) fclose(me->fOut);
82 me->fOut = NULL;
107 me->fOut = NULL;
135 me->fOut = fopen(me->fOutFile, "ab");
139 me->fOut = NULL;
153 if (!me->puBuffer || !me->fOutFile || (!config->delayed_open && !me->fOut))