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