Home
last modified time | relevance | path

Searched refs:CHAR_HT (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_internal.h401 CHAR_HT, CHAR_SPACE, CHAR_NBSP, \
425 case CHAR_HT: \
454 #define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR
457 case CHAR_HT: \
696 #define CHAR_HT '\t' macro
987 #define CHAR_HT '\011' macro
H A Dpcre2_compile.c546 CHAR_HT, 0,
1422 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1435 while (pp < ptrend && (*pp == CHAR_SPACE || *pp == CHAR_HT)) pp++; in read_repeat_counts()
1445 while (pp < ptrend && (*pp == CHAR_SPACE || *pp == CHAR_HT)) pp++; in read_repeat_counts()
1452 while (pp < ptrend && (*pp == CHAR_SPACE || *pp == CHAR_HT)) pp++; in read_repeat_counts()
1467 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1478 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1486 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1502 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1610 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in PRIV()
[all …]
H A Dpcre2_study.c1349 SET_BIT(CHAR_HT); in set_start_bits()
1488 SET_BIT(CHAR_HT); in set_start_bits()
H A Dpcre2_convert.c556 case 4: return c == CHAR_HT || c == CHAR_SPACE; in convert_glob_char_in_class()

Completed in 70 milliseconds