blast.c | 49 void *outhow; /* opaque information passed to outfun() */ member in struct:state 356 if (s->outfun(s->outhow, s->out, s->next)) return 1; 367 if (s->outfun(s->outhow, s->out, s->next)) return 1; 377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) 391 s.outhow = outhow; 402 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)
|