Searched +defs:ind +defs:match (Results 1 - 2 of 2) sorted by relevance

/src/common/dist/zlib/examples/
H A Dgun.c81 struct ind { struct
165 unsigned char match[65280 + 2]; /* buffer for reversed match or gzip variable in typeref:typename:unsigned char[]
388 struct ind ind, *indp; local in function:gunpipe
[all...]
/src/sys/external/bsd/sljit/dist/regex_src/
H A DregexJIT.c1638 int ind; local in function:compile_leave_fast_forward
1694 compile_newline_check(struct compiler_common * compiler_common,sljit_sw ind) argument
1733 compile_range_check(struct compiler_common * compiler_common,sljit_sw ind) argument
1838 sljit_sw ind; local in function:regex_compile
2333 struct regex_match *match = (struct regex_match*)SLJIT_MALLOC(sizeof(struct regex_match) + (ma local in function:regex_begin_match
2395 regex_reset_match(struct regex_match * match) argument
2398 sljit_sw current, ind; local in function:regex_reset_match
2418 regex_free_match(struct regex_match * match) argument
2423 regex_continue_match(struct regex_match * match,const regex_char_t * input_string,int length) argument
2428 regex_get_result(struct regex_match * match,int * end,int * id) argument
2488 regex_is_match_finished(struct regex_match * match) argument
2494 regex_continue_match_debug(struct regex_match * match,const regex_char_t * input_string,int length) argument
[all...]

Completed in 9 milliseconds