Searched defs:single_call (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_bcj.c45 bool single_call; member in struct:xz_dec_bcj
461 && (s->ret != XZ_OK || s->single_call))
527 struct xz_dec_bcj * xz_dec_bcj_create(bool single_call) argument
536 s->single_call = single_call;
H A Dxz_dec_stream.c86 bool single_call; member in struct:xz_dec
916 if (s->single_call)
923 if (s->single_call) {
963 s->single_call = dict_max == 0;
966 s->bcj = xz_dec_bcj_create(s->single_call);

Completed in 50 milliseconds