Searched refs:avio_context_free (Results 1 – 15 of 15) sorted by relevance
124 avio_context_free(&avio_ctx); in main()
152 void avio_context_free(AVIOContext **ps) in avio_context_free() function1279 avio_context_free(&s); in avio_close()1551 avio_context_free(&s); in avio_close_dyn_buf()1565 avio_context_free(s); in ffio_free_dyn_buf()1597 avio_context_free(&s); in ffio_close_null_buf()
425 void avio_context_free(AVIOContext **s);
327 avio_context_free(&rdt->rmctx->pb); in rdt_parse_packet()
560 avio_context_free(&s->zpb); in swf_read_close()
145 avio_context_free(&os->ctx->pb); in hds_free()
173 avio_context_free(&os->ctx->pb); in ism_free()
585 avio_context_free(pb); in close_null_ctxp()
313 avio_context_free(&pb); in wtvfile_close()
1177 avio_context_free(&pb); in read_gab2_sub()
220 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()
792 Add avio_context_free(). From now on it must be used for freeing AVIOContext.