Searched refs:fdst (Results 1 – 1 of 1) sorted by relevance
84 FILE *fdst = NULL; in encode() local117 if ((fdst = fopen (dstfile, "wb")) == NULL) in encode()220 fwrite(OutputBuf, 1, outData.Length + size1, fdst); in encode()221 fflush(fdst); in encode()225 fwrite(outData.Buffer, 1, outData.Length, fdst); in encode()226 fflush(fdst); in encode()255 if (fdst) in encode()256 fclose(fdst); in encode()