Searched refs:avio_context_free (Results 1 – 15 of 15) sorted by relevance
124 avio_context_free(&avio_ctx); in main()
155 void avio_context_free(AVIOContext **ps) in avio_context_free() function1187 avio_context_free(&s); in avio_close()1449 avio_context_free(&s); in avio_close_dyn_buf()1464 avio_context_free(s); in ffio_free_dyn_buf()1497 avio_context_free(&s); in ffio_close_null_buf()
477 void avio_context_free(AVIOContext **s);
326 avio_context_free(&rdt->rmctx->pb); in rdt_parse_packet()
565 avio_context_free(&s->zpb); in swf_read_close()
148 avio_context_free(&os->ctx->pb); in hds_free()
176 avio_context_free(&os->ctx->pb); in ism_free()
312 avio_context_free(&pb); in wtvfile_close()
592 avio_context_free(pb); in close_null_ctxp()
1160 avio_context_free(&pb); in read_gab2_sub()
206 avio_context_free(&fuzzed_pb); in LLVMFuzzerTestOneInput()
134 avio_context_free(&c); in decode()
332 avio_context_free(&fStreamCtx); in reset()
345 avio_context_free(&ctx->pb); in finish()
513 Add avio_context_free(). From now on it must be used for freeing AVIOContext.