Lines Matching refs:di
285 OSSL_DECODER_INSTANCE *di) in ossl_decoder_ctx_add_decoder_inst() argument
296 ok = (sk_OSSL_DECODER_INSTANCE_push(ctx->decoder_insts, di) > 0); in ossl_decoder_ctx_add_decoder_inst()
302 (void *)ctx, (void *)di, (void *)di->decoder, in ossl_decoder_ctx_add_decoder_inst()
303 OSSL_DECODER_get0_name(di->decoder), in ossl_decoder_ctx_add_decoder_inst()
304 OSSL_DECODER_get0_properties(di->decoder)); in ossl_decoder_ctx_add_decoder_inst()
374 OSSL_DECODER_INSTANCE *di = NULL; in collect_extra_decoder() local
407 if ((di = ossl_decoder_instance_new(decoder, decoderctx)) == NULL) { in collect_extra_decoder()
416 OSSL_DECODER_INSTANCE_get_input_type(di))) { in collect_extra_decoder()
417 ossl_decoder_instance_free(di); in collect_extra_decoder()
428 OSSL_DECODER_INSTANCE_get_input_type(di))) { in collect_extra_decoder()
429 ossl_decoder_instance_free(di); in collect_extra_decoder()
443 if (!ossl_decoder_ctx_add_decoder_inst(data->ctx, di)) { in collect_extra_decoder()
444 ossl_decoder_instance_free(di); in collect_extra_decoder()