Home
last modified time | relevance | path

Searched defs:name (Results 101 – 125 of 248) sorted by relevance

12345678910

/PHP-5.3/ext/simplexml/
H A Dphp_simplexml.h64 xmlChar *name; member
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_language.h73 const char *name; member
/PHP-5.3/ext/dom/
H A Dattr.c63 char *name, *value = NULL; in PHP_METHOD() local
H A Dphp_dom.h127 #define REGISTER_DOM_CLASS(ce, name, parent_ce, funcs, entry) \ argument
/PHP-5.3/main/streams/
H A Dphp_stream_transport.h57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
143 char *name; member
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_conf.h51 char *name; member
89 char *name; member
H A Dfpm_events.h33 const char *name; member
/PHP-5.3/ext/mbstring/
H A Dmbstring.c1538 char *name = NULL; in PHP_FUNCTION() local
1563 char *name = NULL; in PHP_FUNCTION() local
1603 char *name, *list, *temp; in PHP_FUNCTION() local
1695 char *name = NULL; in PHP_FUNCTION() local
1730 char *name; in PHP_FUNCTION() local
1848 char *name = NULL; in PHP_FUNCTION() local
3098 char *name = NULL; in PHP_FUNCTION() local
3319 char *name, *to_enc; in PHP_FUNCTION() local
4133 char *name; in PHP_FUNCTION() local
4733 char *name, *list = NULL; in php_mb_set_zend_encoding() local
/PHP-5.3/ext/soap/
H A Dphp_packet_soap.c262 char *name, *ns = NULL; in parse_packet_soap() local
/PHP-5.3/ext/standard/
H A Dincomplete_class.c161 PHPAPI void php_store_class_name(zval *object, const char *name, zend_uint len) in php_store_class_name()
H A Dversioning.c85 const char *name; member
H A Durl_scanner_ex.c921 char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, const char… in php_url_scanner_adapt_single_url()
1025 PHPAPI int php_url_scanner_add_var(char *name, int name_len, char *value, int value_len, int urlenc… in php_url_scanner_add_var()
H A Dtype.c360 char *name; in PHP_FUNCTION() local
/PHP-5.3/ext/xsl/
H A Dphp_xsl.h77 #define REGISTER_XSL_CLASS(ce, name, parent_ce, funcs, entry) \ argument
/PHP-5.3/ext/mbstring/ucgendat/
H A Ducgendat.c70 char *name; member
229 char *name; in add_range() local
323 ordered_range_insert(ac_uint4 c, char *name, int len) in ordered_range_insert()
/PHP-5.3/ext/mcrypt/
H A Dmcrypt.c869 char *name; in PHP_FUNCTION() local
872 name = mcrypt_enc_get_algorithms_name(pm->td); in PHP_FUNCTION() local
882 char *name; in PHP_FUNCTION() local
885 name = mcrypt_enc_get_modes_name(pm->td); in PHP_FUNCTION() local
/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c135 const char *name; member
139 #define DECLARE_FIELD(name) { # name, sizeof(# name) - 1, parse_ ## name } argument
150 const char name[16]; member
1068 char name[8]; member
H A Dreadcdf.c296 char name[__arraycount(d->d_name)]; local
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.h44 char *name; member
/PHP-5.3/ext/pdo_oci/
H A Doci_statement.c36 #define STMT_CALL(name, params) \ argument
45 #define STMT_CALL_MSG(name, msg, params) \ argument
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h150 char* name; member
/PHP-5.3/ext/date/lib/
H A Dtimelib.c105 timelib_tzinfo* timelib_tzinfo_ctor(char *name) in timelib_tzinfo_ctor()
/PHP-5.3/ext/phar/tests/files/
H A Dpear2coverage.phar.php167 function mangleTestFile($path)
172 function getLineLink($name, $line)
698 function coveragePercentage()
/PHP-5.3/Zend/
H A Dzend.h185 # define ALLOCA_FLAG(name) \ argument
187 # define SET_ALLOCA_FLAG(name) \ argument
196 # define ALLOCA_FLAG(name) argument
197 # define SET_ALLOCA_FLAG(name) argument
420 char *name; member
643 #define ZEND_UV(name) (zend_uv.name) argument
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c310 UChar* name; member
483 name_find(regex_t* reg, const UChar* name, const UChar* name_end) in name_find()
667 name_find(regex_t* reg, UChar* name, UChar* name_end) in name_find()
826 onig_name_to_group_numbers(regex_t* reg, const UChar* name, in onig_name_to_group_numbers()
848 onig_name_to_backref_number(regex_t* reg, const UChar* name, in onig_name_to_backref_number()
874 onig_name_to_group_numbers(regex_t* reg, const UChar* name, in onig_name_to_group_numbers()
881 onig_name_to_backref_number(regex_t* reg, const UChar* name, in onig_name_to_backref_number()
1305 node_new_call(UChar* name, UChar* name_end) in node_new_call()
2271 UChar* name; member
3747 UChar *name; member
[all …]

Completed in 99 milliseconds

12345678910