Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 126 – 150 of 386) sorted by last modified time

12345678910>>...16

/PHP-5.5/ext/sockets/
H A Dsockaddr_conv.c16 int php_set_inet6_addr(struct sockaddr_in6 *sin6, char *string, php_socket *php_sock TSRMLS_DC) /* … in php_set_inet6_addr()
85 int php_set_inet_addr(struct sockaddr_in *sin, char *string, php_socket *php_sock TSRMLS_DC) /* {{{… in php_set_inet_addr()
115 …r(php_sockaddr_storage *ss, socklen_t *ss_len, char *string, php_socket *php_sock TSRMLS_DC) /* {{… in php_set_inet46_addr()
/PHP-5.5/ext/soap/
H A Dsoap.c572 static void php_soap_init_globals(zend_soap_globals *soap_globals TSRMLS_DC) in php_soap_init_globals()
992 static HashTable* soap_create_typemap(sdlPtr sdl, HashTable *ht TSRMLS_DC) in soap_create_typemap()
2064 static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, soapHeader *hdr TSRMLS_DC)
2113 … void soap_server_fault(char* code, char* string, char *actor, zval* details, char* name TSRMLS_DC)
2554 … xmlDoc *request, char *location, char *action, int version, int one_way, zval *response TSRMLS_DC)
2634 TSRMLS_DC)
2838 static void verify_soap_headers_array(HashTable *ht TSRMLS_DC)
3262 static void clear_soap_fault(zval *obj TSRMLS_DC)
3269 …t(zval *obj, char *fault_code, char *fault_string, char *fault_actor, zval *fault_detail TSRMLS_DC)
3333 …rameters(xmlNodePtr params, sdlFunctionPtr function, int *num_params, zval ***parameters TSRMLS_DC)
[all …]
H A Dphp_http.c35 int proxy_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) in proxy_authentication()
64 int basic_authentication(zval* this_ptr, smart_str* soap_headers TSRMLS_DC) in basic_authentication()
98 smart_str* soap_headers TSRMLS_DC) in http_context_headers()
163 …val* this_ptr, php_url *phpurl, int use_ssl, php_stream_context *context, int *use_proxy TSRMLS_DC) in http_connect()
340 int *buffer_len TSRMLS_DC) in make_http_soap_request()
1371 …_http_body(php_stream *stream, int close, char *headers, char **response, int *out_size TSRMLS_DC) in get_http_body()
1505 static int get_http_headers(php_stream *stream, char **response, int *out_size TSRMLS_DC) in get_http_headers()
H A Dphp_packet_soap.c25 …nt buffer_size, sdlFunctionPtr fn, char *fn_name, zval *return_value, zval *soap_headers TSRMLS_DC) in parse_packet_soap()
H A Dphp_schema.c98 …ma_load_file(sdlCtx *ctx, xmlAttrPtr ns, xmlChar *location, xmlAttrPtr tns, int import TSRMLS_DC) { in schema_load_file()
163 int load_schema(sdlCtx *ctx, xmlNodePtr schema TSRMLS_DC) in load_schema()
H A Dphp_sdl.c229 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri TSRMLS_DC) in sdl_set_uri_credentials()
311 void sdl_restore_uri_credentials(sdlCtx *ctx TSRMLS_DC) in sdl_restore_uri_credentials()
321 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include TSRMLS_DC) in load_wsdl_ex()
731 static sdlPtr load_wsdl(zval *this_ptr, char *struri TSRMLS_DC) in load_wsdl()
1533 …atic sdlPtr get_sdl_from_cache(const char *fn, const char *uri, time_t t, time_t *cached TSRMLS_DC) in get_sdl_from_cache()
2110 static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, sdlPtr sdl TSRMLS_DC) in add_sdl_to_cache()
2950 static sdlPtr make_persistent_sdl(sdlPtr sdl TSRMLS_DC) in make_persistent_sdl()
3189 sdlPtr get_sdl(zval *this_ptr, char *uri, long cache_wsdl TSRMLS_DC) in get_sdl()
H A Dphp_xml.c80 xmlDocPtr soap_xmlParseFile(const char *filename TSRMLS_DC) in soap_xmlParseFile()
H A Dphp_encoding.c361 static zval* soap_find_xml_ref(xmlNodePtr node TSRMLS_DC) in soap_find_xml_ref()
593 zval *master_to_zval(encodePtr encode, xmlNodePtr data TSRMLS_DC) in master_to_zval()
658 zval *to_zval_user(encodeTypePtr type, xmlNodePtr node TSRMLS_DC) in to_zval_user()
1070 static zval *to_zval_long(encodeTypePtr type, xmlNodePtr data TSRMLS_DC) in to_zval_long()
1161 static zval *to_zval_bool(encodeTypePtr type, xmlNodePtr data TSRMLS_DC) in to_zval_bool()
1212 static zval *to_zval_null(encodeTypePtr type, xmlNodePtr data TSRMLS_DC) in to_zval_null()
1243 static zval* get_zval_property(zval* object, char* name TSRMLS_DC) in get_zval_property()
1278 static void unset_zval_property(zval* object, char* name TSRMLS_DC) in unset_zval_property()
1295 static void model_to_zval_any(zval *ret, xmlNodePtr node TSRMLS_DC) in model_to_zval_any()
2216 TSRMLS_DC) in add_xml_array_elements()
[all …]
/PHP-5.5/ext/snmp/
H A Dsnmp.c469 static void php_snmp_session_destructor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_snmp_session_destructor()
475 static void php_snmp_object_free_storage(void *object TSRMLS_DC) in php_snmp_object_free_storage()
490 static zend_object_value php_snmp_object_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in php_snmp_object_new()
1267 static int netsnmp_session_set_auth_protocol(struct snmp_session *s, char *prot TSRMLS_DC) in netsnmp_session_set_auth_protocol()
1285 static int netsnmp_session_set_sec_protocol(struct snmp_session *s, char *prot TSRMLS_DC) in netsnmp_session_set_sec_protocol()
1305 static int netsnmp_session_gen_auth_key(struct snmp_session *s, char *pass TSRMLS_DC) in netsnmp_session_gen_auth_key()
1321 static int netsnmp_session_gen_sec_key(struct snmp_session *s, char *pass TSRMLS_DC) in netsnmp_session_gen_sec_key()
2108 static HashTable *php_snmp_get_properties(zval *object TSRMLS_DC) in php_snmp_get_properties()
2138 static int php_snmp_read_info(php_snmp_object *snmp_object, zval **retval TSRMLS_DC) in php_snmp_read_info()
2170 static int php_snmp_read_max_oids(php_snmp_object *snmp_object, zval **retval TSRMLS_DC) in php_snmp_read_max_oids()
[all …]
/PHP-5.5/ext/simplexml/
H A Dphp_simplexml_exports.h46 php_sxe_fetch_object(zval *object TSRMLS_DC) in php_sxe_fetch_object()
H A Dsimplexml.c408 static void change_node_zval(xmlNodePtr node, zval *value TSRMLS_DC) in change_node_zval()
982 static void sxe_dimension_delete(zval *object, zval *offset TSRMLS_DC) in sxe_dimension_delete()
1208 static HashTable * sxe_get_properties(zval *object TSRMLS_DC) /* {{{ */ in sxe_get_properties()
1772 static int cast_object(zval *object, int type, char *contents TSRMLS_DC) in cast_object()
1941 static zval *sxe_get_value(zval *z TSRMLS_DC) /* {{{ */ in sxe_get_value()
1988 sxe_object_clone(void *object, void **clone_ptr TSRMLS_DC) in sxe_object_clone()
2053 static void sxe_object_free_storage(void *object TSRMLS_DC) in sxe_object_free_storage()
2090 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce TSRMLS_DC) in php_sxe_object_new()
2136 php_sxe_register_object(php_sxe_object *intern TSRMLS_DC) in php_sxe_register_object()
2150 sxe_object_new(zend_class_entry *ce TSRMLS_DC) in sxe_object_new()
[all …]
/PHP-5.5/ext/session/
H A Dmod_user.c47 static zval *ps_call_handler(zval *func, int argc, zval **argv TSRMLS_DC) in ps_call_handler()
H A Dsession.c144 PHPAPI void php_add_session_var(char *name, size_t namelen TSRMLS_DC) /* {{{ */ in php_add_session_var()
163 …ssion_var(char *name, size_t namelen, zval *state_val, php_unserialize_data_t *var_hash TSRMLS_DC)… in php_set_session_var()
171 PHPAPI int php_get_session_var(char *name, size_t namelen, zval ***state_var TSRMLS_DC) /* {{{ */ in php_get_session_var()
201 static char *php_session_encode(int *newlen TSRMLS_DC) /* {{{ */ in php_session_encode()
219 static int php_session_decode(const char *val, int vallen TSRMLS_DC) /* {{{ */ in php_session_decode()
H A Dmod_files.c121 static void ps_files_open(ps_files *data, const char *key TSRMLS_DC) in ps_files_open()
186 static int ps_files_cleanup_dir(const char *dirname, int maxlifetime TSRMLS_DC) in ps_files_cleanup_dir()
239 static int ps_files_key_exists(ps_files *data, const char *key TSRMLS_DC) in ps_files_key_exists()
H A Dmod_mm.c211 static int ps_mm_key_exists(ps_mm *data, const char *key TSRMLS_DC) in ps_mm_key_exists()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c254 static zend_function *_copy_function(zend_function *fptr TSRMLS_DC) /* {{{ */ in _copy_function()
272 static void _free_function(zend_function *fptr TSRMLS_DC) /* {{{ */ in _free_function()
284 static void reflection_free_objects_storage(void *object TSRMLS_DC) /* {{{ */ in reflection_free_objects_storage()
336 static zval * reflection_instantiate(zend_class_entry *pce, zval *object TSRMLS_DC) /* {{{ */ in reflection_instantiate()
357 static void _class_string(string *str, zend_class_entry *ce, zval *obj, char *indent TSRMLS_DC) in _class_string()
654 static void _const_string(string *str, char *name, zval *value, char *indent TSRMLS_DC) in _const_string()
1037 static void _extension_string(string *str, zend_module_entry *module, char *indent TSRMLS_DC) in _extension_string()
1191 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object TSRMLS_DC) in zend_reflection_class_factory()
1208 static void reflection_extension_factory(zval *object, const char *name_str TSRMLS_DC) in reflection_extension_factory()
1947 static int _zval_array_to_c_array(zval **arg, zval ****params TSRMLS_DC) /* {{{ */ in _zval_array_to_c_array()
[all …]
/PHP-5.5/ext/pspell/
H A Dpspell.c223 static void php_pspell_close_config(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_pspell_close_config()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c82 static size_t readline_shell_write(const char *str, uint str_length TSRMLS_DC) /* {{{ */ in readline_shell_write()
100 static int readline_shell_ub_write(const char *str, uint str_length TSRMLS_DC) /* {{{ */ in readline_shell_ub_write()
110 static void cli_readline_init_globals(zend_cli_readline_globals *rg TSRMLS_DC) in cli_readline_init_globals()
137 static char *cli_get_prompt(char *block, char prompt TSRMLS_DC) /* {{{ */ in cli_get_prompt()
207 static int cli_is_valid_code(char *code, int len, char **prompt TSRMLS_DC) /* {{{ */ in cli_is_valid_code()
409 …ator_ht(const char *text, int textlen, int *state, HashTable *ht, void **pData TSRMLS_DC) /* {{{ */ in cli_completion_generator_ht()
435 static char *cli_completion_generator_var(const char *text, int textlen, int *state TSRMLS_DC) /* {… in cli_completion_generator_var()
449 static char *cli_completion_generator_ini(const char *text, int textlen, int *state TSRMLS_DC) /* {… in cli_completion_generator_ini()
463 …letion_generator_func(const char *text, int textlen, int *state, HashTable *ht TSRMLS_DC) /* {{{ */ in cli_completion_generator_func()
475 static char *cli_completion_generator_class(const char *text, int textlen, int *state TSRMLS_DC) /*… in cli_completion_generator_class()
[all …]
/PHP-5.5/ext/phar/
H A Dzip.c42 static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry, php_uint16 len TSRMLS_DC)… in phar_zip_process_extra()
166 …fname_len, char *alias, int alias_len, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */ in phar_parse_zipfile()
722 …t alias_len, int is_data, int options, phar_archive_data** pphar, char **error TSRMLS_DC) /* {{{ */ in phar_open_or_create_zip()
766 static int phar_zip_changed_apply(void *data, void *arg TSRMLS_DC) /* {{{ */ in phar_zip_changed_apply()
1080 smart_str *metadata TSRMLS_DC) /* {{{ */ in phar_zip_applysignature()
1157 …r_archive_data *phar, char *user_stub, long len, int defaultstub, char **error TSRMLS_DC) /* {{{ */ in phar_zip_flush()
H A Dutil.c45 static char *phar_get_link_location(phar_entry_info *entry TSRMLS_DC) /* {{{ */ in phar_get_link_location()
64 phar_entry_info *phar_get_link_source(phar_entry_info *entry TSRMLS_DC) /* {{{ */ in phar_get_link_source()
90 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC) /* {{{ */ in phar_get_efp()
631 int phar_open_archive_fp(phar_archive_data *phar TSRMLS_DC) /* {{{ */ in phar_open_archive_fp()
652 int phar_copy_entry_fp(phar_entry_info *source, phar_entry_info *dest, char **error TSRMLS_DC) /* {… in phar_copy_entry_fp()
696 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links TSRMLS_DC) /* {{{ */ in phar_open_entry_fp()
865 int phar_separate_entry_fp(phar_entry_info *entry, char **error TSRMLS_DC) /* {{{ */ in phar_separate_entry_fp()
943 int phar_free_alias(phar_archive_data *phar, char *alias, int alias_len TSRMLS_DC) /* {{{ */ in phar_free_alias()
1397 static int phar_hex_str(const char *digest, size_t digest_len, char **signature TSRMLS_DC) /* {{{ */ in phar_hex_str()
2028 static void phar_copy_cached_phar(phar_archive_data **pphar TSRMLS_DC) /* {{{ */
[all …]
H A Dphar_internal.h364 static inline php_stream *phar_get_entrypfp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypfp()
372 static inline php_stream *phar_get_entrypufp(phar_entry_info *entry TSRMLS_DC) in phar_get_entrypufp()
380 static inline void phar_set_entrypfp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypfp()
390 static inline void phar_set_entrypufp(phar_entry_info *entry, php_stream *fp TSRMLS_DC) in phar_set_entrypufp()
400 static inline php_stream *phar_get_pharfp(phar_archive_data *phar TSRMLS_DC) in phar_get_pharfp()
408 static inline php_stream *phar_get_pharufp(phar_archive_data *phar TSRMLS_DC) in phar_get_pharufp()
416 static inline void phar_set_pharfp(phar_archive_data *phar, php_stream *fp TSRMLS_DC) in phar_set_pharfp()
426 static inline void phar_set_pharufp(phar_archive_data *phar, php_stream *fp TSRMLS_DC) in phar_set_pharufp()
450 static inline enum phar_fp_type phar_get_fp_type(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_type()
458 static inline off_t phar_get_fp_offset(phar_entry_info *entry TSRMLS_DC) in phar_get_fp_offset()
[all …]
H A Dphar_object.c39 static int phar_file_type(HashTable *mimes, char *file, char **mime_type TSRMLS_DC) /* {{{ */ in phar_file_type()
333 static void phar_do_403(char *entry, int entry_len TSRMLS_DC) /* {{{ */ in phar_do_403()
1099 static void phar_spl_foreign_dtor(spl_filesystem_object *object TSRMLS_DC) /* {{{ */ in phar_spl_foreign_dtor()
1114 static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_filesystem_object *dst TSRMLS_DC in phar_spl_foreign_clone()
1418 static int phar_build(zend_object_iterator *iter, void *puser TSRMLS_DC) /* {{{ */ in phar_build()
1974 static int phar_copy_file_contents(phar_entry_info *entry, php_stream *fp TSRMLS_DC) /* {{{ */ in phar_copy_file_contents()
3139 static int phar_set_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_set_compression()
3156 static int phar_test_compression(void *pDest, void *argument TSRMLS_DC) /* {{{ */ in phar_test_compression()
3180 static void pharobj_set_compression(HashTable *manifest, php_uint32 compress TSRMLS_DC) /* {{{ */ in pharobj_set_compression()
3186 static int pharobj_cancompress(HashTable *manifest TSRMLS_DC) /* {{{ */ in pharobj_cancompress()
[all …]
H A Dstream.c59 …parse_url(php_stream_wrapper *wrapper, char *filename, char *mode, int options TSRMLS_DC) /* {{{ */ in phar_parse_url()
348 static int phar_stream_close(php_stream *stream, int close_handle TSRMLS_DC) /* {{{ */ in phar_stream_close()
359 static size_t phar_stream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) /* {{{ */ in phar_stream_read()
390 …phar_stream_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) /* {{{ … in phar_stream_seek()
434 static size_t phar_stream_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) /* {{{… in phar_stream_write()
457 static int phar_stream_flush(php_stream *stream TSRMLS_DC) /* {{{ */ in phar_stream_flush()
481 …rchive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, zend_bool is_temp_dir TSRMLS_DC) in phar_dostat()
549 static int phar_stream_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) /* {{{ */ in phar_stream_stat()
567 php_stream_statbuf *ssb, php_stream_context *context TSRMLS_DC) /* {{{ */ in phar_wrapper_stat()
689 …link(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC) /… in phar_wrapper_unlink()
[all …]
H A Dstub.h21 …ex_php, const char *web, size_t *len, char **stub, const int name_len, const int web_len TSRMLS_DC) in phar_get_stub()
/PHP-5.5/ext/posix/
H A Dposix.c696 static int php_posix_stream_get_fd(zval *zfp, int *fd TSRMLS_DC) /* {{{ */ in php_posix_stream_get_fd()
1214 static int posix_addlimit(int limit, char *name, zval *return_value TSRMLS_DC) { in posix_addlimit()

Completed in 160 milliseconds

12345678910>>...16