OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cs_next_out
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/bzip2/dist/
bzlib.c
601
char*
cs_next_out
= s->strm->next_out;
local
617
*( (UChar*)(
cs_next_out
) ) = c_state_out_ch;
620
cs_next_out
++;
628
*( (UChar*)(
cs_next_out
) ) = c_state_out_ch;
630
cs_next_out
++;
679
s->strm->next_out =
cs_next_out
;
/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bzlib.c
359
char*
cs_next_out
= s->strm->next_out;
local
375
*( (UChar*)(
cs_next_out
) ) = c_state_out_ch;
378
cs_next_out
++;
386
*( (UChar*)(
cs_next_out
) ) = c_state_out_ch;
388
cs_next_out
++;
437
s->strm->next_out =
cs_next_out
;
Completed in 52 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026