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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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 119 milliseconds