Home
last modified time | relevance | path

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

123

/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/ext/standard/
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
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 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
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c104 const mbfl_html_entity_entry *e; in mbfl_filt_conv_html_enc() local
300 int e = (*filter->output_function)(buffer[pos++], filter->data); in mbfl_filt_conv_html_dec_flush() local
/PHP-5.5/ext/zip/lib/
H A Dzip_source_error.c43 int e[2] = { 0, 0 }; in zip_source_error() local
H A Dzip_source_crc.c44 int e[2]; member
H A Dzip_source_buffer.c140 int *e; in read_data() local
H A Dzip_source_zip.c170 int *e; in read_zip() 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_deflate.c42 int e[2]; member
/PHP-5.5/ext/hash/
H A Dhash_sha.c181 #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-5.5/ext/intl/
H A Dintl_error.h26 #define INTL_ERROR_CODE(e) (e).code argument
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c55 #define SETERROR(e) seterr(p, (e)) argument
56 #define REQUIRE(co, e) (void) ((co) || SETERROR(e)) argument
57 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) argument
58 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) argument
59 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) argument
992 seterr(p, e) in seterr() argument
/PHP-5.5/ext/filter/
H A Dsanitizing_filters.c35 unsigned char *e = s + len; in php_filter_encode_html() local
72 unsigned char *e = s + char_len; in php_filter_encode_url() 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/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h87 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, __FILE__, __LINE__ TSRMLS_CC) argument
88 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, __FILE__, __LINE__ TSRMLS_CC) argument
/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/Zend/
H A Dzend_stack.c71 int *e; in zend_stack_int_top() local
/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c64 const UChar *e = u; in collator_u_strtod() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c408 i_print_name_entry(UChar* key, NameEntry* e, void* arg) in i_print_name_entry()
443 i_free_name_entry(UChar* key, NameEntry* e, void* arg ARG_UNUSED) in i_free_name_entry()
481 NameEntry* e; in name_find() local
500 i_names(UChar* key ARG_UNUSED, NameEntry* e, INamesArg* arg) in i_names()
577 NameEntry* e; member
587 NameEntry* e; in onig_print_names() local
619 NameEntry* e; in names_clear() local
663 NameEntry* e; in name_find() local
682 NameEntry* e; in onig_foreach_name() local
714 NameEntry* e; in name_add() local
[all …]
/PHP-5.5/ext/interbase/
H A Dibase_events.c75 ibase_event *e = (ibase_event *) rsrc->ptr; in _php_ibase_free_event_rsrc() 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

Completed in 69 milliseconds

123