Home
last modified time | relevance | path

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

1234

/PHP-7.3/ext/zip/lib/
H A Dzip_entry.c38 _zip_entry_finalize(zip_entry_t *e) in _zip_entry_finalize()
47 _zip_entry_init(zip_entry_t *e) in _zip_entry_init()
H A Dzip_file_set_mtime.c38 zip_entry_t *e; in zip_file_set_mtime() local
H A Dzip_set_file_compression.c41 zip_entry_t *e; in zip_set_file_compression() local
H A Dzip_source_call.c57 int e[2]; in _zip_source_call() local
H A Dzip_file_set_comment.c44 zip_entry_t *e; in zip_file_set_comment() local
H A Dzip_file_set_external_attributes.c39 zip_entry_t *e; in zip_file_set_external_attributes() local
H A Dzip_set_name.c44 zip_entry_t *e; in _zip_set_name() local
H A Dzip_error.c146 int *e = (int *)data; in zip_error_to_data() local
/PHP-7.3/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.3/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 char *p, *s, *e, *ee; in php_uuencode() local
133 char *s, *e, *p, *ee; in php_uudecode() local
H A Durl.c66 unsigned char *e = (unsigned char *)str + len; in php_replace_controlchars_ex() local
94 static const char *binary_strcspn(const char *s, const char *e, const char *chars) { in binary_strcspn()
119 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex2() local
H A Dstring.c1410 const unsigned char *e; in php_strtoupper() local
1428 const unsigned char *e; in php_string_toupper() local
1475 const unsigned char *e; in php_strtolower() local
1493 const unsigned char *e; in php_string_tolower() local
3235 char *e; local
3318 char *e; local
3411 char *e, *r; local
3559 const char *s, *e; local
5448 char *e; local
5863 const char *p, *e; local
[all …]
/PHP-7.3/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.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c107 const mbfl_html_entity_entry *e; in mbfl_filt_conv_html_enc() local
303 int e = (*filter->output_function)(buffer[pos++], filter->data); in mbfl_filt_conv_html_dec_flush() local
/PHP-7.3/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
/PHP-7.3/ext/intl/
H A Dintl_error.h26 #define INTL_ERROR_CODE(e) (e).code argument
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c726 NameEntry* e; in name_find() local
822 NameEntry* e; member
832 NameEntry* e; in onig_print_names() local
864 NameEntry* e; in names_clear() local
908 NameEntry* e; in name_find() local
927 NameEntry* e; in onig_foreach_name() local
960 NameEntry* e; in name_add() local
1094 NameEntry* e; in name_to_group_numbers() local
1856 CalloutTagVal e; in onig_get_callout_num_by_tag() local
1871 CalloutTagVal e; in callout_tag_find() local
[all …]
/PHP-7.3/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.c477 char *e, *s, *t; in _php_filter_validate_domain() local
576 char *e, *s, *t; in php_filter_validate_url() local
/PHP-7.3/sapi/phpdbg/
H A Dcreate-test.php74 $w = $e = null; variable
/PHP-7.3/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.3/ext/intl/collator/
H A Dcollator_is_numeric.c52 const UChar *e = u; in collator_u_strtod() local
/PHP-7.3/Zend/
H A Dzend_stack.c65 int *e = zend_stack_top(stack); in zend_stack_int_top() local
/PHP-7.3/ext/interbase/
H A Dibase_events.c77 ibase_event *e = (ibase_event *) rsrc->ptr; in _php_ibase_free_event_rsrc() local

Completed in 114 milliseconds

1234