Home
last modified time | relevance | path

Searched refs:erroroffset (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_valid_utf8.c128 *erroroffset = (int)(p - string); in PRIV()
134 *erroroffset = (int)(p - string); in PRIV()
150 *erroroffset = (int)(p - string) - 1; in PRIV()
165 *erroroffset = (int)(p - string) - 1; in PRIV()
177 *erroroffset = (int)(p - string) - 2; in PRIV()
182 *erroroffset = (int)(p - string) - 2; in PRIV()
187 *erroroffset = (int)(p - string) - 2; in PRIV()
200 *erroroffset = (int)(p - string) - 2; in PRIV()
290 *erroroffset = (int)(p - string) - ab; in PRIV()
298 *erroroffset = (int)(p - string) - ab; in PRIV()
[all …]
H A Dpcre_compile.c7741 int *erroroffset, const unsigned char *tables) in pcre_compile() argument
7745 int *erroroffset, const unsigned char *tables) in pcre_compile()
7749 int *erroroffset, const unsigned char *tables) in pcre_compile()
7753 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
7765 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2() argument
7769 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
7773 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
7819 if (erroroffset == NULL) in pcre_compile2()
7825 *erroroffset = 0; in pcre_compile2()
8230 *erroroffset = (int)(ptr - (const pcre_uchar *)pattern); in pcre_compile2()
[all …]
H A Dpcre_exec.c6327 int erroroffset; in pcre_exec() local
6328 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec()
6333 offsets[0] = erroroffset; in pcre_exec()
H A DChangeLog2394 14. If erroroffset was passed as NULL to pcre_compile, it provoked a
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2472 re = pcre_compile("pattern", 0, &error, &erroroffset, NULL);
8703 int erroroffset, rc, size;
8707 re = pcre_compile("my pattern", 0, &error, &erroroffset, NULL);

Completed in 66 milliseconds