OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:running_output
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
encoder_lib.c
37
unsigned char *
running_output
;
member in struct:encoder_process_data_st
511
data->
running_output
= new_data.
running_output
;
586
if (!ossl_assert(data->
running_output
!= NULL)) {
612
data->
running_output
,
659
OPENSSL_free(data->
running_output
);
660
data->
running_output
= NULL;
670
data->
running_output
= (unsigned char *)buf->data;
/src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
encoder_lib.c
60
unsigned char *
running_output
;
member in struct:encoder_process_data_st
535
data->
running_output
= new_data.
running_output
;
613
if (!ossl_assert(data->
running_output
!= NULL)) {
635
data->
running_output
,
684
OPENSSL_free(data->
running_output
);
685
data->
running_output
= NULL;
695
data->
running_output
= (unsigned char *)buf->data;
Completed in 58 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026