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

/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dasn1_print.c61 size_t loop_length = 0; local
118 loop_length = loop (buf, length, indent + 2);
131 loop_length = loop (buf, length, indent + 2);
228 if (loop_length == 0)
231 if (loop_length < length)
232 length = loop_length;
236 } else if (loop_length)

Completed in 42 milliseconds