Home
last modified time | relevance | path

Searched defs:name (Results 51 – 75 of 253) sorted by relevance

1234567891011

/PHP-5.4/ext/bcmath/libbcmath/src/
H A Ddebug.c60 pv (name, num, len) in pv() argument
/PHP-5.4/ext/zip/
H A Dphp_zip.h70 #define ZIPARCHIVE_ME(name, arg_info, flags) ZEND_FENTRY(name, c_ziparchive_ ##name, arg_info, flag… argument
71 #define ZIPARCHIVE_METHOD(name) ZEND_NAMED_FUNCTION(c_ziparchive_##name) argument
/PHP-5.4/ext/session/
H A Dsession.c138 PHPAPI void php_add_session_var(char *name, size_t namelen TSRMLS_DC) /* {{{ */ in php_add_session_var()
157 PHPAPI void php_set_session_var(char *name, size_t namelen, zval *state_val, php_unserialize_data_t… in php_set_session_var()
165 PHPAPI int php_get_session_var(char *name, size_t namelen, zval ***state_var TSRMLS_DC) /* {{{ */ in php_get_session_var()
H A Dphp_session.h149 } name; member
194 const char *name; member
232 #define PS_ADD_VARL(name,namelen) do { \ argument
236 #define PS_ADD_VAR(name) PS_ADD_VARL(name, strlen(name)) argument
238 #define PS_DEL_VARL(name,namelen) do { \ argument
/PHP-5.4/ext/intl/formatter/
H A Dformatter.c45 …#define FORMATTER_EXPOSE_CUSTOM_CLASS_CONST(name, value) zend_declare_class_constant_long( NumberF… in formatter_register_constants() argument
/PHP-5.4/ext/reflection/
H A Dphp_reflection.c1191 zval *name; in zend_reflection_class_factory() local
1208 zval *name; in reflection_extension_factory() local
1238 zval *name; in reflection_parameter_factory() local
1268 zval *name; in reflection_function_factory() local
1290 zval *name; in reflection_method_factory() local
1316 zval *name; in reflection_property_factory() local
1600 zval *name; in ZEND_METHOD() local
2141 zval *name; in ZEND_METHOD() local
3414 char *name; in ZEND_METHOD() local
3446 char *name; in ZEND_METHOD() local
[all …]
/PHP-5.4/ext/dom/
H A Dentityreference.c55 char *name; in PHP_METHOD() local
/PHP-5.4/ext/snmp/
H A Dphp_snmp.h106 const char *name; member
116 oid name[MAX_OID_LEN]; member
/PHP-5.4/sapi/aolserver/
H A Daolserver.c39 #define SECTION(name) PUTS("<h2>" name "</h2>\n") argument
297 #define ADD_STRINGX(name, buf) \ argument
300 #define ADD_STRING(name) \ argument
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c83 const char* name = XMLRPC_VectorGetStringWithID(xIter, xi_token_name); in find_named_value() local
313 const char* name = NULL; in xml_element_to_method_description() local
511 const char* name = XMLRPC_VectorGetStringWithID(xMethod, xi_token_name); in XMLRPC_ServerAddIntrospectionData() local
/PHP-5.4/ext/phar/
H A Dtar.h41 char name[100]; /* name of file; member
66 char name[100]; /* name of file */ member
H A Dfunc_interceptors.c23 #define PHAR_FUNC(name) \ argument
60 char *name; in PHAR_FUNC() local
132 char *name; in PHAR_FUNC() local
254 char *name; in PHAR_FUNC() local
350 char *name; in PHAR_FUNC() local
/PHP-5.4/main/
H A Drfc1867.h40 char *name; member
48 char *name; member
/PHP-5.4/ext/dba/
H A Ddba.c206 zval **group, **name; local
289 #define DBA_NAMED_HND(alias, name, flags) \ argument
296 #define DBA_HND(name, flags) DBA_NAMED_HND(name, name, flags) argument
1049 char *key, *name; in PHP_FUNCTION() local
/PHP-5.4/ext/pcntl/
H A Dphp_pcntl.h80 #define REGISTER_PCNTL_ERRNO_CONSTANT(name) REGISTER_LONG_CONSTANT("PCNTL_" #name, name, CONST_CS |… argument
/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator.c40 …#define TRANSLITERATOR_EXPOSE_CUSTOM_CLASS_CONST( name, value ) zend_declare_class_constant_long( … in transliterator_register_constants() argument
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_php.c26 static int fpm_php_zend_ini_alter_master(char *name, int name_length, char *new_value, int new_valu… in fpm_php_zend_ini_alter_master()
84 char *name = kv->key; in fpm_php_apply_defines_ex() local
/PHP-5.4/Zend/
H A Dzend_builtin_functions.c650 char *name; in ZEND_FUNCTION() local
728 char *name; in ZEND_FUNCTION() local
751 const char *name = ""; in ZEND_FUNCTION() local
799 const char *name; in ZEND_FUNCTION() local
1028 static int same_name(const char *key, const char *name, zend_uint name_len) in same_name()
1233 char *name; in ZEND_FUNCTION() local
1276 char *name; in ZEND_FUNCTION() local
1319 char *name; in ZEND_FUNCTION() local
1351 char *name; in ZEND_FUNCTION() local
/PHP-5.4/ext/xsl/
H A Dxsltprocessor.c781 char *string_key, *name, *value, *namespace; in PHP_FUNCTION() local
830 char *name, *namespace; in PHP_FUNCTION() local
855 char *name, *namespace; in PHP_FUNCTION() local
880 char *name; in PHP_FUNCTION() local
/PHP-5.4/main/streams/
H A Dtransports.c52 PHPAPI php_stream *_php_stream_xport_create(const char *name, long namelen, int options, in _php_stream_xport_create()
197 const char *name, long namelen, in php_stream_xport_bind()
225 const char *name, long namelen, in php_stream_xport_connect()
/PHP-5.4/sapi/apache/
H A Dphp_apache.c35 #define SECTION(name) PUTS("<h2>" name "</h2>\n") argument
168 char name[64]; in PHP_MINFO_FUNCTION() local
/PHP-5.4/ext/pdo/
H A Dpdo_sql_parser.c665 char *name, *idxbuf; in pdo_parse_params() local
718 char *name; in pdo_parse_params() local
/PHP-5.4/ext/standard/
H A Ddl.c182 char *name; in php_load_extension() member
201 const char *name; in php_load_extension() local
/PHP-5.4/ext/xmlreader/
H A Dphp_xmlreader.c60 static void xmlreader_register_prop_handler(HashTable *prop_handler, char *name, xmlreader_read_int… in xmlreader_register_prop_handler()
418 char *name; in php_xmlreader_string_arg() local
605 char *name, *ns_uri, *retchar = NULL; in PHP_METHOD() local
685 char *name; in PHP_METHOD() local
746 char *name, *ns_uri; in PHP_METHOD() local
826 char *name = NULL; in PHP_METHOD() local
/PHP-5.4/ext/soap/
H A Dphp_schema.c308 xmlAttrPtr name, ns; in schema_simpleType() local
1060 xmlAttrPtr ns, name, ref = NULL; in schema_group() local
1360 xmlAttrPtr attrs, name, ns; in schema_complexType() local
1489 xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; in schema_element() local
1731 xmlAttrPtr attr, name, ref = NULL, type = NULL; in schema_attribute() local
1948 xmlAttrPtr name, ref = NULL; in schema_attributeGroup() local
2118 char *name = strrchr(attr->ref, ':'); in schema_attribute_fixup() local

Completed in 92 milliseconds

1234567891011