Home
last modified time | relevance | path

Searched refs:current_out (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A 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/openssl/crypto/encode_decode/
H A 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/
H A Djerry_client_main.py297 self.current_out = b""
1151 message = self.current_out + message
1153 self.current_out = lines.pop()

Completed in 4 milliseconds