Home
last modified time | relevance | path

Searched defs:type (Results 51 – 75 of 213) sorted by last modified time

123456789

/PHP-5.5/ext/standard/
H A Dhttp.c32 zval *type, char *arg_sep, int enc_type TSRMLS_DC) in php_url_encode_hash_ex()
H A Dimage.c1018 char *type; in php_get_xbm() local
H A Dincomplete_class.c57 static zval *incomplete_class_get_property(zval *object, zval *member, int type, const zend_literal… in incomplete_class_get_property()
75 static zval **incomplete_class_get_property_ptr_ptr(zval *object, zval *member, int type, const zen… in incomplete_class_get_property_ptr_ptr()
H A Ddns.c361 int type = T_MX, i; in PHP_FUNCTION() local
435 u_short type, class, dlen; in php_parserr() local
784 int type, first_query = 1, store_results = 1; in PHP_FUNCTION() local
1000 u_short type, weight; in PHP_FUNCTION() local
H A Dfile.c1127 int result, format_len, type, argc = 0; in PHP_FUNCTION() local
H A Ddl.c102 PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC) in php_load_extension()
198 unsigned char type; in php_load_extension() member
265 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
283 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
H A Ddns_win32.c97 int type = DNS_TYPE_MX; in PHP_FUNCTION() local
143 int type; in php_parserr() local
354 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
H A Dexec.c103 PHPAPI int php_exec(int type, char *cmd, zval *array, zval *return_value TSRMLS_DC) in php_exec()
H A Dfilestat.c849 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val… in php_stat()
H A Dcrypt_sha256.c23 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
H A Dcrypt_sha512.c22 # define __alignof__(type) offsetof (struct { char c; type member;}, member) argument
/PHP-5.5/ext/sqlite3/
H A Dphp_sqlite3_structs.h44 long type; member
/PHP-5.5/ext/spl/
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()
H A Dspl_directory.h71 SPL_FS_OBJ_TYPE type; member
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()
/PHP-5.5/ext/sockets/
H A Dsockets.c1126 long length, type = PHP_BINARY_READ; local
2089 long domain, type, protocol; local
2216 int type; local
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
/PHP-5.5/ext/soap/
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)
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

Completed in 111 milliseconds

123456789