Home
last modified time | relevance | path

Searched refs:loop_length (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1_print.c62 size_t loop_length = 0; in loop() local
119 loop_length = loop (buf, length, indent + 2); in loop()
132 loop_length = loop (buf, length, indent + 2); in loop()
275 if (loop_length == 0) in loop()
278 if (loop_length < length) in loop()
279 length = loop_length; in loop()
283 } else if (loop_length) in loop()