Home
last modified time | relevance | path

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

/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_valid_utf8.c127 *erroroffset = (int)(p - string); in PRIV()
133 *erroroffset = (int)(p - string); in PRIV()
149 *erroroffset = (int)(p - string) - 1; in PRIV()
164 *erroroffset = (int)(p - string) - 1; in PRIV()
176 *erroroffset = (int)(p - string) - 2; in PRIV()
181 *erroroffset = (int)(p - string) - 2; in PRIV()
186 *erroroffset = (int)(p - string) - 2; in PRIV()
198 *erroroffset = (int)(p - string) - 2; in PRIV()
203 *erroroffset = (int)(p - string) - 3; in PRIV()
287 *erroroffset = (int)(p - string) - ab; in PRIV()
[all …]
H A Dpcre_compile.c8966 int *erroroffset, const unsigned char *tables) in pcre_compile() argument
8970 int *erroroffset, const unsigned char *tables) in pcre_compile()
8974 int *erroroffset, const unsigned char *tables) in pcre_compile()
8978 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8990 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2() argument
8994 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
8998 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
9052 if (erroroffset == NULL) in pcre_compile2()
9058 *erroroffset = 0; in pcre_compile2()
9567 *erroroffset = (int)(ptr - (const pcre_uchar *)pattern); in pcre_compile2()
[all …]
H A Dpcre_exec.c6443 int erroroffset; in pcre_exec() local
6444 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec()
6449 offsets[0] = erroroffset; in pcre_exec()
H A DChangeLog3331 14. If erroroffset was passed as NULL to pcre_compile, it provoked a
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt2579 re = pcre_compile("pattern", 0, &error, &erroroffset, NULL);
9241 int erroroffset, rc, size;
9245 re = pcre_compile("my pattern", 0, &error, &erroroffset, NULL);

Completed in 82 milliseconds