Home
last modified time | relevance | path

Searched defs:e (Results 26 – 50 of 70) sorted by relevance

123

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_cmd.c500 #define verify_arg(e, a, t) if (!(a)) { \ in phpdbg_stack_verify() argument
/PHP-8.1/ext/date/lib/
H A Dastro.c138 e, /* Eccentricity of Earth's orbit */ in astro_sunpos() local
H A Dparse_iso_intervals.c941 const char *e = s + len - 1; in timelib_strtointerval() local
/PHP-8.1/ext/opcache/jit/dynasm/
H A Dminilua.c213 #define check_exp(c,e)(e) argument
373 #define gfasttm(g,et,e)((et)==NULL?NULL:((et)->flags&(1u<<(e)))?NULL:luaT_gettm(et,e,(g)->tmname[e]… argument
374 #define fasttm(l,et,e)gfasttm(G(l),et,e) argument
376 #define luaM_reallocv(L,b,on,n,e)((cast(size_t,(n)+1)<=((size_t)(~(size_t)0)-2)/(e))?luaM_realloc_(… argument
383 #define luaM_growvector(L,v,nelems,size,t,limit,e)if((nelems)+1>(size))((v)=cast(t*,luaM_growaux_(L… argument
606 int e=0; in luaO_int2fb() local
615 int e=(x>>3)&31; in luaO_fb2int() local
668 const char*e=strchr(fmt,'%'); in luaO_pushvfstring() local
H A Ddasm_mips.h365 unsigned int e = 16 + ((ins >> 12) & 15); in dasm_encode() local
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_study.c1517 PCRE2_UCHAR b, e; in set_start_bits() local
/PHP-8.1/ext/hash/
H A Dhash_md.c320 const unsigned char *p = buf, *e = buf + len; in PHP_MD2Update() local
/PHP-8.1/ext/phar/
H A Ddirstream.c399 phar_entry_info entry, *e; in phar_wrapper_mkdir() local
/PHP-8.1/ext/session/
H A Dmod_mm.c70 const char *e = data + len; in ps_sd_hash() local
/PHP-8.1/ext/standard/
H A Dhttp_fopen_wrapper.c742 char *e = http_header_line + http_header_line_length - 1; in php_stream_url_wrap_http_ex() local
H A Dcrypt_sha256.c106 uint32_t e = ctx->H[4]; in sha256_process_block() local
H A Dcrypt_sha512.c130 uint64_t e = ctx->H[4]; in sha512_process_block() local
H A Dftp_fopen_wrapper.c1050 char *p, *e, *buf; in php_stream_ftp_mkdir() local
H A Dmath.c721 char c, *s, *e; in _php_math_basetozval() local
/PHP-8.1/win32/
H A Dsendmail.c660 char c, *e2, *e = ZSTR_VAL(data_cln) + ZSTR_LEN(data_cln); in SendText() local
/PHP-8.1/Zend/
H A Dzend_virtual_cwd.c324 const char *e; in realpath_cache_key() local
345 const char *e = path + path_len; in realpath_cache_key() local
H A Dzend_strtod.c1242 (a, e) Bigint *a; int *e; in b2d() argument
1312 (d, e, bits) U *d; int *e, *bits; in d2b() argument
1803 Long e, e1; local
2532 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1; local
H A Dzend_operators.h208 const unsigned char *e; in zend_memrchr() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dreadcdf.c145 const char *s, *e; in cdf_file_property_info() local
H A Dsoftmagic.c211 int returnvalv = 0, e; in match() local
528 const char *ptr, *sptr, *e, *t, *ee, *et; in varexpand() local
/PHP-8.1/ext/com_dotnet/
H A Dcom_com.c338 EXCEPINFO e = {0}; in php_com_invoke_helper() local
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c71 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
317 size_t e = (sizeof(template_map) / sizeof(php_cli_server_http_response_status_code_pair)); in get_template_string() local
854 struct socket_entry *e; in php_cli_server_poller_iter_on_active() local
870 struct socket_entry *e = entries; in php_cli_server_poller_iter_on_active() local
H A Dphp_cli.c85 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-8.1/ext/intl/locale/
H A Dlocale_methods.c637 UEnumeration* e = NULL; in PHP_FUNCTION() local
/PHP-8.1/main/streams/
H A Dplain_wrapper.c1380 char *e = buf + strlen(buf); in php_plain_files_mkdir() local

Completed in 121 milliseconds

123