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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbf_lbuf.c150 int i,num=0,foundnl; local
168 foundnl = 1;
171 foundnl = 0;
175 while ((foundnl || p - in > ctx->obuf_size - ctx->obuf_len)
230 if ((foundnl || p - in > ctx->obuf_size) && p - in > 0)
253 while(foundnl && inl > 0);

Completed in 78 milliseconds