Home
last modified time | relevance | path

Searched defs:c (Results 226 – 250 of 269) sorted by relevance

1234567891011

/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/sodium/
H A Dlibsodium.c3496 unsigned char c; in PHP_FUNCTION() local
3569 zend_string *c; in PHP_FUNCTION() local
3623 ZSTR_VAL(c)[c_real_len] = 0; in PHP_FUNCTION() local
3667 unsigned char *c; in PHP_FUNCTION() local
/PHP-7.4/ext/standard/
H A Dbrowscap.c90 static inline zend_bool is_placeholder(char c) { in is_placeholder()
H A Dfilters.c323 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d… argument
785 unsigned int c; in php_conv_qprint_encode_convert() local
/PHP-7.4/ext/iconv/
H A Diconv.c57 #define _php_iconv_memequal(a, b, c) \ argument
510 static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, iconv_t cd) in _php_iconv_appendc()
/PHP-7.4/Zend/
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
H A Dzend_compile.c1279 zend_constant *c = zend_hash_find_ptr_lc(EG(zend_constants), name, len); in zend_lookup_reserved_const() local
1289 zend_constant *c; in zend_try_ct_eval_const() local
1438 static zend_bool zend_verify_ct_const_access(zend_class_constant *c, zend_class_entry *scope) in zend_verify_ct_const_access()
1471 zval *c; in zend_try_ct_eval_class_const() local
2257 int c = zend_add_literal(&dim_node->u.constant); in zend_handle_numeric_dim() local
3315 zval c; in zend_compile_func_defined() local
3331 zend_long c = Z_LVAL_P(zend_ast_get_zval(args->child[0])) & 0xff; in zend_compile_func_chr() local
8965 zend_uchar c; in zend_eval_const_expr() 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.h275 #define ZEND_PUTC(c) zend_write(&(c), 1) argument
H A Dzend_API.c601 char c = *spec_walk++; in zend_parse_arg_impl() local
915 int c, i; in zend_parse_va_args() local
1192 zend_class_constant *c; in zend_update_class_constants() local
4006 zend_class_constant *c; in zend_declare_class_constant_ex() local
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c144 zend_class_constant *c; in zend_hash_clone_constants() local
/PHP-7.4/ext/soap/
H A Dphp_http.c1023 char *c = strrchr(t, '/'); in make_http_soap_request() local
H A Dphp_encoding.c789 unsigned char c; in to_zval_hexbin() local
867 char c; in to_xml_string() local
/PHP-7.4/ext/phar/
H A Dphar.c1549 const char *c; in phar_strnstr() local
2081 #define IS_BACKSLASH(c) ((c) == '/') argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h771 struct { unsigned char c1, c2, c3, c4; } c; member
/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_main.c1540 int cgi = 0, c, use_extended_info = 0; in main() local
/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/main/
H A DSAPI.h186 #define sapi_add_header(a, b, c) sapi_add_header_ex((a),(b),(c),1) argument
H A Drfc1867.c944 long c = 0; local
/PHP-7.4/ext/libxml/
H A Dlibxml.c1195 unsigned char c; in php_libxml_xmlCheckUTF8() local
/PHP-7.4/ext/gd/libgd/
H A Dgdft.c1023 unsigned char c; local
/PHP-7.4/ext/hash/
H A Dhash.c683 unsigned char c[1]; in PHP_FUNCTION() local
/PHP-7.4/ext/ftp/
H A Dftp.c116 unsigned char c[8]; member
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c801 zend_long c; in ct_eval_func_call() local

Completed in 344 milliseconds

1234567891011