Searched refs:req_char (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_byte_order.c135 re->req_char = swap_uint16(re->req_char);
H A Dpcre_fullinfo.c162 ((re->flags & PCRE_REQCHSET) != 0)? re->req_char : -1;
H A Dpcre_dfa_exec.c3158 pcre_uchar req_char = 0; local
3359 req_char = req_char2 = (pcre_uchar)(re->req_char);
3362 req_char2 = TABLE_GET(req_char, md->tables + fcc_offset, req_char);
3364 if (utf && req_char > 127)
3365 req_char2 = UCD_OTHERCASE(req_char);
3507 /* If req_char is set, we know that that character must appear in the
3508 subject for the match to succeed. If the first character is set, req_char
3529 if (req_char !
[all...]
H A Dpcre_compile.c7916 re->req_char = 0;
8127 re->req_char = reqchar & 0xff;
8130 re->req_char = reqchar & 0xffff;
8139 if (re->req_char < 128)
8141 if (cd->fcc[re->req_char] != re->req_char)
8144 else if (UCD_OTHERCASE(re->req_char) != re->req_char)
8149 if (MAX_255(re->req_char) && cd->fcc[re->req_char] !
[all...]
H A Dpcre_exec.c6362 pcre_uchar req_char = 0; local
6701 req_char = req_char2 = (pcre_uchar)(re->req_char);
6704 req_char2 = TABLE_GET(req_char, md->fcc, req_char);
6706 if (utf && req_char > 127)
6707 req_char2 = UCD_OTHERCASE(req_char);
6848 /* If req_char is set, we know that that character must appear in the
6849 subject for the match to succeed. If the first character is set, req_char
6871 if (req_char !
[all...]
H A Dpcre_jit_compile.c2319 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, pcre_uchar req_char, BOOL caseless, BOOL has_firstchar) argument
2345 oc = req_char;
2348 oc = TABLE_GET(req_char, common->fcc, req_char);
2350 if (req_char > 127 && common->utf)
2351 oc = UCD_OTHERCASE(req_char);
2354 if (req_char == oc)
2355 found = CMP(SLJIT_C_EQUAL, TMP2, 0, SLJIT_IMM, req_char);
2358 bit = req_char ^ oc;
2362 found = CMP(SLJIT_C_EQUAL, TMP2, 0, SLJIT_IMM, req_char | bi
[all...]
H A Dpcretest.c1858 re->req_char = swap_uint16(re->req_char);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_byte_order.c135 re->req_char = swap_uint16(re->req_char);
H A Dpcre_fullinfo.c162 ((re->flags & PCRE_REQCHSET) != 0)? re->req_char : -1;
H A Dpcre_dfa_exec.c3158 pcre_uchar req_char = 0; local
3359 req_char = req_char2 = (pcre_uchar)(re->req_char);
3362 req_char2 = TABLE_GET(req_char, md->tables + fcc_offset, req_char);
3364 if (utf && req_char > 127)
3365 req_char2 = UCD_OTHERCASE(req_char);
3507 /* If req_char is set, we know that that character must appear in the
3508 subject for the match to succeed. If the first character is set, req_char
3529 if (req_char !
[all...]
H A Dpcre_compile.c7916 re->req_char = 0;
8127 re->req_char = reqchar & 0xff;
8130 re->req_char = reqchar & 0xffff;
8139 if (re->req_char < 128)
8141 if (cd->fcc[re->req_char] != re->req_char)
8144 else if (UCD_OTHERCASE(re->req_char) != re->req_char)
8149 if (MAX_255(re->req_char) && cd->fcc[re->req_char] !
[all...]
H A Dpcre_exec.c6362 pcre_uchar req_char = 0; local
6701 req_char = req_char2 = (pcre_uchar)(re->req_char);
6704 req_char2 = TABLE_GET(req_char, md->fcc, req_char);
6706 if (utf && req_char > 127)
6707 req_char2 = UCD_OTHERCASE(req_char);
6848 /* If req_char is set, we know that that character must appear in the
6849 subject for the match to succeed. If the first character is set, req_char
6871 if (req_char !
[all...]
H A Dpcre_jit_compile.c2319 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, pcre_uchar req_char, BOOL caseless, BOOL has_firstchar) argument
2345 oc = req_char;
2348 oc = TABLE_GET(req_char, common->fcc, req_char);
2350 if (req_char > 127 && common->utf)
2351 oc = UCD_OTHERCASE(req_char);
2354 if (req_char == oc)
2355 found = CMP(SLJIT_C_EQUAL, TMP2, 0, SLJIT_IMM, req_char);
2358 bit = req_char ^ oc;
2362 found = CMP(SLJIT_C_EQUAL, TMP2, 0, SLJIT_IMM, req_char | bi
[all...]
H A Dpcretest.c1858 re->req_char = swap_uint16(re->req_char);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_byte_order.c135 re->req_char = swap_uint16(re->req_char);
H A Dpcre_fullinfo.c162 ((re->flags & PCRE_REQCHSET) != 0)? re->req_char : -1;
H A Dpcre_dfa_exec.c3158 pcre_uchar req_char = 0; local
3359 req_char = req_char2 = (pcre_uchar)(re->req_char);
3362 req_char2 = TABLE_GET(req_char, md->tables + fcc_offset, req_char);
3364 if (utf && req_char > 127)
3365 req_char2 = UCD_OTHERCASE(req_char);
3507 /* If req_char is set, we know that that character must appear in the
3508 subject for the match to succeed. If the first character is set, req_char
3529 if (req_char !
[all...]
H A Dpcre_compile.c7916 re->req_char = 0;
8127 re->req_char = reqchar & 0xff;
8130 re->req_char = reqchar & 0xffff;
8139 if (re->req_char < 128)
8141 if (cd->fcc[re->req_char] != re->req_char)
8144 else if (UCD_OTHERCASE(re->req_char) != re->req_char)
8149 if (MAX_255(re->req_char) && cd->fcc[re->req_char] !
[all...]
H A Dpcre_exec.c6362 pcre_uchar req_char = 0; local
6701 req_char = req_char2 = (pcre_uchar)(re->req_char);
6704 req_char2 = TABLE_GET(req_char, md->fcc, req_char);
6706 if (utf && req_char > 127)
6707 req_char2 = UCD_OTHERCASE(req_char);
6848 /* If req_char is set, we know that that character must appear in the
6849 subject for the match to succeed. If the first character is set, req_char
6871 if (req_char !
[all...]
H A Dpcre_jit_compile.c2319 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, pcre_uchar req_char, BOOL caseless, BOOL has_firstchar) argument
2345 oc = req_char;
2348 oc = TABLE_GET(req_char, common->fcc, req_char);
2350 if (req_char > 127 && common->utf)
2351 oc = UCD_OTHERCASE(req_char);
2354 if (req_char == oc)
2355 found = CMP(SLJIT_C_EQUAL, TMP2, 0, SLJIT_IMM, req_char);
2358 bit = req_char ^ oc;
2362 found = CMP(SLJIT_C_EQUAL, TMP2, 0, SLJIT_IMM, req_char | bi
[all...]
H A Dpcretest.c1858 re->req_char = swap_uint16(re->req_char);

Completed in 424 milliseconds