HomeSort by: relevance | last modified time | path
    Searched defs:outhow (Results 1 - 1 of 1) sorted by relevancy

  /src/common/dist/zlib/contrib/blast/
blast.c 55 void *outhow; /* opaque information passed to outfun() */ member in struct:state
362 if (s->outfun(s->outhow, s->out, s->next)) return 1;
373 if (s->outfun(s->outhow, s->out, s->next)) return 1;
383 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow,
403 s.outhow = outhow;
420 if (err != 1 && s.next && s.outfun(s.outhow, s.out, s.next) && err == 0)

Completed in 11 milliseconds