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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbf_lbuf.c156 int i, num = 0, foundnl; local
173 foundnl = 1;
175 foundnl = 0;
181 while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
229 if ((foundnl || p - in > ctx->obuf_size) && p - in > 0) {
252 while (foundnl && inl > 0);

Completed in 46 milliseconds