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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_vms.c326 struct dsc$descriptor_s errstring_dsc; local
328 errstring_dsc.dsc$w_length = sizeof(errstring);
329 errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
330 errstring_dsc.dsc$b_class = DSC$K_CLASS_S;
331 errstring_dsc.dsc$a_pointer = errstring;
335 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
440 struct dsc$descriptor_s errstring_dsc; local
442 errstring_dsc.dsc$w_length = sizeof(errstring);
443 errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
444 errstring_dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dso/
H A Ddso_vms.c397 struct dsc$descriptor_s errstring_dsc; local
399 errstring_dsc.dsc$w_length = sizeof(errstring);
400 errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
401 errstring_dsc.dsc$b_class = DSC$K_CLASS_S;
402 errstring_dsc.dsc$a_pointer = errstring;
406 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
506 struct dsc$descriptor_s errstring_dsc; local
508 errstring_dsc.dsc$w_length = sizeof(errstring);
509 errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
510 errstring_dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dso/
H A Ddso_vms.c397 struct dsc$descriptor_s errstring_dsc; local
399 errstring_dsc.dsc$w_length = sizeof(errstring);
400 errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
401 errstring_dsc.dsc$b_class = DSC$K_CLASS_S;
402 errstring_dsc.dsc$a_pointer = errstring;
406 status = sys$getmsg(status, &length, &errstring_dsc, 1, 0);
506 struct dsc$descriptor_s errstring_dsc; local
508 errstring_dsc.dsc$w_length = sizeof(errstring);
509 errstring_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
510 errstring_dsc
[all...]

Completed in 139 milliseconds