Searched refs:caseless (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_study.c532 corresponding bit for the other version of a letter if we are caseless. In
533 UTF-8 mode, for characters greater than 127, we can only do the caseless thing
539 caseless the caseless flag
547 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, argument
560 if (caseless)
574 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
582 caseless = FALSE;
591 if (caseless)
603 if (caseless
[all...]
H A Dpcre_dfa_exec.c634 BOOL caseless = FALSE; local
2304 caseless = TRUE;
2319 if (caseless)
2353 caseless = TRUE;
2366 if (caseless)
2398 caseless = TRUE;
2411 if (caseless)
2439 caseless = TRUE;
2448 if (caseless)
2478 caseless
[all...]
H A Dpcrecpp.h200 // bool caseless(),
385 bool caseless() const { function in class:pcrecpp::RE_Options
H A Dpcre_exec.c132 the length passed is zero. Note that in caseless UTF-8 mode, the number of
140 caseless TRUE if caseless
149 BOOL caseless)
172 /* Separate the caseless case for speed. In UTF-8 mode we can only do this
176 if (caseless)
495 BOOL caseless; local
2669 caseless = op == OP_REFI;
2717 if ((length = match_ref(offset, eptr, length, md, caseless)) < 0)
2743 if ((slength = match_ref(offset, eptr, length, md, caseless)) <
148 match_ref(int offset, register PCRE_PUCHAR eptr, int length, match_data *md, BOOL caseless) argument
[all...]
H A Dpcretest.c3193 ((get_options & PCRE_CASELESS) != 0)? " caseless" : "",
3248 const char *caseless = local
3250 "" : " (caseless)";
3253 fprintf(outfile, "First char = \'%c\'%s\n", first_char, caseless);
3258 fprintf(outfile, "%s\n", caseless);
3268 const char *caseless = local
3270 "" : " (caseless)";
3273 fprintf(outfile, "Need char = \'%c\'%s\n", need_char, caseless);
3278 fprintf(outfile, "%s\n", caseless);
H A Dpcre_compile.c3088 /* For CHARI (caseless character) we must check the other case. If we have
3503 or zero, according to the current setting of the caseless flag. The
3917 /* If matching is caseless, upper and lower are converted to
4382 /* In UTF-8 mode, if the upper limit is > 255, or > 127 for caseless
4445 /* Now record the original range, possibly modified for UCP caseless
4471 caseless matching for UTF characters > 127; we can use the bit map
6452 caseless checking of required bytes.
8082 if (firstchar >= 0) /* Remove caseless flag for non-caseable chars */
8120 variable length item in the regex. Remove the caseless flag for non-caseable
8168 const char *caseless local
8177 const char *caseless = local
[all...]
H A Dpcre_jit_compile.c2092 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common, pcre_uchar first_char, BOOL caseless, BOOL firstline) argument
2111 if (caseless)
2319 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, pcre_uchar req_char, BOOL caseless, BOOL has_firstchar) argument
2346 if (caseless)
2735 static pcre_uchar *byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, argument
2745 if (caseless && char_has_othercase(common, cc))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_study.c532 corresponding bit for the other version of a letter if we are caseless. In
533 UTF-8 mode, for characters greater than 127, we can only do the caseless thing
539 caseless the caseless flag
547 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, argument
560 if (caseless)
574 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
582 caseless = FALSE;
591 if (caseless)
603 if (caseless
[all...]
H A Dpcre_dfa_exec.c634 BOOL caseless = FALSE; local
2304 caseless = TRUE;
2319 if (caseless)
2353 caseless = TRUE;
2366 if (caseless)
2398 caseless = TRUE;
2411 if (caseless)
2439 caseless = TRUE;
2448 if (caseless)
2478 caseless
[all...]
H A Dpcrecpp.h200 // bool caseless(),
385 bool caseless() const { function in class:pcrecpp::RE_Options
H A Dpcre_exec.c132 the length passed is zero. Note that in caseless UTF-8 mode, the number of
140 caseless TRUE if caseless
149 BOOL caseless)
172 /* Separate the caseless case for speed. In UTF-8 mode we can only do this
176 if (caseless)
495 BOOL caseless; local
2669 caseless = op == OP_REFI;
2717 if ((length = match_ref(offset, eptr, length, md, caseless)) < 0)
2743 if ((slength = match_ref(offset, eptr, length, md, caseless)) <
148 match_ref(int offset, register PCRE_PUCHAR eptr, int length, match_data *md, BOOL caseless) argument
[all...]
H A Dpcretest.c3193 ((get_options & PCRE_CASELESS) != 0)? " caseless" : "",
3248 const char *caseless = local
3250 "" : " (caseless)";
3253 fprintf(outfile, "First char = \'%c\'%s\n", first_char, caseless);
3258 fprintf(outfile, "%s\n", caseless);
3268 const char *caseless = local
3270 "" : " (caseless)";
3273 fprintf(outfile, "Need char = \'%c\'%s\n", need_char, caseless);
3278 fprintf(outfile, "%s\n", caseless);
H A Dpcre_compile.c3088 /* For CHARI (caseless character) we must check the other case. If we have
3503 or zero, according to the current setting of the caseless flag. The
3917 /* If matching is caseless, upper and lower are converted to
4382 /* In UTF-8 mode, if the upper limit is > 255, or > 127 for caseless
4445 /* Now record the original range, possibly modified for UCP caseless
4471 caseless matching for UTF characters > 127; we can use the bit map
6452 caseless checking of required bytes.
8082 if (firstchar >= 0) /* Remove caseless flag for non-caseable chars */
8120 variable length item in the regex. Remove the caseless flag for non-caseable
8168 const char *caseless local
8177 const char *caseless = local
[all...]
H A Dpcre_jit_compile.c2092 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common, pcre_uchar first_char, BOOL caseless, BOOL firstline) argument
2111 if (caseless)
2319 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, pcre_uchar req_char, BOOL caseless, BOOL has_firstchar) argument
2346 if (caseless)
2735 static pcre_uchar *byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, argument
2745 if (caseless && char_has_othercase(common, cc))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_study.c532 corresponding bit for the other version of a letter if we are caseless. In
533 UTF-8 mode, for characters greater than 127, we can only do the caseless thing
539 caseless the caseless flag
547 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, argument
560 if (caseless)
574 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
582 caseless = FALSE;
591 if (caseless)
603 if (caseless
[all...]
H A Dpcre_dfa_exec.c634 BOOL caseless = FALSE; local
2304 caseless = TRUE;
2319 if (caseless)
2353 caseless = TRUE;
2366 if (caseless)
2398 caseless = TRUE;
2411 if (caseless)
2439 caseless = TRUE;
2448 if (caseless)
2478 caseless
[all...]
H A Dpcrecpp.h200 // bool caseless(),
385 bool caseless() const { function in class:pcrecpp::RE_Options
H A Dpcre_exec.c132 the length passed is zero. Note that in caseless UTF-8 mode, the number of
140 caseless TRUE if caseless
149 BOOL caseless)
172 /* Separate the caseless case for speed. In UTF-8 mode we can only do this
176 if (caseless)
495 BOOL caseless; local
2669 caseless = op == OP_REFI;
2717 if ((length = match_ref(offset, eptr, length, md, caseless)) < 0)
2743 if ((slength = match_ref(offset, eptr, length, md, caseless)) <
148 match_ref(int offset, register PCRE_PUCHAR eptr, int length, match_data *md, BOOL caseless) argument
[all...]
H A Dpcretest.c3193 ((get_options & PCRE_CASELESS) != 0)? " caseless" : "",
3248 const char *caseless = local
3250 "" : " (caseless)";
3253 fprintf(outfile, "First char = \'%c\'%s\n", first_char, caseless);
3258 fprintf(outfile, "%s\n", caseless);
3268 const char *caseless = local
3270 "" : " (caseless)";
3273 fprintf(outfile, "Need char = \'%c\'%s\n", need_char, caseless);
3278 fprintf(outfile, "%s\n", caseless);
H A Dpcre_compile.c3088 /* For CHARI (caseless character) we must check the other case. If we have
3503 or zero, according to the current setting of the caseless flag. The
3917 /* If matching is caseless, upper and lower are converted to
4382 /* In UTF-8 mode, if the upper limit is > 255, or > 127 for caseless
4445 /* Now record the original range, possibly modified for UCP caseless
4471 caseless matching for UTF characters > 127; we can use the bit map
6452 caseless checking of required bytes.
8082 if (firstchar >= 0) /* Remove caseless flag for non-caseable chars */
8120 variable length item in the regex. Remove the caseless flag for non-caseable
8168 const char *caseless local
8177 const char *caseless = local
[all...]
H A Dpcre_jit_compile.c2092 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common, pcre_uchar first_char, BOOL caseless, BOOL firstline) argument
2111 if (caseless)
2319 static SLJIT_INLINE struct sljit_jump *search_requested_char(compiler_common *common, pcre_uchar req_char, BOOL caseless, BOOL has_firstchar) argument
2346 if (caseless)
2735 static pcre_uchar *byte_sequence_compare(compiler_common *common, BOOL caseless, pcre_uchar *cc, argument
2745 if (caseless && char_has_othercase(common, cc))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/test/
H A Dmakekeys.sh89 ${REQ} -new -key ${srcdir}/server.key -out caseless.csr
188 for f in server client clientdsa twocn caseless cnfirst \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/neon/test/
H A Dmakekeys.sh89 ${REQ} -new -key ${srcdir}/server.key -out caseless.csr
188 for f in server client clientdsa twocn caseless cnfirst \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/neon/test/
H A Dmakekeys.sh89 ${REQ} -new -key ${srcdir}/server.key -out caseless.csr
188 for f in server client clientdsa twocn caseless cnfirst \

Completed in 407 milliseconds