Home
last modified time | relevance | path

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

123

/PHP-8.1/ext/standard/
H A Dsha1.c130 #define FF(a, b, c, d, e, w) { \ argument
135 #define GG(a, b, c, d, e, w) { \ argument
140 #define HH(a, b, c, d, e, w) { \ argument
145 #define II(a, b, c, d, e, w) { \ argument
255 uint32_t d = state[3], e = state[4], x[16], tmp; local
H A Duuencode.c68 const unsigned char *s, *e, *ee; in php_uuencode() local
133 const char *s, *e, *ee; in php_uudecode() local
H A Durl.c56 unsigned char *e = (unsigned char *)str + len; in php_replace_controlchars_ex() local
84 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn()
108 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex2() local
H A Dstring.c1346 const unsigned char *e; in php_strtoupper() local
1363 const unsigned char *e; in php_string_toupper() local
1408 const unsigned char *e; in php_strtolower() local
1425 const unsigned char *e; in php_string_tolower() local
3005 char *e; local
3079 char *e; local
3171 char *e, *r; local
3318 const char *s, *e; local
5256 char *e; local
5630 const char *p, *e; local
[all …]
/PHP-8.1/sapi/fpm/fpm/events/
H A Depoll.c158 struct epoll_event e; in fpm_event_epoll_add() local
190 struct epoll_event e; in fpm_event_epoll_remove() local
/PHP-8.1/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h77 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__) argument
78 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) argument
79 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument
80 #define pdo_pgsql_error_stmt_msg(stmt, e, sqlstate, msg) \ argument
/PHP-8.1/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c99 const mbfl_html_entity_entry *e; in mbfl_filt_conv_html_enc() local
295 int e = (*filter->output_function)(buffer[pos++], filter->data); in mbfl_filt_conv_html_dec_flush() local
H A Dmbfilter_jis.c480 unsigned char *p = in, *e = p + in_len; in mb_check_jis() local
577 unsigned char *p = in, *e = p + in_len; in mb_check_iso2022jp() local
H A Dmbfilter_utf7imap.c477 unsigned char *p = in, *e = p + in_len; in mb_check_utf7imap() local
H A Dmbfilter_utf7.c483 unsigned char *p = in, *e = p + in_len; in mb_check_utf7() local
/PHP-8.1/ext/intl/
H A Dintl_error.h24 #define INTL_ERROR_CODE(e) (e).code argument
/PHP-8.1/ext/filter/
H A Dsanitizing_filters.c31 unsigned char *e = s + len; in php_filter_encode_html() local
67 unsigned char *e = s + char_len; in php_filter_encode_url() local
H A Dlogical_filters.c509 char *e, *s, *t; in _php_filter_validate_domain() local
603 char *e, *s, *t; in php_filter_validate_url() local
/PHP-8.1/sapi/phpdbg/
H A Dcreate-test.php72 $w = $e = null; variable
/PHP-8.1/sapi/apache2handler/
H A Dapache_config.c62 php_dir_entry e; in real_value_hnd() local
151 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
/PHP-8.1/ext/intl/collator/
H A Dcollator_is_numeric.c48 const UChar *e = u; in collator_u_strtod() local
/PHP-8.1/Zend/
H A Dzend_stack.c63 int *e = zend_stack_top(stack); in zend_stack_int_top() local
H A Dzend_sort.c67 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-8.1/ext/zend_test/
H A Dobserver.c37 const char *s = NULL, *e = opcode_names; in observer_set_user_opcode_handler() local
/PHP-8.1/sapi/fuzzer/corpus/json/
H A Dpass1.json13 "e": 0.123456789e-12, number
/PHP-8.1/ext/hash/
H A Dhash_ripemd.c410 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD160Transform() local
509 uint32_t a = state[0], b = state[1], c = state[2], d = state[3], e = state[4]; in RIPEMD320Transform() local
H A Dhash_sha.c164 uint32_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local
474 uint64_t e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_php.c53 char *s = 0, *e = value; in fpm_php_disable() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcdf.c317 const char *e = RCAST(const char *, p) + tail; in cdf_check_stream_offset() local
871 const uint8_t *p, const uint8_t *e, size_t i) in cdf_get_property_info_pos()
927 cdf_copy_info(cdf_property_info_t *inp, const void *p, const void *e, in cdf_copy_info()
960 const uint8_t *p, *q, *e; in cdf_read_property_info() local
/PHP-8.1/ext/intl/grapheme/
H A Dgrapheme_util.c335 char *p, *e; in grapheme_strrpos_ascii() local

Completed in 89 milliseconds

123