OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blast_out
(Results
1 - 2
of
2
) sorted by null
/external/zlib/src/contrib/blast/
blast.h
39
typedef int (*
blast_out
)(void *how, unsigned char *buf, unsigned len);
typedef
45
int blast(blast_in infun, void *inhow,
blast_out
outfun, void *outhow);
blast.c
50
blast_out
outfun; /* output function provided by user */
379
int blast(blast_in infun, void *inhow,
blast_out
outfun, void *outhow)
Completed in 744 milliseconds