Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1_print.c64 size_t loop_length = 0; in loop() local
121 loop_length = loop (buf, length, indent + 2); in loop()
134 loop_length = loop (buf, length, indent + 2); in loop()
277 if (loop_length == 0) in loop()
280 if (loop_length < length) in loop()
281 length = loop_length; in loop()
285 } else if (loop_length) in loop()