Home
last modified time | relevance | path

Searched defs:type (Results 126 – 150 of 213) sorted by path

123456789

/PHP-5.5/ext/phar/
H A Dfunc_interceptors.c442 static void phar_fancy_stat(struct stat *stat_sb, int type, zval *return_value TSRMLS_DC) in phar_fancy_stat()
611 static void phar_file_stat(const char *filename, php_stat_len filename_length, int type, void (*ori… in phar_file_stat()
H A Dphar_internal.h436 static inline void phar_set_fp_type(phar_entry_info *entry, enum phar_fp_type type, off_t offset TS… in phar_set_fp_type()
479 char type; member
H A Dphar_object.c1954 long type; in PHP_METHOD() local
/PHP-5.5/ext/pspell/
H A Dpspell.c464 int type, ind; in PHP_FUNCTION() local
494 int type, word_len; in PHP_FUNCTION() local
521 int type; in PHP_FUNCTION() local
636 int type; in PHP_FUNCTION() local
660 int type; in PHP_FUNCTION() local
754 int type; in PHP_FUNCTION() local
775 int type; in PHP_FUNCTION() local
802 int type; in PHP_FUNCTION() local
822 int type; in pspell_config_path() local
871 int type; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c656 char *type; in _const_string() local
/PHP-5.5/ext/shmop/
H A Dshmop.c243 int type; in PHP_FUNCTION() local
281 int type; in PHP_FUNCTION() local
299 int type; in PHP_FUNCTION() local
316 int type; in PHP_FUNCTION() local
351 int type; in PHP_FUNCTION() local
/PHP-5.5/ext/simplexml/
H A Dphp_simplexml.h67 SXE_ITER type; member
H A Dsimplexml.c392 static zval * sxe_property_read(zval *object, zval *member, int type, const zend_literal *key TSRML… in sxe_property_read()
703 SXE_ITER type; in sxe_property_get_adr() local
1772 static int cast_object(zval *object, int type, char *contents TSRMLS_DC) in cast_object()
/PHP-5.5/ext/snmp/
H A Dphp_snmp.h114 char type; member
H A Dsnmp.c514 static void php_snmp_error(zval *object, const char *docref TSRMLS_DC, int type, const char *format… in php_snmp_error()
970 …oid(zval *object, int st, struct objid_query *objid_query, zval **oid, zval **type, zval **value T… in php_snmp_parse_oid()
1428 zval **oid, **value, **type; in php_snmp() local
1978 zval *php_snmp_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_D… in php_snmp_read_property()
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php229 function getResults($test = 'base', $type = 'php', $wsdl = 0) {
342 function compareResult($expect, $result, $type = NULL)
H A Dclient_round2_params.php25 var $type = 'php'; variable in SOAP_Test
148 function soap_value($name, $value, $type, $type_name=NULL, $type_ns=NULL) {
/PHP-5.5/ext/soap/
H A Dphp_encoding.c277 static encodePtr find_encoder_by_type_name(sdlPtr sdl, const char *type) in find_encoder_by_type_name()
658 zval *to_zval_user(encodeTypePtr type, xmlNodePtr node TSRMLS_DC) in to_zval_user()
2209 sdlTypePtr type, in add_xml_array_elements()
2585 char *type, *end, *ns; in to_zval_array() local
2606 char *type, *ns; in to_zval_array() local
2639 char *type, *end; in to_zval_array() local
3102 sdlTypePtr *type; in to_xml_list() local
3281 sdlTypePtr type; in sdl_guess_convert_zval() local
3345 sdlTypePtr type; in sdl_guess_convert_xml() local
3462 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type()
[all …]
H A Dphp_encoding.h177 int type; member
H A Dphp_http.c1333 static char *get_http_header_value(char *headers, char *type) in get_http_header_value()
H A Dphp_schema.c418 char *type, *ns; in schema_list() local
501 char *type, *ns; in schema_union() local
643 char *type, *ns; in schema_restriction_simpleContent() local
748 char *type, *ns; in schema_restriction_complexContent() local
873 char *type, *ns; in schema_extension_simpleContent() local
928 char *type, *ns; in schema_extension_complexContent() local
1077 char *type, *ns; in schema_group() local
1512 char *type, *ns; in schema_element() local
2293 sdlTypePtr *type; in schema_pass2() local
2386 sdlTypePtr type = *((sdlTypePtr*)data); in delete_type() local
[all …]
H A Dphp_sdl.c49 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_encoder_from_prefix()
70 static sdlTypePtr get_element(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_element()
110 encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type) in get_encoder()
180 sdlBindingPtr get_binding_from_type(sdlPtr sdl, int type) in get_binding_from_type()
686 xmlAttrPtr element, type, name; in wsdl_message() local
764 xmlAttrPtr type, name, bindingAttr, location; in load_wsdl() local
1185 #define WSDL_CACHE_GET(ret,type,buf) memcpy(&ret,*buf,sizeof(type)); *buf += sizeof(type); argument
1187 #define WSDL_CACHE_GET_1(ret,type,buf) ret = (type)(**buf); (*buf)++; argument
1320 static void sdl_deserialize_type(sdlTypePtr type, sdlTypePtr *types, encodePtr *encoders, char **in) in sdl_deserialize_type()
1827 static void sdl_serialize_type_ref(sdlTypePtr type, HashTable *tmp_types, smart_str *out) { in sdl_serialize_type_ref()
[all …]
H A Dphp_soap.h102 int type; member
H A Dsoap.c953 zval *data, *type; in PHP_METHOD() local
3008 sdlTypePtr *type; local
4705 static void type_to_string(sdlTypePtr type, smart_str *buf, int level)
/PHP-5.5/ext/sockets/
H A Dconversions.c856 type; in from_zval_write_control() local
H A Dphp_sockets.h59 int type; member
H A Dsendrecvmsg.c97 #define PUT_ENTRY(sizev, var_size, calc, from, to, level, type) \ in init_ancillary_registry() argument
276 type, in PHP_FUNCTION() local
H A Dsockets.c1126 long length, type = PHP_BINARY_READ; local
2089 long domain, type, protocol; local
2216 int type; local
/PHP-5.5/ext/spl/
H A Dspl_array.c844 static zval *spl_array_read_property(zval *object, zval *member, int type, const zend_literal *key … in spl_array_read_property()
867 static zval **spl_array_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_liter… in spl_array_get_property_ptr_ptr()
H A Dspl_directory.c467 …pl_filesystem_object_create_type(int ht, spl_filesystem_object *source, int type, zend_class_entry… in spl_filesystem_object_create_type()

Completed in 195 milliseconds

123456789