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         8958 ext/pcre/pcrelib/pcre_compile.c pcre_compile(const char *pattern, int options, const char **errorptr,
errorptr         8962 ext/pcre/pcrelib/pcre_compile.c pcre16_compile(PCRE_SPTR16 pattern, int options, const char **errorptr,
errorptr         8966 ext/pcre/pcrelib/pcre_compile.c pcre32_compile(PCRE_SPTR32 pattern, int options, const char **errorptr,
errorptr         8971 ext/pcre/pcrelib/pcre_compile.c return pcre_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
errorptr         8973 ext/pcre/pcrelib/pcre_compile.c return pcre16_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
errorptr         8975 ext/pcre/pcrelib/pcre_compile.c return pcre32_compile2(pattern, options, NULL, errorptr, erroroffset, tables);
errorptr         8983 ext/pcre/pcrelib/pcre_compile.c   const char **errorptr, int *erroroffset, const unsigned char *tables)
errorptr         8987 ext/pcre/pcrelib/pcre_compile.c   const char **errorptr, int *erroroffset, const unsigned char *tables)
errorptr         8991 ext/pcre/pcrelib/pcre_compile.c   const char **errorptr, int *erroroffset, const unsigned char *tables)
errorptr         9034 ext/pcre/pcrelib/pcre_compile.c if (errorptr == NULL)
errorptr         9040 ext/pcre/pcrelib/pcre_compile.c *errorptr = NULL;
errorptr         9562 ext/pcre/pcrelib/pcre_compile.c   *errorptr = find_error_text(errorcode);
errorptr         9700 ext/pcre/pcrelib/pcre_compile.c   *errorptr = find_error_text(ERR23);
errorptr         1450 ext/pcre/pcrelib/pcre_study.c pcre_study(const pcre *external_re, int options, const char **errorptr)
errorptr         1453 ext/pcre/pcrelib/pcre_study.c pcre16_study(const pcre16 *external_re, int options, const char **errorptr)
errorptr         1456 ext/pcre/pcrelib/pcre_study.c pcre32_study(const pcre32 *external_re, int options, const char **errorptr)
errorptr         1471 ext/pcre/pcrelib/pcre_study.c *errorptr = NULL;
errorptr         1475 ext/pcre/pcrelib/pcre_study.c   *errorptr = "argument is not a compiled regular expression";
errorptr         1482 ext/pcre/pcrelib/pcre_study.c   *errorptr = "argument not compiled in 8 bit mode";
errorptr         1484 ext/pcre/pcrelib/pcre_study.c   *errorptr = "argument not compiled in 16 bit mode";
errorptr         1486 ext/pcre/pcrelib/pcre_study.c   *errorptr = "argument not compiled in 32 bit mode";
errorptr         1493 ext/pcre/pcrelib/pcre_study.c   *errorptr = "unknown or incorrect option bit(s) set";
errorptr         1540 ext/pcre/pcrelib/pcre_study.c     *errorptr = "internal error: opcode not recognized";
errorptr         1549 ext/pcre/pcrelib/pcre_study.c   case -2: *errorptr = "internal error: missing capturing bracket"; return NULL;
errorptr         1550 ext/pcre/pcrelib/pcre_study.c   case -3: *errorptr = "internal error: opcode not recognized"; return NULL;
errorptr         1574 ext/pcre/pcrelib/pcre_study.c     *errorptr = "failed to get memory";
errorptr          268 ext/pcre/pcrelib/pcreposix.c const char *errorptr;
errorptr          282 ext/pcre/pcrelib/pcreposix.c preg->re_pcre = pcre_compile2(pattern, options, &errorcode, &errorptr,