Home
last modified time | relevance | path

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

123

/PHP-8.0/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.c1341 const unsigned char *e; in php_strtoupper() local
1358 const unsigned char *e; in php_string_toupper() local
1403 const unsigned char *e; in php_strtolower() local
1420 const unsigned char *e; in php_string_tolower() local
2942 char *e; local
3016 char *e; local
3108 char *e, *r; local
3255 const char *s, *e; local
5189 char *e; local
5563 const char *p, *e; local
[all …]
/PHP-8.0/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.0/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h80 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__) argument
81 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) argument
82 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument
83 #define pdo_pgsql_error_stmt_msg(stmt, e, sqlstate, msg) \ argument
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c98 const mbfl_html_entity_entry *e; in mbfl_filt_conv_html_enc() local
294 int e = (*filter->output_function)(buffer[pos++], filter->data); in mbfl_filt_conv_html_dec_flush() local
/PHP-8.0/ext/intl/
H A Dintl_error.h24 #define INTL_ERROR_CODE(e) (e).code argument
/PHP-8.0/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.c501 char *e, *s, *t; in _php_filter_validate_domain() local
595 char *e, *s, *t; in php_filter_validate_url() local
/PHP-8.0/sapi/phpdbg/
H A Dcreate-test.php72 $w = $e = null; variable
H A Dphpdbg_cmd.c500 #define verify_arg(e, a, t) if (!(a)) { \ in phpdbg_stack_verify() argument
/PHP-8.0/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.0/ext/intl/collator/
H A Dcollator_is_numeric.c48 const UChar *e = u; in collator_u_strtod() local
/PHP-8.0/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.0/sapi/fpm/fpm/
H A Dfpm_php.c53 char *s = 0, *e = value; in fpm_php_disable() local
/PHP-8.0/sapi/fuzzer/corpus/json/
H A Dpass1.json13 "e": 0.123456789e-12, number
/PHP-8.0/ext/hash/
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
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_md.c320 const unsigned char *p = buf, *e = buf + len; in PHP_MD2Update() local
/PHP-8.0/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.0/ext/intl/grapheme/
H A Dgrapheme_util.c336 char *p, *e; in grapheme_strrpos_ascii() local
/PHP-8.0/ext/date/lib/
H A Dastro.c138 e, /* Eccentricity of Earth's orbit */ in astro_sunpos() local
/PHP-8.0/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

Completed in 85 milliseconds

123