Home
last modified time | relevance | path

Searched defs:e (Results 51 – 75 of 86) sorted by relevance

1234

/php-src/ext/date/lib/
H A Dparse_iso_intervals.c978 const char *e = s + len - 1; in timelib_strtointerval() local
H A Dparse_date.c720 static void add_with_overflow(Scanner *s, timelib_sll *e, timelib_sll amount, int multiplier) in add_with_overflow()
24853 const char *e = s + len - 1; in timelib_strtotime() local
/php-src/Zend/
H A Dzend_virtual_cwd.c322 const char *e; in realpath_cache_key() local
343 const char *e = path + path_len; in realpath_cache_key() local
H A Dzend_strtod.c1234 (a, e) Bigint *a; int *e; in b2d() argument
1304 (d, e, bits) U *d; int *e, *bits; in d2b() argument
1795 Long e, e1; local
2524 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, e, e1; local
H A Dzend_operators.c2514 const char *e = ZSTR_VAL(str) + ZSTR_LEN(str); in zend_string_only_has_ascii_alphanumeric() local
3575 const char *e = ptr + 1; local
/php-src/ext/fileinfo/libmagic/
H A Dreadcdf.c143 const char *s, *e; in cdf_file_property_info() local
H A Dsoftmagic.c221 int returnvalv = 0, e; in match() local
539 const char *ptr, *sptr, *e, *t, *ee, *et; in varexpand() local
/php-src/win32/
H A Dsendmail.c659 char c, *e2, *e = ZSTR_VAL(data_cln) + ZSTR_LEN(data_cln); in SendText() local
/php-src/ext/com_dotnet/
H A Dcom_com.c337 EXCEPINFO e = {0}; in php_com_invoke_helper() local
/php-src/ext/standard/
H A Dcrypt_sha256.c100 uint32_t e = ctx->H[4]; in sha256_process_block() local
H A Dcrypt_sha512.c128 uint64_t e = ctx->H[4]; in sha512_process_block() local
H A Dftp_fopen_wrapper.c1049 char *p, *e, *buf; in php_stream_ftp_mkdir() local
H A Dhtml.c1057 const entity_multicodepoint_row *s, *e; in find_entity_for_char() local
H A Dmath.c801 char c, *s, *e; in _php_math_basetozval() local
H A Dstreamsfuncs.c31 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/php-src/sapi/cli/
H A Dphp_cli_server.c81 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
325 size_t e = (sizeof(template_map) / sizeof(php_cli_server_http_response_status_code_pair)); in get_template_string() local
902 struct socket_entry *e; in php_cli_server_poller_iter_on_active() local
918 struct socket_entry *e = entries; in php_cli_server_poller_iter_on_active() local
H A Dphp_cli.c86 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h360 unsigned int e = 16 + ((ins >> 12) & 15); in dasm_encode() local
/php-src/ext/intl/locale/
H A Dlocale_methods.c726 UEnumeration* e = NULL; in PHP_FUNCTION() local
/php-src/main/streams/
H A Dplain_wrapper.c1404 char *e = buf + strlen(buf); in php_plain_files_mkdir() local
/php-src/ext/opcache/jit/ir/
H A Dir_cfg.c1264 ir_edge_info *edges, *e; in ir_schedule_blocks_bottom_up() local
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c1375 char *p, *e; in pdo_pgsql_handle_factory() local
/php-src/ext/ftp/
H A Dftp.c938 char *e = ptr + rcvd; in ftp_get() local
/php-src/main/
H A Dmain.c367 char *s = NULL, *e; in php_disable_classes() local
/php-src/ext/openssl/
H A Dopenssl.c341 static void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key()
3920 BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in php_openssl_pkey_init_legacy_rsa() local
3949 BIGNUM *n = NULL, *e = NULL, *d = NULL, *p = NULL, *q = NULL; in php_openssl_pkey_init_rsa() local
5249 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmq1, *iqmp; in PHP_FUNCTION() local

Completed in 209 milliseconds

1234