Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_error.c316 while (*message++ != CHAR_NUL) {}; in pcre2_get_error_message()
317 if (*message == CHAR_NUL) return PCRE2_ERROR_BADDATA; in pcre2_get_error_message()
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()
Dpcre2_internal.h670 #define CHAR_NUL '\0' macro
949 #define CHAR_NUL '\0' macro
Dpcre2_compile.c1965 if (c == CHAR_NUL) goto ERROR_RETURN; in get_ucp()
6372 *callout_string++ = CHAR_NUL; in compile_branch()
9430 cb.nl[0] = CHAR_NUL; in pcre2_compile()
Dpcre2_dfa_match.c3417 mb->nl[0] = CHAR_NUL; in pcre2_dfa_match()
Dpcre2_match.c6244 mb->nl[0] = CHAR_NUL; in pcre2_match()