Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_topal.c994 JSAMPLE *cptr; /* pointer into bestcolor[] array */ in find_best_colors() local
1039 cptr = bestcolor; in find_best_colors()
1054 *cptr = (JSAMPLE) icolor; in find_best_colors()
1059 cptr++; in find_best_colors()
1082 register JSAMPLE *cptr; /* pointer into bestcolor[] array */ in fill_inverse_cmap() local
1115 cptr = bestcolor; in fill_inverse_cmap()
1123 *cachep++ = (histcell) ((*cptr++) + 1); in fill_inverse_cmap()
/php-src/ext/standard/
H A Dstring.c965 char *cptr; in php_implode() local
1020 cptr = ZSTR_VAL(str) + ZSTR_LEN(str); in php_implode()
1021 *cptr = 0; in php_implode()
1026 cptr -= ZSTR_LEN(ptr->str); in php_implode()
1027 memcpy(cptr, ZSTR_VAL(ptr->str), ZSTR_LEN(ptr->str)); in php_implode()
1032 char *oldPtr = cptr; in php_implode()
1033 char oldVal = *cptr; in php_implode()
1034 cptr = zend_print_long_to_buf(cptr, ptr->lval); in php_implode()
1042 cptr -= ZSTR_LEN(glue); in php_implode()
1043 memcpy(cptr, ZSTR_VAL(glue), ZSTR_LEN(glue)); in php_implode()
/php-src/ext/date/lib/
H A Dparse_date.re384 … add_pbf_warning(Scanner *s, int error_code, const char *error, const char *sptr, const char *cptr)
389 message->position = cptr - sptr;
390 message->character = *cptr;
394 …id add_pbf_error(Scanner *s, int error_code, const char *error, const char *sptr, const char *cptr)
399 message->position = cptr - sptr;
400 message->character = *cptr;
H A Dparse_date.c386 … add_pbf_warning(Scanner *s, int error_code, const char *error, const char *sptr, const char *cptr) in add_pbf_warning() argument
391 message->position = cptr - sptr; in add_pbf_warning()
392 message->character = *cptr; in add_pbf_warning()
396 …id add_pbf_error(Scanner *s, int error_code, const char *error, const char *sptr, const char *cptr) in add_pbf_error() argument
401 message->position = cptr - sptr; in add_pbf_error()
402 message->character = *cptr; in add_pbf_error()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c5150 get_othercase_range(uint32_t *cptr, uint32_t d, uint32_t *ocptr, in get_othercase_range() argument
5161 for (c = *cptr; c <= d; c++) in get_othercase_range()
5170 *cptr = c; /* Rest of input range */ in get_othercase_range()
5198 *cptr = c; /* Rest of input range */ in get_othercase_range()

Completed in 72 milliseconds