errorptr 1379 ext/gd/libgd/gd_topal.c register FSERRPTR errorptr; /* => fserrors[] at column before current */ errorptr 1415 ext/gd/libgd/gd_topal.c errorptr = cquantize->fserrors + (width + 1) * 3; /* => entry after last column */ errorptr 1425 ext/gd/libgd/gd_topal.c errorptr = cquantize->fserrors; /* => entry before first real column */ errorptr 1445 ext/gd/libgd/gd_topal.c errorptr[0] = 0; errorptr 1446 ext/gd/libgd/gd_topal.c errorptr[1] = 0; errorptr 1447 ext/gd/libgd/gd_topal.c errorptr[2] = 0; errorptr 1448 ext/gd/libgd/gd_topal.c errorptr[3] = 0; errorptr 1451 ext/gd/libgd/gd_topal.c errorptr += dir3; errorptr 1462 ext/gd/libgd/gd_topal.c cur0 = RIGHT_SHIFT (cur0 + errorptr[dir3 + 0] + 8, 4); errorptr 1463 ext/gd/libgd/gd_topal.c cur1 = RIGHT_SHIFT (cur1 + errorptr[dir3 + 1] + 8, 4); errorptr 1464 ext/gd/libgd/gd_topal.c cur2 = RIGHT_SHIFT (cur2 + errorptr[dir3 + 2] + 8, 4); errorptr 1525 ext/gd/libgd/gd_topal.c errorptr[0] = (FSERROR) (bpreverr0 + cur0); errorptr 1533 ext/gd/libgd/gd_topal.c errorptr[1] = (FSERROR) (bpreverr1 + cur1); errorptr 1541 ext/gd/libgd/gd_topal.c errorptr[2] = (FSERROR) (bpreverr2 + cur2); errorptr 1557 ext/gd/libgd/gd_topal.c errorptr += dir3; /* advance errorptr to current column */ errorptr 1563 ext/gd/libgd/gd_topal.c errorptr[0] = (FSERROR) bpreverr0; /* unload prev errs into array */ errorptr 1564 ext/gd/libgd/gd_topal.c errorptr[1] = (FSERROR) bpreverr1; errorptr 1565 ext/gd/libgd/gd_topal.c errorptr[2] = (FSERROR) bpreverr2; errorptr 8960 ext/pcre/pcrelib/pcre_compile.c pcre_compile(const char *pattern, int options, const char **errorptr, errorptr 8964 ext/pcre/pcrelib/pcre_compile.c pcre16_compile(PCRE_SPTR16 pattern, int options, const char **errorptr, errorptr 8968 ext/pcre/pcrelib/pcre_compile.c pcre32_compile(PCRE_SPTR32 pattern, int options, const char **errorptr, errorptr 8973 ext/pcre/pcrelib/pcre_compile.c return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables); errorptr 8975 ext/pcre/pcrelib/pcre_compile.c return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables); errorptr 8977 ext/pcre/pcrelib/pcre_compile.c return pcre32_compile2(pattern, options, NULL, errorptr, erroroffset, tables); errorptr 8985 ext/pcre/pcrelib/pcre_compile.c const char **errorptr, int *erroroffset, const unsigned char *tables) errorptr 8989 ext/pcre/pcrelib/pcre_compile.c const char **errorptr, int *erroroffset, const unsigned char *tables) errorptr 8993 ext/pcre/pcrelib/pcre_compile.c const char **errorptr, int *erroroffset, const unsigned char *tables) errorptr 9036 ext/pcre/pcrelib/pcre_compile.c if (errorptr == NULL) errorptr 9042 ext/pcre/pcrelib/pcre_compile.c *errorptr = NULL; errorptr 9564 ext/pcre/pcrelib/pcre_compile.c *errorptr = find_error_text(errorcode); errorptr 9702 ext/pcre/pcrelib/pcre_compile.c *errorptr = find_error_text(ERR23); errorptr 1452 ext/pcre/pcrelib/pcre_study.c pcre_study(const pcre *external_re, int options, const char **errorptr) errorptr 1455 ext/pcre/pcrelib/pcre_study.c pcre16_study(const pcre16 *external_re, int options, const char **errorptr) errorptr 1458 ext/pcre/pcrelib/pcre_study.c pcre32_study(const pcre32 *external_re, int options, const char **errorptr) errorptr 1473 ext/pcre/pcrelib/pcre_study.c *errorptr = NULL; errorptr 1477 ext/pcre/pcrelib/pcre_study.c *errorptr = "argument is not a compiled regular expression"; errorptr 1484 ext/pcre/pcrelib/pcre_study.c *errorptr = "argument not compiled in 8 bit mode"; errorptr 1486 ext/pcre/pcrelib/pcre_study.c *errorptr = "argument not compiled in 16 bit mode"; errorptr 1488 ext/pcre/pcrelib/pcre_study.c *errorptr = "argument not compiled in 32 bit mode"; errorptr 1495 ext/pcre/pcrelib/pcre_study.c *errorptr = "unknown or incorrect option bit(s) set"; errorptr 1542 ext/pcre/pcrelib/pcre_study.c *errorptr = "internal error: opcode not recognized"; errorptr 1551 ext/pcre/pcrelib/pcre_study.c case -2: *errorptr = "internal error: missing capturing bracket"; return NULL; errorptr 1552 ext/pcre/pcrelib/pcre_study.c case -3: *errorptr = "internal error: opcode not recognized"; return NULL; errorptr 1576 ext/pcre/pcrelib/pcre_study.c *errorptr = "failed to get memory"; errorptr 270 ext/pcre/pcrelib/pcreposix.c const char *errorptr; errorptr 284 ext/pcre/pcrelib/pcreposix.c preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr,