Home
last modified time | relevance | path

Searched refs:current_output_type (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/p5-SGMLSpm/SGMLSpm/
H A DOutput.pm123 $current_output_type = 'handle';
140 push @output_stack, [$current_output_type,$current_output_data,
149 $current_output_type = 'handle';
157 $current_output_type = 'file';
165 $current_output_type = 'file';
173 $current_output_type = 'file';
179 $current_output_type = 'string';
185 $current_output_type = 'nul';
195 my ($old_type,$old_data) = ($current_output_type,$current_output_data);
196 ($current_output_type,$current_output_data,$current_output_sub) =
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/encode_decode/
H A Dencoder_lib.c412 const char *current_output_type; in encoder_process() local
426 current_output_type = in encoder_process()
453 && strcasecmp(current_output_type, in encoder_process()
459 current_output_type, data->ctx->output_type); in encoder_process()
464 if (!OSSL_ENCODER_is_a(next_encoder, current_output_type)) { in encoder_process()
469 current_output_type, (void *)next_encoder); in encoder_process()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/encode_decode/
H A Dencoder_lib.c412 const char *current_output_type; in encoder_process() local
426 current_output_type = in encoder_process()
453 && strcasecmp(current_output_type, in encoder_process()
459 current_output_type, data->ctx->output_type); in encoder_process()
464 if (!OSSL_ENCODER_is_a(next_encoder, current_output_type)) { in encoder_process()
469 current_output_type, (void *)next_encoder); in encoder_process()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/encode_decode/
H A Dencoder_lib.c412 const char *current_output_type; in encoder_process() local
426 current_output_type = in encoder_process()
453 && strcasecmp(current_output_type, in encoder_process()
459 current_output_type, data->ctx->output_type); in encoder_process()
464 if (!OSSL_ENCODER_is_a(next_encoder, current_output_type)) { in encoder_process()
469 current_output_type, (void *)next_encoder); in encoder_process()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/encode_decode/
H A Dencoder_lib.c412 const char *current_output_type; in encoder_process() local
426 current_output_type = in encoder_process()
453 && strcasecmp(current_output_type, in encoder_process()
459 current_output_type, data->ctx->output_type); in encoder_process()
464 if (!OSSL_ENCODER_is_a(next_encoder, current_output_type)) { in encoder_process()
469 current_output_type, (void *)next_encoder); in encoder_process()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/encode_decode/
H A Dencoder_lib.c415 const char *current_output_type; in encoder_process() local
429 current_output_type = in encoder_process()
456 && strcasecmp(current_output_type, in encoder_process()
462 current_output_type, data->ctx->output_type); in encoder_process()
467 if (!OSSL_ENCODER_is_a(next_encoder, current_output_type)) { in encoder_process()
472 current_output_type, (void *)next_encoder); in encoder_process()
/dports/security/openssl-devel/openssl-3.0.2/crypto/encode_decode/
H A Dencoder_lib.c415 const char *current_output_type; in encoder_process() local
429 current_output_type = in encoder_process()
456 && strcasecmp(current_output_type, in encoder_process()
462 current_output_type, data->ctx->output_type); in encoder_process()
467 if (!OSSL_ENCODER_is_a(next_encoder, current_output_type)) { in encoder_process()
472 current_output_type, (void *)next_encoder); in encoder_process()
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/
H A Dgen75_vpp_vebox.h136 int current_output_type; /* 0:Both, 1:Previous, 2:Current */ member
H A Dgen75_vpp_vebox.c975 proc_ctx->current_output_type << 8 | // DI output frame in hsw_veb_state_command()
1389 proc_ctx->current_output_type = 2; in gen75_vebox_ensure_surfaces()
1393 proc_ctx->current_output_type = 0; in gen75_vebox_ensure_surfaces()
1869 proc_ctx->current_output_type << 8 | // DI output frame in bdw_veb_state_command()
2289 proc_ctx->current_output_type << 8 | // DI output frame in skl_veb_state_command()
2494 proc_ctx->current_output_type << 8 | // DI output frame in cnl_veb_state_command()