Searched refs:objlen (Results 1 – 2 of 2) sorted by relevance
513 int objlen, fld_len; in do_name_ex() local530 objlen = strlen(objbuf); in do_name_ex()531 if (!io_ch(arg, objbuf, objlen)) in do_name_ex()533 if ((objlen < fld_len) && (flags & XN_FLAG_FN_ALIGN)) { in do_name_ex()534 if (!do_indent(io_ch, arg, fld_len - objlen)) in do_name_ex()536 outlen += fld_len - objlen; in do_name_ex()540 outlen += objlen + sep_eq_len; in do_name_ex()
642 int objlen; in do_othername() local655 objlen = p - value; in do_othername()656 objtmp = OPENSSL_strndup(value, objlen); in do_othername()
Completed in 7 milliseconds