Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_valid_utf8.c125 *erroroffset = (int)(p - string); in PRIV()
131 *erroroffset = (int)(p - string); in PRIV()
147 *erroroffset = (int)(p - string) - 1; in PRIV()
162 *erroroffset = (int)(p - string) - 1; in PRIV()
174 *erroroffset = (int)(p - string) - 2; in PRIV()
179 *erroroffset = (int)(p - string) - 2; in PRIV()
184 *erroroffset = (int)(p - string) - 2; in PRIV()
196 *erroroffset = (int)(p - string) - 2; in PRIV()
201 *erroroffset = (int)(p - string) - 3; in PRIV()
285 *erroroffset = (int)(p - string) - ab; in PRIV()
[all …]
H A Dpcre_compile.c8964 int *erroroffset, const unsigned char *tables) in pcre_compile() argument
8968 int *erroroffset, const unsigned char *tables) in pcre_compile()
8972 int *erroroffset, const unsigned char *tables) in pcre_compile()
8976 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8988 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2() argument
8992 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
8996 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
9050 if (erroroffset == NULL) in pcre_compile2()
9056 *erroroffset = 0; in pcre_compile2()
9565 *erroroffset = (int)(ptr - (const pcre_uchar *)pattern); in pcre_compile2()
[all …]
H A Dpcre_exec.c6441 int erroroffset; in pcre_exec() local
6442 int errorcode = PRIV(valid_utf)((PCRE_PUCHAR)subject, length, &erroroffset); in pcre_exec()
6447 offsets[0] = erroroffset; in pcre_exec()
H A DChangeLog3331 14. If erroroffset was passed as NULL to pcre_compile, it provoked a
/PHP-7.0/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 72 milliseconds