/third_party/iptables/extensions/ |
D | libipt_icmp.c | 116 code[0] = icmp_codes[match].code_min; in parse_icmp() 165 uint8_t code_min, uint8_t code_max, in print_icmptype() argument 174 && icmp_codes[i].code_min == code_min in print_icmptype() 190 if (code_min == code_max) in print_icmptype() 191 printf(" code %u", code_min); in print_icmptype() 192 else if (code_min != 0 || code_max != 0xFF) in print_icmptype() 193 printf(" codes %u-%u", code_min, code_max); in print_icmptype() 229 unsigned int code_min, in type_xlate_print() argument 234 if (code_min != code_max) { in type_xlate_print() 237 icmp_codes[i].code_min == code_min && in type_xlate_print()
|
D | libip6t_icmp6.c | 96 code[0] = icmpv6_codes[match].code_min; in parse_icmpv6() 144 uint8_t code_min, uint8_t code_max, in print_icmpv6type() argument 153 && icmpv6_codes[i].code_min == code_min in print_icmpv6type() 169 if (code_min == code_max) in print_icmpv6type() 170 printf(" code %u", code_min); in print_icmpv6type() 171 else if (code_min != 0 || code_max != 0xFF) in print_icmpv6type() 172 printf(" codes %u-%u", code_min, code_max); in print_icmpv6type() 221 unsigned int code_min, in type_xlate_print() argument 227 if (code_min == code_max) in type_xlate_print() 237 icmpv6_codes[i].code_min == code_min && in type_xlate_print()
|
D | libxt_icmp.h | 4 uint8_t code_min, code_max; member 14 if (icmp_codes[i].code_min == icmp_codes[i-1].code_min in xt_print_icmp_types()
|
D | libebt_ip6.c | 150 code[0] = icmpv6_codes[match].code_min; in parse_icmpv6() 213 if (icmpv6_codes[i].code_min == code[0] && in print_icmp_type()
|
D | libebt_ip.c | 307 code[0] = codes[match].code_min; in ebt_parse_icmp() 372 if (!code || (codes[i].code_min == code[0] && in ebt_print_icmp_type()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regcomp.c | 49 int code_min; member 77 #define IS_SPECIAL(x) ((x)->code_min < 0) 78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) 79 #define IS_ASSERTION(x) ((x)->code_min == ASSERTION) 80 #define IS_TAG(x) ((x)->code_min == TAG) 81 #define IS_BACKREF(x) ((x)->code_min == BACKREF) 102 long code_min; member 154 tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, int position) in tre_ast_new_literal() argument 163 lit->code_min = code_min; in tre_ast_new_literal() 444 return la[0]->code_min - lb[0]->code_min; in tre_compare_lit() [all …]
|
D | tre.h | 96 tre_cint_t code_min; member
|
D | regexec.c | 382 if (trans_i->code_min <= (tre_cint_t)prev_c && in tre_tnfa_run_parallel() 824 if (trans_i->code_min <= (tre_cint_t)prev_c in tre_tnfa_run_backtrack()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regcomp.c | 49 int code_min; member 77 #define IS_SPECIAL(x) ((x)->code_min < 0) 78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) 79 #define IS_ASSERTION(x) ((x)->code_min == ASSERTION) 80 #define IS_TAG(x) ((x)->code_min == TAG) 81 #define IS_BACKREF(x) ((x)->code_min == BACKREF) 102 long code_min; member 154 tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, int position) in tre_ast_new_literal() argument 163 lit->code_min = code_min; in tre_ast_new_literal() 444 return la[0]->code_min - lb[0]->code_min; in tre_compare_lit() [all …]
|
D | tre.h | 97 tre_cint_t code_min; member
|
D | regexec.c | 382 if (trans_i->code_min <= (tre_cint_t)prev_c && in tre_tnfa_run_parallel() 824 if (trans_i->code_min <= (tre_cint_t)prev_c in tre_tnfa_run_backtrack()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regcomp.c | 49 int code_min; member 77 #define IS_SPECIAL(x) ((x)->code_min < 0) 78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) 79 #define IS_ASSERTION(x) ((x)->code_min == ASSERTION) 80 #define IS_TAG(x) ((x)->code_min == TAG) 81 #define IS_BACKREF(x) ((x)->code_min == BACKREF) 102 long code_min; member 154 tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, int position) in tre_ast_new_literal() argument 163 lit->code_min = code_min; in tre_ast_new_literal() 444 return la[0]->code_min - lb[0]->code_min; in tre_compare_lit() [all …]
|
D | tre.h | 96 tre_cint_t code_min; member
|
D | regexec.c | 382 if (trans_i->code_min <= (tre_cint_t)prev_c && in tre_tnfa_run_parallel() 824 if (trans_i->code_min <= (tre_cint_t)prev_c in tre_tnfa_run_backtrack()
|
/third_party/musl/src/regex/ |
D | regcomp.c | 49 int code_min; member 77 #define IS_SPECIAL(x) ((x)->code_min < 0) 78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) 79 #define IS_ASSERTION(x) ((x)->code_min == ASSERTION) 80 #define IS_TAG(x) ((x)->code_min == TAG) 81 #define IS_BACKREF(x) ((x)->code_min == BACKREF) 102 long code_min; member 154 tre_ast_new_literal(tre_mem_t mem, int code_min, int code_max, int position) in tre_ast_new_literal() argument 163 lit->code_min = code_min; in tre_ast_new_literal() 444 return la[0]->code_min - lb[0]->code_min; in tre_compare_lit() [all …]
|
D | tre.h | 95 tre_cint_t code_min; member
|
D | regexec.c | 382 if (trans_i->code_min <= (tre_cint_t)prev_c && in tre_tnfa_run_parallel() 824 if (trans_i->code_min <= (tre_cint_t)prev_c in tre_tnfa_run_backtrack()
|