Searched refs:fp_chksum (Results 1 – 2 of 2) sorted by relevance
253 FILE *fp_chksum; member
951 ps_app_ctxt->fp_chksum = NULL; in init_default_params()1799 ps_app_ctxt->fp_chksum = fopen(ps_app_ctxt->ac_chksum_fname, "wb"); in synchronous_encode()1800 if(NULL == ps_app_ctxt->fp_chksum) in synchronous_encode()2313 fwrite(au1_chksum, sizeof(UWORD8), 16, ps_app_ctxt->fp_chksum); in synchronous_encode()2346 fclose(ps_app_ctxt->fp_chksum); in synchronous_encode()