Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 63) sorted by relevance

123

/PHP-7.4/sapi/fpm/fpm/events/
H A Depoll.c162 struct epoll_event e; in fpm_event_epoll_add() local
194 struct epoll_event e; in fpm_event_epoll_remove() local
/PHP-7.4/ext/standard/
H A Dsha1.c134 #define FF(a, b, c, d, e, w) { \ argument
139 #define GG(a, b, c, d, e, w) { \ argument
144 #define HH(a, b, c, d, e, w) { \ argument
149 #define II(a, b, c, d, e, w) { \ argument
259 uint32_t d = state[3], e = state[4], x[16], tmp; local
H A Duuencode.c69 unsigned char *p, *s, *e, *ee; in php_uuencode() local
133 char *s, *e, *p, *ee; in php_uudecode() local
H A Durl.c62 unsigned char *e = (unsigned char *)str + len; in php_replace_controlchars_ex() local
90 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn()
115 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex2() local
H A Dstring.c1395 const unsigned char *e; in php_strtoupper() local
1413 const unsigned char *e; in php_string_toupper() local
1460 const unsigned char *e; in php_strtolower() local
1478 const unsigned char *e; in php_string_tolower() local
3221 char *e; local
3304 char *e; local
3397 char *e, *r; local
3549 const char *s, *e; local
5567 char *e; local
5957 const char *p, *e; local
[all …]
H A Dmail.c290 char *p, *e; in PHP_FUNCTION() local
/PHP-7.4/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h81 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__) argument
82 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) argument
83 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument
84 #define pdo_pgsql_error_stmt_msg(s,e,m) _pdo_pgsql_error(s->dbh, s, e, NULL, m, __FILE__, __LINE__) argument
/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c100 const mbfl_html_entity_entry *e; in mbfl_filt_conv_html_enc() local
296 int e = (*filter->output_function)(buffer[pos++], filter->data); in mbfl_filt_conv_html_dec_flush() local
/PHP-7.4/ext/hash/
H A Dhash_sha.c177 #define FF(a, b, c, d, e, w) { \ argument
182 #define GG(a, b, c, d, e, w) { \ argument
187 #define HH(a, b, c, d, e, w) { \ argument
192 #define II(a, b, c, d, e, w) { \ argument
221 uint32_t d = state[3], e = state[4], x[16], tmp; in SHA1Transform() local
481 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
791 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
H A Dhash_ripemd.c396 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD160Transform() local
495 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD320Transform() local
/PHP-7.4/ext/intl/
H A Dintl_error.h26 #define INTL_ERROR_CODE(e) (e).code argument
/PHP-7.4/ext/filter/
H A Dsanitizing_filters.c33 unsigned char *e = s + len; in php_filter_encode_html() local
69 unsigned char *e = s + char_len; in php_filter_encode_url() local
H A Dlogical_filters.c500 char *e, *s, *t; in _php_filter_validate_domain() local
599 char *e, *s, *t; in php_filter_validate_url() local
/PHP-7.4/sapi/phpdbg/
H A Dcreate-test.php74 $w = $e = null; variable
H A Dphpdbg_cmd.c502 #define verify_arg(e, a, t) if (!(a)) { \ in phpdbg_stack_verify() argument
/PHP-7.4/sapi/apache2handler/
H A Dapache_config.c58 php_dir_entry e; in real_value_hnd() local
147 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
/PHP-7.4/ext/intl/collator/
H A Dcollator_is_numeric.c52 const UChar *e = u; in collator_u_strtod() local
/PHP-7.4/Zend/
H A Dzend_stack.c65 int *e = zend_stack_top(stack); in zend_stack_int_top() local
H A Dzend_sort.c134 static void zend_sort_5(void *a, void *b, void *c, void *d, void *e, compare_func_t cmp, swap_func_… in zend_sort_5()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_php.c53 char *s = 0, *e = value; in fpm_php_disable() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c313 const char *e = RCAST(const char *, p) + tail; in cdf_check_stream_offset() local
855 const uint8_t *p, const uint8_t *e, size_t i) in cdf_get_property_info_pos()
911 cdf_copy_info(cdf_property_info_t *inp, const void *p, const void *e, in cdf_copy_info()
944 const uint8_t *p, *q, *e; in cdf_read_property_info() local
/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.c353 char *p, *e; in grapheme_strrpos_ascii() local
/PHP-7.4/ext/date/lib/
H A Dastro.c138 e, /* Eccentricity of Earth's orbit */ in astro_sunpos() local
/PHP-7.4/ext/phar/
H A Ddirstream.c413 phar_entry_info entry, *e; in phar_wrapper_mkdir() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c1517 PCRE2_UCHAR b, e; in set_start_bits() local

Completed in 94 milliseconds

123