OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icode_to_fcode
(Results
1 - 4
of
4
) sorted by null
/external/libpcap/
gencode.h
322
struct bpf_insn *
icode_to_fcode
(struct block *, int *);
optimize.c
2236
icode_to_fcode
(root, lenp)
function
[
all
...]
CHANGES
15
"fix" the "memory leak" in
icode_to_fcode
() -- documentation bug
gencode.c
403
program->bf_insns =
icode_to_fcode
(root, &len);
[
all
...]
Completed in 51 milliseconds