OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foundnl
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/bio/
bf_lbuf.c
150
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 233 milliseconds