Home | History | Annotate | Download | only in examples

Lines Matching full:outputfp

84 static FILE* outputFp;
327 if (outputFp != NULL && fwrite(pCntxt->pData, 1, BUFFER_SIZE_IN_BYTES, outputFp)
449 outputFp = fopen(outputPath, "w");
450 if (NULL == outputFp) {
455 outputFp = NULL;
844 if (outputFp != NULL) {
845 fclose(outputFp);