OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buf_dsc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_log.c
332
struct dsc$descriptor_s
buf_dsc
;
local
348
buf_dsc
.dsc$b_dtype = DSC$K_DTYPE_T;
349
buf_dsc
.dsc$b_class = DSC$K_CLASS_S;
350
buf_dsc
.dsc$a_pointer = buf;
351
buf_dsc
.dsc$w_length = sizeof(buf) - 1;
353
lib$sys_fao(&fao_cmd, &len, &
buf_dsc
, priority_tag, string);
/external/openssl/crypto/bio/
bss_log.c
332
struct dsc$descriptor_s
buf_dsc
;
local
348
buf_dsc
.dsc$b_dtype = DSC$K_DTYPE_T;
349
buf_dsc
.dsc$b_class = DSC$K_CLASS_S;
350
buf_dsc
.dsc$a_pointer = buf;
351
buf_dsc
.dsc$w_length = sizeof(buf) - 1;
353
lib$sys_fao(&fao_cmd, &len, &
buf_dsc
, priority_tag, string);
Completed in 865 milliseconds