HomeSort by: relevance | last modified time | path
    Searched refs:buf_dsc (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_log.c 290 struct dsc$descriptor_s buf_dsc; local
321 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
322 buf_dsc.dsc$b_class = DSC$K_CLASS_S;
323 buf_dsc.dsc$a_pointer = buf;
324 buf_dsc.dsc$w_length = sizeof(buf) - 1;
326 lib$sys_fao(&fao_cmd, &len, &buf_dsc, priority_tag, string);
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_log.c 330 struct dsc$descriptor_s buf_dsc; local
361 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
362 buf_dsc.dsc$b_class = DSC$K_CLASS_S;
363 buf_dsc.dsc$a_pointer = buf;
364 buf_dsc.dsc$w_length = sizeof(buf) - 1;
366 lib$sys_fao(&fao_cmd, &len, &buf_dsc, priority_tag, string);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_log.c 329 struct dsc$descriptor_s buf_dsc; local
360 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
361 buf_dsc.dsc$b_class = DSC$K_CLASS_S;
362 buf_dsc.dsc$a_pointer = buf;
363 buf_dsc.dsc$w_length = sizeof(buf) - 1;
365 lib$sys_fao(&fao_cmd, &len, &buf_dsc, priority_tag, string);

Completed in 26 milliseconds