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

/external/openssl/crypto/bio/
H A Dbss_log.c332 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 60 milliseconds