Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_error.c327 while (*message++ != CHAR_NUL) {}; in pcre2_get_error_message()
328 if (*message == CHAR_NUL) return PCRE2_ERROR_BADDATA; in pcre2_get_error_message()
H A Dpcre2_convert.c504 if (*class_ptr == CHAR_NUL) return 0; in convert_glob_parse_class()
1027 convert_glob_write(&out, CHAR_NUL); in convert_glob()
H A Dpcre2_internal.h695 #define CHAR_NUL '\0' macro
999 #define CHAR_NUL '\0' macro
H A Dpcre2_compile.c2207 if (c == CHAR_NUL) goto ERROR_RETURN; in get_ucp()
7168 *callout_string++ = CHAR_NUL; in compile_branch()
10450 cb.nl[0] = CHAR_NUL; in pcre2_compile()
H A Dpcre2_dfa_match.c3562 mb->nl[0] = CHAR_NUL; in pcre2_dfa_match()
H A Dpcre2_match.c6999 mb->nl[0] = CHAR_NUL; in pcre2_match()
H A Dpcre2_jit_compile.c14207 case PCRE2_NEWLINE_NUL: common->newline = CHAR_NUL; break; in jit_compile()

Completed in 99 milliseconds