Lines Matching refs:erroroffset
8749 int *erroroffset, const unsigned char *tables) in pcre_compile() argument
8753 int *erroroffset, const unsigned char *tables) in pcre_compile()
8757 int *erroroffset, const unsigned char *tables) in pcre_compile()
8761 return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8763 return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8765 return pcre32_compile2(pattern, options, NULL, errorptr, erroroffset, tables); in pcre_compile()
8773 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2() argument
8777 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
8781 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
8835 if (erroroffset == NULL) in pcre_compile2()
8841 *erroroffset = 0; in pcre_compile2()
8976 (errorcode = PRIV(valid_utf)((PCRE_PUCHAR)pattern, -1, erroroffset)) != 0) in pcre_compile2()
9344 *erroroffset = (int)(ptr - (const pcre_uchar *)pattern); in pcre_compile2()
9485 *erroroffset = ptr - (pcre_uchar *)pattern; in pcre_compile2()