/PHP-7.0/ext/zip/lib/ |
H A D | zip_entry.c | 38 _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 D | zip_set_file_compression.c | 41 zip_entry_t *e; in zip_set_file_compression() local
|
H A D | zip_file_set_mtime.c | 38 zip_entry_t *e; in zip_file_set_mtime() local
|
H A D | zip_source_call.c | 57 int e[2]; in _zip_source_call() local
|
H A D | zip_file_set_comment.c | 44 zip_entry_t *e; in zip_file_set_comment() local
|
H A D | zip_file_set_external_attributes.c | 39 zip_entry_t *e; in zip_file_set_external_attributes() local
|
H A D | zip_set_name.c | 44 zip_entry_t *e; in _zip_set_name() local
|
H A D | zip_error.c | 146 int *e = (int *)data; in zip_error_to_data() local
|
/PHP-7.0/sapi/fpm/fpm/events/ |
H A D | epoll.c | 164 struct epoll_event e; in fpm_event_epoll_add() local 196 struct epoll_event e; in fpm_event_epoll_remove() local
|
/PHP-7.0/ext/standard/ |
H A D | sha1.c | 135 #define FF(a, b, c, d, e, w) { \ argument 140 #define GG(a, b, c, d, e, w) { \ argument 145 #define HH(a, b, c, d, e, w) { \ argument 150 #define II(a, b, c, d, e, w) { \ argument 260 php_uint32 d = state[3], e = state[4], x[16], tmp; local
|
H A D | uuencode.c | 71 char *p, *s, *e, *ee; in php_uuencode() local 135 char *s, *e, *p, *ee; in php_uudecode() local
|
H A D | url.c | 67 unsigned char *e = (unsigned char *)str + len; in php_replace_controlchars_ex() local 101 char const *s, *e, *p, *pp, *ue; in php_url_parse_ex() local
|
H A D | string.c | 1390 unsigned char *c, *e; in php_strtoupper() local 1407 unsigned char *c, *e; in php_string_toupper() local 1453 unsigned char *c, *e; in php_strtolower() local 1470 unsigned char *c, *e; in php_string_tolower() local 2090 char *p, *e; local 3127 char *e, *s, *p, *r; local 3202 char *e, *s, *p, *r; local 3294 char *e, *s, *p, *r; local 3441 char *e, *p; local 4935 char *s, *e, *ee; local [all …]
|
/PHP-7.0/ext/pdo_pgsql/ |
H A D | php_pdo_pgsql_int.h | 83 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, NULL, __FILE__, __LINE__) argument 84 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) argument 85 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, NULL, __FILE__, __LINE__) argument 86 #define pdo_pgsql_error_stmt_msg(s,e,m) _pdo_pgsql_error(s->dbh, s, e, NULL, m, __FILE__, __LINE__) argument
|
/PHP-7.0/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_htmlent.c | 105 const mbfl_html_entity_entry *e; in mbfl_filt_conv_html_enc() local 301 int e = (*filter->output_function)(buffer[pos++], filter->data); in mbfl_filt_conv_html_dec_flush() local
|
/PHP-7.0/ext/hash/ |
H A D | hash_sha.c | 181 #define FF(a, b, c, d, e, w) { \ argument 186 #define GG(a, b, c, d, e, w) { \ argument 191 #define HH(a, b, c, d, e, w) { \ argument 196 #define II(a, b, c, d, e, w) { \ argument 225 php_hash_uint32 d = state[3], e = state[4], x[16], tmp; in SHA1Transform() local 483 php_hash_uint32 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA256Transform() local 793 php_hash_uint64 e = state[4], f = state[5], g = state[6], h = state[7]; in SHA512Transform() local
|
/PHP-7.0/ext/intl/ |
H A D | intl_error.h | 26 #define INTL_ERROR_CODE(e) (e).code argument
|
/PHP-7.0/ext/filter/ |
H A D | sanitizing_filters.c | 35 unsigned char *e = s + len; in php_filter_encode_html() local 71 unsigned char *e = s + char_len; in php_filter_encode_url() local
|
H A D | logical_filters.c | 459 char *e, *s, *t; in _php_filter_validate_domain() local 536 char *e, *s, *t; in php_filter_validate_url() local
|
/PHP-7.0/sapi/phpdbg/ |
H A D | create-test.php | 74 $w = $e = null; variable
|
/PHP-7.0/sapi/apache2handler/ |
H A D | apache_config.c | 60 php_dir_entry e; in real_value_hnd() local 149 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
|
/PHP-7.0/Zend/ |
H A D | zend_stack.c | 67 int *e = zend_stack_top(stack); in zend_stack_int_top() local
|
/PHP-7.0/ext/intl/collator/ |
H A D | collator_is_numeric.c | 64 const UChar *e = u; in collator_u_strtod() local
|
/PHP-7.0/ext/interbase/ |
H A D | ibase_events.c | 77 ibase_event *e = (ibase_event *) rsrc->ptr; in _php_ibase_free_event_rsrc() local
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | regparse.c | 416 i_print_name_entry(UChar* key, NameEntry* e, void* arg) in i_print_name_entry() 451 i_free_name_entry(UChar* key, NameEntry* e, void* arg ARG_UNUSED) in i_free_name_entry() 489 NameEntry* e; in name_find() local 508 i_names(UChar* key ARG_UNUSED, NameEntry* e, INamesArg* arg) in i_names() 585 NameEntry* e; member 595 NameEntry* e; in onig_print_names() local 627 NameEntry* e; in names_clear() local 671 NameEntry* e; in name_find() local 690 NameEntry* e; in onig_foreach_name() local 722 NameEntry* e; in name_add() local [all …]
|