Home
last modified time | relevance | path

Searched refs:current_out (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dcapssetter.c76 GstCaps *current_out; in push_and_test() local
106 current_out = gst_pad_get_current_caps (mysinkpad); in push_and_test()
107 fail_unless (gst_caps_is_equal (out_caps, current_out)); in push_and_test()
108 gst_caps_unref (current_out); in push_and_test()
/third_party/openssl/crypto/encode_decode/
Dencoder_lib.c619 BIO *current_out = NULL; in encoder_process() local
626 current_out = data->bio; in encoder_process()
627 else if ((current_out = allocated_out = BIO_new(BIO_s_mem())) in encoder_process()
632 ok = (cbio = ossl_core_bio_new_from_bio(current_out)) != NULL; in encoder_process()
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
Dencoder_lib.c619 BIO *current_out = NULL; in encoder_process() local
626 current_out = data->bio; in encoder_process()
627 else if ((current_out = allocated_out = BIO_new(BIO_s_mem())) in encoder_process()
632 ok = (cbio = ossl_core_bio_new_from_bio(current_out)) != NULL; in encoder_process()
/third_party/jerryscript/jerry-debugger/
Djerry_client_main.py297 self.current_out = b""
1151 message = self.current_out + message
1153 self.current_out = lines.pop()