Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 269) sorted by last modified time

1234567891011

/PHP-7.4/ext/gd/
H A Dgd.c2056 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
2113 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
3199 int x, y, c; in PHP_FUNCTION() local
3674 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
/PHP-7.4/ext/phar/
H A Dphar.c1549 const char *c; in phar_strnstr() local
2081 #define IS_BACKSLASH(c) ((c) == '/') argument
H A Dphar_object.c1397 zend_class_entry *c; member
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2740 c; /* Current character */ in PHP_FUNCTION() local
/PHP-7.4/Zend/
H A Dzend_string.h71 #define ZSTR_CHAR(c) zend_one_char_string[c] in END_EXTERN_C() argument
328 #define zend_string_equals_literal_ci(str, c) \ argument
H A Dzend_smart_str.c67 char c = s[i]; in zend_compute_escaped_string_len() local
87 unsigned char c = s[i]; in smart_str_append_escaped() local
H A Dzend_vm_execute.h4626 zend_constant *c; in ZEND_DEFINED_SPEC_CONST_HANDLER() local
6080 zend_class_constant *c; in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER() local
6465 zend_constant c; in ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER() local
23908 zend_class_constant *c; in ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER() local
31934 zend_constant *c; in ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
31950 zend_class_constant *c; in ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER() local
H A Dzend_vm_def.h5579 zend_constant *c; variable
5595 zend_class_constant *c; variable
7609 zend_constant c; variable
8180 zend_constant *c; variable
H A Dzend_operators.c37 #define zend_tolower(c) _tolower_l(c, current_locale) argument
39 #define zend_tolower(c) tolower(c) argument
63 #define zend_tolower_ascii(c) (tolower_map[(unsigned char)(c)]) argument
/PHP-7.4/main/streams/
H A Dstreams.c798 PHPAPI int _php_stream_putc(php_stream *stream, int c) in _php_stream_putc()
/PHP-7.4/ext/standard/
H A Darray.c4775 int arr_argc, i, c = 0; local
5186 int arr_argc, i, c; local
/PHP-7.4/ext/libxml/
H A Dlibxml.c1195 unsigned char c; in php_libxml_xmlCheckUTF8() local
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c429 static inline ssize_t zlog_stream_buf_copy_char(struct zlog_stream *stream, char c) /* {{{ */ in zlog_stream_buf_copy_char()
H A Dfpm_children.c310 struct fpm_child_s *c; in fpm_resources_prepare() local
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp107 static const UChar c = 0; in getText() local
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1390 int c; in PHP_INI_MH() local
2148 #define IS_SJIS1(c) ((((c)>=0x81 && (c)<=0x9f) || ((c)>=0xe0 && (c)<=0xf5)) ? 1 : 0) argument
2149 #define IS_SJIS2(c) ((((c)>=0x40 && (c)<=0x7e) || ((c)>=0x80 && (c)<=0xfc)) ? 1 : 0) argument
2328 static int mbfl_split_output(int c, void *data) in mbfl_split_output()
5262 MBSTRING_API char *php_mb_safe_strrchr_ex(const char *s, unsigned int c, size_t nbytes, const mbfl_… in php_mb_safe_strrchr_ex()
5303 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c522 } c; member
647 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument
774 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument
808 #define GETCHARINC_INVALID(c, ptr, end, invalid_action) \ argument
3445 unsigned int c; in char_has_othercase() local
3481 unsigned int c, oc, bit; in char_get_othercase_bit() local
6787 int i, j, k, len, c; in optimize_class_chars() local
8222 uint32_t c; in do_extuni_utf() local
8290 uint32_t c; in do_extuni_utf_invalid() local
8354 uint32_t c; in do_extuni_no_utf() local
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd.c571 int c; in gdImageColorResolveAlpha() local
1212 #define BLEND_COLOR(a, nc, c, cc) \ argument
1859 int c = gdImageGetPixel(im, i, y - 1); in gdImageFillToBorder() local
1875 int c = gdImageGetPixel(im, i, y + 1); in gdImageFillToBorder() local
1951 int ix = x, iy = y, c; in gdImageFill() local
2258 int c; in gdImageCopy() local
2339 int c, dc; in gdImageCopyMerge() local
2379 int c, dc; in gdImageCopyMergeGray() local
2433 int c; in gdImageCopyResized() local
3126 const unsigned char c = *(src_row + x); in gdImagePaletteToTrueColor() local
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c328 unichar c; in file_looks_utf8() local
/PHP-7.4/ext/date/lib/
H A Dparse_date.c123 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
126 #define YYDEBUG(s,c) argument
130 unsigned int c; /* Number of elements */ member
/PHP-7.4/ext/xml/
H A Dxml.c599 inline static unsigned short xml_encode_iso_8859_1(unsigned char c) in xml_encode_iso_8859_1()
606 inline static char xml_decode_iso_8859_1(unsigned short c) in xml_decode_iso_8859_1()
613 inline static unsigned short xml_encode_us_ascii(unsigned char c) in xml_encode_us_ascii()
620 inline static char xml_decode_us_ascii(unsigned short c) in xml_decode_us_ascii()
645 unsigned int c; in xml_utf8_decode() local
/PHP-7.4/ext/curl/
H A Dinterface.c1409 int i, c = CRYPTO_num_locks(); in PHP_MINIT_FUNCTION() local
1442 int i, c = CRYPTO_num_locks(); in PHP_MSHUTDOWN_FUNCTION() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c2808 #define SPECIAL(c) ((c) <= 0x1f || (c) >= 0x7f) argument
2811 #define B64CHAR(c) (isalnum(c) || (c) == '+' || (c) == ',') argument
2818 #define UNB64(c) ((c) == '+' ? 62 : (c) == ',' ? 63 : (c) >= 'a' ? \ argument
2830 unsigned char c; in PHP_FUNCTION() local
2970 unsigned char c; in PHP_FUNCTION() local
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c667 zend_constant *c; in accel_copy_permanent_strings() local
3408 zend_class_constant *c; in get_unresolved_initializer() local
3494 zend_class_constant *c; in preload_try_resolve_constants() local
4547 zend_constant *c = Z_PTR_P(zv); in accel_preload() local
/PHP-7.4/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

Completed in 315 milliseconds

1234567891011