Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_internal.h401 CHAR_HT, CHAR_SPACE, CHAR_NBSP, \
426 case CHAR_SPACE: \
454 #define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR
458 case CHAR_SPACE: \
703 #define CHAR_SPACE ' ' macro
1000 #define CHAR_SPACE '\040' macro
H A Dpcre2_compile.c1423 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1436 while (pp < ptrend && (*pp == CHAR_SPACE || *pp == CHAR_HT)) pp++; in read_repeat_counts()
1446 while (pp < ptrend && (*pp == CHAR_SPACE || *pp == CHAR_HT)) pp++; in read_repeat_counts()
1453 while (pp < ptrend && (*pp == CHAR_SPACE || *pp == CHAR_HT)) pp++; in read_repeat_counts()
1468 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1479 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1487 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1503 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in read_repeat_counts()
1611 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in PRIV()
1802 while (p < ptrend && (*p == CHAR_SPACE || *p == CHAR_HT)) p++; in PRIV()
[all …]
H A Dpcre2_study.c1350 SET_BIT(CHAR_SPACE); in set_start_bits()
1489 SET_BIT(CHAR_SPACE); 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 74 milliseconds