Home
last modified time | relevance | path

Searched defs:c (Results 251 – 275 of 282) sorted by relevance

1...<<1112

/PHP-7.0/ext/gd/
H A Dgd.c1953 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
2013 int c = GetPixel(memDC, x,y); in PHP_FUNCTION() local
3055 int x, y, c; in PHP_FUNCTION() local
3511 static void php_gdimagecharup(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in php_gdimagecharup()
/PHP-7.0/ext/libxml/
H A Dlibxml.c1140 unsigned char c; in php_libxml_xmlCheckUTF8() local
/PHP-7.0/ext/exif/
H A Dexif.c75 # define safe_emalloc(a,b,c) emalloc((a)*(b)+(c)) argument
78 # define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c)) argument
1033 int c, i, p=0, n = 5+31; in exif_char_dump() local
3477 uchar c, *data = (uchar*)ImageInfo->Thumbnail.data; in exif_scan_thumbnail() local
/PHP-7.0/main/
H A DSAPI.h188 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) argument
H A Drfc1867.c951 long c = 0; local
H A Dphp_streams.h328 #define php_stream_putc(stream, c) _php_stream_putc((stream), (c)) argument
/PHP-7.0/ext/gd/libgd/
H A Dgdft.c1016 unsigned char c; local
/PHP-7.0/Zend/
H A Dzend.h272 #define ZEND_PUTC(c) zend_write(&(c), 1) argument
H A Dzend_hash.c29 # define HT_ASSERT(c) ZEND_ASSERT(c) argument
31 # define HT_ASSERT(c) argument
H A Dzend_compile.c1259 zend_constant *c = zend_hash_find_ptr_lc(EG(zend_constants), name, len); in zend_lookup_reserved_const() local
1269 zend_constant *c; in zend_try_ct_eval_const() local
1417 zval *c; in zend_try_ct_eval_class_const() local
3022 zval c; in zend_compile_func_defined() local
7554 zend_uchar c; in zend_eval_const_expr() local
H A Dzend_execute.c1355 zend_uchar c = (zend_uchar)Z_STRVAL_P(str)[offset]; in zend_assign_to_string_offset() local
1875 zend_uchar c = (zend_uchar)Z_STRVAL_P(container)[offset]; in zend_fetch_dimension_address_read() local
H A Dzend_builtin_functions.c825 zend_constant c; in ZEND_FUNCTION() local
/PHP-7.0/ext/standard/
H A Dfilters.c318 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
780 unsigned int c; in php_conv_qprint_encode_convert() local
H A Dfile.c1815 #define FPUTCSV_FLD_CHK(c) memchr(ZSTR_VAL(field_str), c, ZSTR_LEN(field_str)) argument
/PHP-7.0/ext/ftp/
H A Dftp.c118 unsigned char c[8]; member
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c1572 int cgi = 0, c, use_extended_info = 0; local
/PHP-7.0/ext/zip/lib/
H A Dzipint.h100 #define open(a, b, c) _open((a), (b)) argument
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c1943 c; /* Current character */ in PHP_FUNCTION() local
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c315 size_t c = MIN((e + s + 1) / 2, e - 1); in get_template_string() local
2533 int c; in do_cli_server() local
/PHP-7.0/ext/soap/
H A Dphp_encoding.c803 unsigned char c; in to_zval_hexbin() local
881 char c; in to_xml_string() local
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregcomp.c70 Node c; in swap_node() local
4349 add_char_opt_map_info(OptMapInfo* map, UChar c, OnigEncoding enc) in add_char_opt_map_info()
5153 int c, i, n = 0; in print_optimize_info() local
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c1713 int cgi = 0, c, i; local
/PHP-7.0/main/streams/
H A Dstreams.c773 PHPAPI int _php_stream_putc(php_stream *stream, int c) in _php_stream_putc()
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c115 #define C(c) (reg_map[c] << 6) argument
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c1001 static char *php_ssl_cipher_get_version(const SSL_CIPHER *c, char *buffer, size_t max_len) /* {{{ */ in php_ssl_cipher_get_version()

Completed in 187 milliseconds

1...<<1112