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