Home
last modified time | relevance | path

Searched refs:CHAR_NUL (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_error.c322 while (*message++ != CHAR_NUL) {}; in pcre2_get_error_message()
323 if (*message == CHAR_NUL) return PCRE2_ERROR_BADDATA; in pcre2_get_error_message()
H A Dpcre2_convert.c505 if (*class_ptr == CHAR_NUL) return 0; in convert_glob_parse_class()
1020 convert_glob_write(&out, CHAR_NUL); in convert_glob()
H A Dpcre2_internal.h678 #define CHAR_NUL '\0' macro
975 #define CHAR_NUL '\0' macro
H A Dpcre2_compile.c2091 if (c == CHAR_NUL) goto ERROR_RETURN; in get_ucp()
6790 *callout_string++ = CHAR_NUL; in compile_branch()
9959 cb.nl[0] = CHAR_NUL; in pcre2_compile()
H A Dpcre2_dfa_match.c3451 mb->nl[0] = CHAR_NUL; in pcre2_dfa_match()
H A Dpcre2_match.c6572 mb->nl[0] = CHAR_NUL; in pcre2_match()
H A Dpcre2_jit_compile.c13448 case PCRE2_NEWLINE_NUL: common->newline = CHAR_NUL; break; in jit_compile()

Completed in 124 milliseconds