Home
last modified time | relevance | path

Searched defs:c (Results 151 – 175 of 269) sorted by relevance

1234567891011

/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/Zend/
H A Dzend_ptr_stack.h84 …c zend_always_inline void zend_ptr_stack_3_pop(zend_ptr_stack *stack, void **a, void **b, void **c) in zend_ptr_stack_3_pop()
H A Dzend_virtual_cwd.h77 #define IS_SLASH(c) ((c) == '/' || (c) == '\\') argument
78 #define IS_SLASH_P(c) (*(c) == '/' || \ argument
102 #define IS_SLASH(c) ((c) == '/') argument
103 #define IS_SLASH_P(c) (*(c) == '/') argument
H A Dzend_inheritance.c1057 zend_class_constant *c; in do_inherit_class_constant() local
1312 zend_class_constant *c; in zend_do_inheritance_ex() local
1366 static void do_inherit_iface_constant(zend_string *name, zend_class_constant *c, zend_class_entry *… in do_inherit_iface_constant()
1387 zend_class_constant *c; in do_interface_implementation() local
1410 zend_class_constant *c; in zend_do_implement_interface() local
1452 zend_class_constant *c; in zend_do_implement_interfaces() local
H A Dzend_stream.c101 int c = '*'; in zend_stream_read() local
H A Dzend_opcode.c315 zend_class_constant *c; in destroy_zend_class() local
384 zend_class_constant *c; in destroy_zend_class() local
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_ast.c931 unsigned char c = ZSTR_VAL(s)[i]; in zend_ast_export_str() local
946 unsigned char c = ZSTR_VAL(s)[i]; in zend_ast_export_qstr() local
1027 unsigned char c = (unsigned char)ch; in zend_ast_valid_var_char() local
1040 unsigned char c; in zend_ast_valid_var_name() local
H A Dzend_ini_parser.y148 zval *c, tmp; in zend_ini_get_constant() local
/PHP-7.4/main/
H A Dphp_output.h160 #define PUTC(c) php_output_write((const char *) &(c), 1) argument
161 #define PUTC_H(c) php_output_write_unbuffered((const char *) &(c), 1) argument
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c67 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } argument
70 #define YYDEBUG(s,c) argument
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c248 char *c; in firebird_handle_quoter() local
366 char *c, *new_sql, in_quote, in_param, pname[64], *ppname; in firebird_alloc_prepare_stmt() local
/PHP-7.4/ext/gd/libgd/
H A Dgd_xbm.c181 int x, y, c, b, sx, sy, p; in gdImageXbmCtx() local
H A Dgd_interpolation.c82 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) argument
86 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
551 double a, b, c, d; in filter_bspline() local
664 const int c = im->tpixels[y][x]; in getPixelOverflowTC() local
674 #define colorIndex2RGBA(c) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], im->alpha[… argument
675 #define colorIndex2RGBcustomA(c, a) gdTrueColorAlpha(im->red[(c)], im->green[(c)], im->blue[(c)], i… argument
679 const int c = im->pixels[y][x]; in getPixelOverflowPalette() local
1517 register int c; in gdImageScaleBicubicFixed() local
1722 register int c = getPixelInterpolated(src, n, m, bgColor); in gdImageRotateGeneric() local
2055 register int c; in gdImageRotateBicubicFixed() local
H A Dgd_gif_out.c510 register int c; local
760 char_out(int c, GifCtx *ctx)
H A Dgd_webp.c139 register int c; in gdImageWebpCtx() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c148 #define F(a, b, c) file_fmtcheck((a), (b), (c), __FILE__, __LINE__) argument
167 #define F(a, b, c) fmtcheck((b), (c)) argument
169 #define F(a, b, c) ((b)) argument
1310 const char *c; in mcopy() local
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h68 #define CH_VAL(c) (c - '0') argument
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h40 #define mysqlnd_plugin_get_plugin_connection_data(c, p_id) mysqlnd_plugin_area_getters.get_conne… argument
41 #define mysqlnd_plugin_get_plugin_connection_data_data(c, p_id) mysqlnd_plugin_area_getters.get_c… argument
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_unix.c39 struct fpm_worker_pool_config_s *c = wp->config; in fpm_unix_resolve_socket_premissions() local
H A Dfpm_children.c310 struct fpm_child_s *c; in fpm_resources_prepare() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c695 uint32_t c, d; in internal_dfa_match() local
3637 PCRE2_UCHAR c = UCHAR21TEST(start_match); in pcre2_dfa_match() local
3772 uint32_t c = UCHAR21TEST(start_match); in pcre2_dfa_match() local
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/opcache/
H A Dzend_accelerator_blacklist.c80 char regexp[12*1024], *p, *end, *c, *backtrack = NULL; in zend_accel_blacklist_update_regexp() local
/PHP-7.4/ext/standard/
H A Dpack.c259 char c = format[i]; in PHP_FUNCTION() local
756 char c; in PHP_FUNCTION() local

Completed in 119 milliseconds

1234567891011