cptr              364 ext/date/lib/parse_date.c static void add_pbf_warning(Scanner *s, char *error, char *sptr, char *cptr)
cptr              368 ext/date/lib/parse_date.c 	s->errors->warning_messages[s->errors->warning_count - 1].position = cptr - sptr;
cptr              369 ext/date/lib/parse_date.c 	s->errors->warning_messages[s->errors->warning_count - 1].character = *cptr;
cptr              373 ext/date/lib/parse_date.c static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr)
cptr              377 ext/date/lib/parse_date.c 	s->errors->error_messages[s->errors->error_count - 1].position = cptr - sptr;
cptr              378 ext/date/lib/parse_date.c 	s->errors->error_messages[s->errors->error_count - 1].character = *cptr;
cptr             1117 ext/gd/libgd/gd_topal.c   JSAMPLE *cptr;		/* pointer into bestcolor[] array */
cptr             1170 ext/gd/libgd/gd_topal.c       cptr = bestcolor;
cptr             1185 ext/gd/libgd/gd_topal.c 		      *cptr = (JSAMPLE) icolor;
cptr             1190 ext/gd/libgd/gd_topal.c 		  cptr++;
cptr             1220 ext/gd/libgd/gd_topal.c   register JSAMPLE *cptr;	/* pointer into bestcolor[] array */
cptr             1261 ext/gd/libgd/gd_topal.c   cptr = bestcolor;
cptr             1270 ext/gd/libgd/gd_topal.c 	      *cachep++ = (histcell) (GETJSAMPLE (*cptr++) + 1);
cptr             1272 ext/gd/libgd/gd_topal.c 	      *cachep++ = (histcell) ((*cptr++) + 1);
cptr             4136 ext/pcre/pcrelib/pcre_compile.c get_othercase_range(pcre_uint32 *cptr, pcre_uint32 d, pcre_uint32 *ocptr,
cptr             4145 ext/pcre/pcrelib/pcre_compile.c for (c = *cptr; c <= d; c++)
cptr             4150 ext/pcre/pcrelib/pcre_compile.c     *cptr = c;      /* Rest of input range */
cptr             4172 ext/pcre/pcrelib/pcre_compile.c *cptr = c;             /* Rest of input range */