Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 74) sorted by last modified time

123

/PHP-5.5/win32/
H A Dsendmail.c632 char c, *e2, *e = data_cln + data_cln_len; in SendText() local
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c826 BOOL exceptionhandler(LPEXCEPTION_POINTERS *e, LPEXCEPTION_POINTERS ep) in exceptionhandler()
839 LPEXCEPTION_POINTERS e; in HttpExtensionProc() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c53 char *s = 0, *e = value; in fpm_php_disable() local
/PHP-5.5/sapi/fpm/fpm/events/
H A Depoll.c164 struct epoll_event e; in fpm_event_epoll_add() local
192 struct epoll_event e; in fpm_event_epoll_remove() local
/PHP-5.5/sapi/cli/
H A Dphp_cli.c93 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
H A Dphp_cli_server.c81 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
420 size_t e = (sizeof(template_map) / sizeof(php_cli_server_http_response_status_code_pair)); in get_template_string() local
930 struct socket_entry *e; in php_cli_server_poller_iter_on_active() local
946 struct socket_entry *e = entries; in php_cli_server_poller_iter_on_active() local
/PHP-5.5/sapi/apache2filter/
H A Dapache_config.c60 php_dir_entry e; in real_value_hnd() local
123 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c60 php_dir_entry e; in real_value_hnd() local
140 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
/PHP-5.5/main/streams/
H A Dplain_wrapper.c1182 char *e; in php_plain_files_mkdir() local
/PHP-5.5/main/
H A Dphp_variables.c233 char *var, *val, *e, *s, *p; in SAPI_POST_HANDLER_FUNC() local
H A Dmain.c191 char *s = NULL, *e; in php_disable_functions() local
229 char *s = NULL, *e; in php_disable_classes() local
/PHP-5.5/ext/zip/
H A Dphp_zip.c203 char *e; in php_zip_extract_file() local
/PHP-5.5/ext/zip/lib/
H A Dzip_source_buffer.c140 int *e; in read_data() local
H A Dzip_source_crc.c44 int e[2]; member
H A Dzip_source_deflate.c42 int e[2]; member
H A Dzip_source_error.c43 int e[2] = { 0, 0 }; in zip_source_error() local
H A Dzip_source_filep.c53 int e[2]; /* error codes */ member
H A Dzip_source_pkware.c42 int e[2]; member
H A Dzip_source_zip.c170 int *e; in read_zip() local
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c281 char *e, *p = zend_memnstr(ctx->val.c, "://", sizeof("://") - 1, ctx->val.c + ctx->val.len); in handle_form() local
H A Durl.c67 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 Duuencode.c71 char *p, *s, *e, *ee; in php_uuencode() local
130 char *s, *e, *p, *ee; in php_uudecode() local
H A Dstring.c1362 unsigned char *c, *e; in php_strtoupper() local
1396 unsigned char *c, *e; in php_strtolower() local
1946 char *p, *e, ord_needle[2]; local
2019 char *p, *e, ord_needle[2]; local
3196 char *e, *n, *p; local
3629 char *p = str, *e = p + len; local
3652 char *p = str, *e = p + len, *s = str; local
3707 char *e, *s, *p, *r; local
4942 char *s, *e, *ee; local
5441 char *buf, *str, *char_list = NULL, *p, *e, *s, ch[256]; local
[all …]
H A Dstreamsfuncs.c35 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
H A Dsha1.c140 #define FF(a, b, c, d, e, w) { \ argument
145 #define GG(a, b, c, d, e, w) { \ argument
150 #define HH(a, b, c, d, e, w) { \ argument
155 #define II(a, b, c, d, e, w) { \ argument
265 php_uint32 d = state[3], e = state[4], x[16], tmp; local

Completed in 91 milliseconds

123