Home
last modified time | relevance | path

Searched refs:CHAR_NULL (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c670 while (*s++ != CHAR_NULL) {}; in find_error_text()
1137 if (c == CHAR_NULL) in check_escape()
1562 while (*ptr != CHAR_NULL) in find_parens_sub()
3078 while (*ptr != CHAR_NULL) in check_auto_possessive()
3121 while (*ptr != CHAR_NULL) in check_auto_possessive()
3890 if (inescq && c != CHAR_NULL) in compile_branch()
3938 while (*ptr != CHAR_NULL) in compile_branch()
4124 if (c != CHAR_NULL) do in compile_branch()
4624 if (c == CHAR_NULL) in compile_branch()
5729 if (*ptr == CHAR_NULL) in compile_branch()
[all …]
H A Dpcre_internal.h1293 #define CHAR_NULL '\0' macro
1558 #define CHAR_NULL '\0' macro
H A DChangeLog132 27. Added a definition for CHAR_NULL (helpful for the z/OS port), and use it in

Completed in 69 milliseconds