OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fld_len
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/asn1/
a_strex.c
469
int objlen,
fld_len
;
local
472
fld_len
= 0; /* XXX: what should this be? */
476
fld_len
= FN_WIDTH_SN;
479
fld_len
= FN_WIDTH_LN;
482
fld_len
= 0; /* XXX: what should this be? */
488
if ((objlen <
fld_len
) && (flags & XN_FLAG_FN_ALIGN)) {
489
if (!do_indent(io_ch, arg,
fld_len
- objlen)) return -1;
490
outlen +=
fld_len
- objlen;
Completed in 441 milliseconds