Home
last modified time | relevance | path

Searched defs:c (Results 51 – 75 of 244) sorted by relevance

12345678910

/php-src/ext/standard/
H A Dquot_print.c33 static char php_hex2int(int c) /* {{{ */ in php_hex2int()
147 unsigned char c, *d; in php_quot_print_encode() local
H A Dbase64.c517 const unsigned char *c = str; in php_base64_encode_avx512_vbmi() local
561 const unsigned char *c = str; in php_base64_decode_ex_avx512_vbmi() local
627 const unsigned char *c = str; in php_base64_encode_avx512() local
689 const unsigned char *c = str; in php_base64_decode_ex_avx512() local
914 const unsigned char *c = str; in php_base64_encode_ex() local
955 const unsigned char *c = str; in php_base64_encode_ssse3() local
1087 const unsigned char *c = str; in php_base64_decode_ex() local
1163 const unsigned char *c = str; in php_base64_decode_ex_ssse3() local
H A Diptc.c76 static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned char **spoolbuf) in php_iptc_put1()
90 int c; in php_iptc_get1() local
141 int c; in php_iptc_next_marker() local
H A Dcrc32.h27 #define php_crc32_bulk_end(c) ((c) ^ 0xffffffff) argument
/php-src/ext/gd/libgd/
H A Dgd.c541 int c; in gdImageColorResolveAlpha() local
1182 #define BLEND_COLOR(a, nc, c, cc) \ argument
1829 int c = gdImageGetPixel(im, i, y - 1); in gdImageFillToBorder() local
1845 int c = gdImageGetPixel(im, i, y + 1); in gdImageFillToBorder() local
1921 int ix = x, iy = y, c; in gdImageFill() local
2228 int c; in gdImageCopy() local
2309 int c, dc; in gdImageCopyMerge() local
2349 int c, dc; in gdImageCopyMergeGray() local
2403 int c; in gdImageCopyResized() local
3096 const unsigned char c = *(src_row + x); in gdImagePaletteToTrueColor() local
[all …]
H A Dgd_rotate.c204 int c,r,g,b,a; in gdImageRotate90() local
251 int c,r,g,b,a; in gdImageRotate180() local
299 int c,r,g,b,a; in gdImageRotate270() local
H A Dgd.h85 #define gdTrueColorGetAlpha(c) (((c) & 0x7F000000) >> 24) argument
86 #define gdTrueColorGetRed(c) (((c) & 0xFF0000) >> 16) argument
87 #define gdTrueColorGetGreen(c) (((c) & 0x00FF00) >> 8) argument
88 #define gdTrueColorGetBlue(c) ((c) & 0x0000FF) argument
769 #define gdImageRed(im, c) ((im)->trueColor ? gdTrueColorGetRed(c) : \ argument
771 #define gdImageGreen(im, c) ((im)->trueColor ? gdTrueColorGetGreen(c) : \ argument
773 #define gdImageBlue(im, c) ((im)->trueColor ? gdTrueColorGetBlue(c) : \ argument
775 #define gdImageAlpha(im, c) ((im)->trueColor ? gdTrueColorGetAlpha(c) : \ argument
H A Dgd2time.c18 int c; in main() local
/php-src/Zend/
H A Dzend_language_scanner.l25 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) argument
27 # define YYDEBUG(s, c) argument
104 #define HANDLE_NEWLINE(c) \ argument
115 #define IS_LABEL_START(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || (c) == '_' |… argument
116 #define IS_LABEL_SUCCESSOR(c) (((c) >= 'a' && (c) <= 'z') || ((c) >= 'A' && (c) <= 'Z') || ((c) >= … argument
118 #define ZEND_IS_OCT(c) ((c)>='0' && (c)<='7') argument
119 #define ZEND_IS_HEX(c) (((c)>='0' && (c)<='9') || ((c)>='a' && (c)<='f') || ((c)>='A' && (c)<='F')) argument
923 zend_uchar c = (zend_uchar)*str; in zend_scan_escape_string() local
H A Dzend_constants.h38 #define ZEND_CONSTANT_FLAGS(c) \ argument
41 #define ZEND_CONSTANT_MODULE_NUMBER(c) \ argument
44 #define ZEND_CONSTANT_SET_FLAGS(c, _flags, _module_number) do { \ argument
H A Dzend_operators.h145 #define ZEND_IS_DIGIT(c) ((c) >= '0' && (c) <= '9') argument
146 #define ZEND_IS_XDIGIT(c) (((c) >= 'A' && (c) <= 'F') || ((c) >= 'a' && (c) <= 'f')) argument
204 static zend_always_inline const void *zend_memrchr(const void *s, int c, size_t n) in zend_memrchr()
451 #define zend_tolower_ascii(c) (zend_tolower_map[(unsigned char)(c)]) argument
452 #define zend_toupper_ascii(c) (zend_toupper_map[(unsigned char)(c)]) argument
H A Dzend_smart_string_public.h24 char *c; member
H A Dzend_smart_str.c65 char c = s[i]; in zend_compute_escaped_string_len() local
85 unsigned char c = s[i]; in smart_str_append_escaped() local
H A Dzend_opcode.c260 zend_class_constant *c; in zend_cleanup_mutable_class_data() local
308 zend_class_constant *c; in destroy_zend_class() local
404 zend_class_constant *c; in destroy_zend_class() local
484 zend_class_constant *c; in destroy_zend_class() local
/php-src/ext/phar/
H A Dbuild_precommand.php33 $c = count($f); variable
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_memory_device.c88 int mbfl_memory_device_output(int c, void *data) in mbfl_memory_device_output()
159 int mbfl_wchar_device_output(int c, void *data) in mbfl_wchar_device_output()
H A Dmbfilter_pass.c62 int mbfl_filt_conv_pass(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_pass()
H A Dmbfl_convert.c128 int mbfl_convert_filter_feed(int c, mbfl_convert_filter *filter) in mbfl_convert_filter_feed()
182 int c; in mbfl_convert_filter_strcat() local
218 int mbfl_filt_conv_illegal_output(int c, mbfl_convert_filter *filter) in mbfl_filt_conv_illegal_output()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_find_bracket.c74 PCRE2_UCHAR c = *code; in PRIV() local
H A Dpcre2_valid_utf.c97 uint32_t c; in PRIV() local
H A Dpcre2_maketables.c101 int c = islower(i)? toupper(i) : tolower(i); local
/php-src/ext/hash/murmur/
H A DPMurHash.c106 #define dobytes(cnt, h1, c, n, ptr, len) \ argument
126 uint32_t c = *pcarry; in PMurHash32_Process() local
/php-src/sapi/cli/
H A Dphp_http_parser.c240 #define LOWER(c) (unsigned char)(c | 0x20) argument
241 #define TOKEN(c) tokens[(unsigned char)c] argument
262 signed char c; in php_http_parser_execute() local
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c176 const phpdbg_command_t *c; in get_command() local
277 const phpdbg_command_t *c, *c_sub; in PHPDBG_HELP() local
/php-src/ext/fileinfo/libmagic/
H A Dstrcasestr.c69 char c, sc; in strcasestr() local

Completed in 185 milliseconds

12345678910