Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 51 – 75 of 386) sorted by last modified time

12345678910>>...16

/PHP-5.5/main/
H A Dmain.c609 PHPAPI void php_log_err(char *log_message TSRMLS_DC) in php_log_err()
669 PHPAPI int php_write(void *buf, uint size TSRMLS_DC) in php_write()
938 PHPAPI void php_html_puts(const char *str, uint size TSRMLS_DC) in php_html_puts()
1301 static void php_zend_stream_closer(void *handle TSRMLS_DC) /* {{{ */ in php_zend_stream_closer()
1314 static size_t php_zend_stream_fsizer(void *handle TSRMLS_DC) /* {{{ */ in php_zend_stream_fsizer()
1478 void php_on_timeout(int seconds TSRMLS_DC) in php_on_timeout()
1880 static void core_globals_ctor(php_core_globals *core_globals TSRMLS_DC) in core_globals_ctor()
1891 static void core_globals_dtor(php_core_globals *core_globals TSRMLS_DC) in core_globals_dtor()
2427 PHPAPI int php_execute_script(zend_file_handle *primary_file TSRMLS_DC) in php_execute_script()
2598 PHPAPI int php_handle_auth_data(const char *auth TSRMLS_DC) in php_handle_auth_data()
[all …]
H A Dmergesort.c105 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort()
265 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… in setup()
336 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void * T… in insertionsort()
H A Dnetwork.c169 …getaddresses(const char *host, int socktype, struct sockaddr ***sal, char **error_string TSRMLS_DC) in php_network_getaddresses()
424 int socktype, char **error_string, int *error_code
507 …ork_address_with_port(const char *addr, long addrlen, struct sockaddr *sa, socklen_t *sl TSRMLS_DC)
601 socklen_t *addrlen
665 socklen_t *addrlen
685 socklen_t *addrlen
719 int *error_code
770 int *error_code, char *bindto, unsigned short bindport
1038 …hp_stream_sock_open_from_socket(php_socket_t socket, const char *persistent_id STREAMS_DC TSRMLS_D…
1063 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC TSRMLS_DC)
[all …]
H A Doutput.c216 PHPAPI void php_output_set_status(int status TSRMLS_DC) in php_output_set_status()
236 PHPAPI int php_output_write_unbuffered(const char *str, size_t len TSRMLS_DC) in php_output_write_unbuffered()
257 PHPAPI int php_output_write(const char *str, size_t len TSRMLS_DC) in php_output_write()
386 PHPAPI int php_output_get_contents(zval *p TSRMLS_DC) in php_output_get_contents()
399 PHPAPI int php_output_get_length(zval *p TSRMLS_DC) in php_output_get_length()
552 PHPAPI int php_output_handler_start(php_output_handler *handler TSRMLS_DC) in php_output_handler_start()
716 PHPAPI void php_output_handler_dtor(php_output_handler *handler TSRMLS_DC) in php_output_handler_dtor()
733 PHPAPI void php_output_handler_free(php_output_handler **h TSRMLS_DC) in php_output_handler_free()
745 PHPAPI void php_output_set_implicit_flush(int flush TSRMLS_DC) in php_output_set_implicit_flush()
773 static inline int php_output_lock_error(int op TSRMLS_DC) in php_output_lock_error()
[all …]
H A DSAPI.c60 static void sapi_globals_ctor(sapi_globals_struct *sapi_globals TSRMLS_DC) in sapi_globals_ctor()
67 static void sapi_globals_dtor(sapi_globals_struct *sapi_globals TSRMLS_DC) in sapi_globals_dtor()
186 SAPI_API void sapi_handle_post(void *arg TSRMLS_DC) in sapi_handle_post()
363 SAPI_API size_t sapi_apply_default_charset(char **mimetype, size_t len TSRMLS_DC) in sapi_apply_default_charset()
582 static void sapi_update_response_code(int ncode TSRMLS_DC) in sapi_update_response_code()
667 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg TSRMLS_DC) in sapi_header_op()
941 SAPI_API int sapi_register_post_entry(sapi_post_entry *post_entry TSRMLS_DC) in sapi_register_post_entry()
1012 SAPI_API char *sapi_getenv(char *name, size_t name_len TSRMLS_DC) in sapi_getenv()
1033 SAPI_API int sapi_get_fd(int *fd TSRMLS_DC) in sapi_get_fd()
1052 SAPI_API int sapi_get_target_uid(uid_t *obj TSRMLS_DC) in sapi_get_target_uid()
[all …]
H A Dfopen_wrappers.c142 PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path TSRMLS_DC)
286 PHPAPI int php_check_open_basedir(const char *path TSRMLS_DC)
293 PHPAPI int php_check_open_basedir_ex(const char *path, int warn TSRMLS_DC)
342 …LE *php_fopen_and_set_opened_path(const char *path, const char *mode, char **opened_path TSRMLS_DC)
359 PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle TSRMLS_DC)
473 PHPAPI char *php_resolve_path(const char *filename, int filename_length, const char *path TSRMLS_DC)
611 …n_with_path(const char *filename, const char *mode, const char *path, char **opened_path TSRMLS_DC)
730 PHPAPI char *expand_filepath(const char *filepath, char *real_path TSRMLS_DC)
738 …x(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len TSRMLS_DC)
746 …ath, char *real_path, const char *relative_to, size_t relative_to_len, int realpath_mode TSRMLS_DC)
/PHP-5.5/ext/zlib/
H A Dzlib.c65 …tic int php_zlib_output_conflict_check(const char *handler_name, size_t handler_name_len TSRMLS_DC) in php_zlib_output_conflict_check()
256 static void php_zlib_output_handler_context_dtor(void *opaq TSRMLS_DC) in php_zlib_output_handler_context_dtor()
270 …ler_init(const char *handler_name, size_t handler_name_len, size_t chunk_size, int flags TSRMLS_DC) in php_zlib_output_handler_init()
317 …st char *in_buf, size_t in_len, char **out_buf, size_t *out_len, int encoding, int level TSRMLS_DC) in php_zlib_encode()
406 …ar *in_buf, size_t in_len, char **out_buf, size_t *out_len, int encoding, size_t max_len TSRMLS_DC) in php_zlib_decode()
H A Dzlib_filter.c60 int flags in php_zlib_inflate_filter()
157 static void php_zlib_inflate_dtor(php_stream_filter *thisfilter TSRMLS_DC) in php_zlib_inflate_dtor()
185 int flags in php_zlib_deflate_filter()
266 static void php_zlib_deflate_dtor(php_stream_filter *thisfilter TSRMLS_DC) in php_zlib_deflate_dtor()
287 …ilter *php_zlib_filter_create(const char *filtername, zval *filterparams, int persistent TSRMLS_DC) in php_zlib_filter_create()
H A Dzlib_fopen_wrapper.c33 static size_t php_gziop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_gziop_read()
47 static size_t php_gziop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_gziop_write()
57 static int php_gziop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) in php_gziop_seek()
72 static int php_gziop_close(php_stream *stream, int close_handle TSRMLS_DC) in php_gziop_close()
92 static int php_gziop_flush(php_stream *stream TSRMLS_DC) in php_gziop_flush()
110 char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_gzopen()
/PHP-5.5/ext/zip/
H A Dzip_stream.c31 static size_t php_zip_ops_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_zip_ops_read()
58 static size_t php_zip_ops_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_zip_ops_write()
69 static int php_zip_ops_close(php_stream *stream, int close_handle TSRMLS_DC) in php_zip_ops_close()
90 static int php_zip_ops_flush(php_stream *stream TSRMLS_DC) in php_zip_ops_flush()
100 static int php_zip_ops_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) /* {{{ */ in php_zip_ops_stat()
188 php_stream *php_stream_zip_open(char *filename, char *path, char *mode STREAMS_DC TSRMLS_DC) in php_stream_zip_open()
242 php_stream_context *context STREAMS_DC TSRMLS_DC) in php_stream_zip_opener()
H A Dphp_zip.c138 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len TSRMLS_DC) in php_zip_extract_file()
440 static int php_zip_status(struct zip *za TSRMLS_DC) /* {{{ */ in php_zip_status()
449 static int php_zip_status_sys(struct zip *za TSRMLS_DC) /* {{{ */ in php_zip_status_sys()
458 static int php_zip_get_num_files(struct zip *za TSRMLS_DC) /* {{{ */ in php_zip_get_num_files()
464 static char * php_zipobj_get_filename(ze_zip_object *obj TSRMLS_DC) /* {{{ */ in php_zipobj_get_filename()
478 static char * php_zipobj_get_zip_comment(struct zip *za, int *len TSRMLS_DC) /* {{{ */ in php_zipobj_get_zip_comment()
1026 static HashTable *php_zip_get_properties(zval *object TSRMLS_DC)/* {{{ */ in php_zip_get_properties()
1060 static void php_zip_object_free_storage(void *object TSRMLS_DC) /* {{{ */ in php_zip_object_free_storage()
1105 static zend_object_value php_zip_object_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in php_zip_object_new()
1144 static void php_zip_free_dir(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_zip_free_dir()
[all …]
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c108 static char *php_xsl_xslt_string_to_xpathexpr(const char *str TSRMLS_DC) in php_xsl_xslt_string_to_xpathexpr()
134 static char **php_xsl_xslt_make_params(HashTable *parht, int xpath_params TSRMLS_DC) in php_xsl_xslt_make_params()
484 …y_stylesheet(zval *id, xsl_object *intern, xsltStylesheetPtr style, zval *docp TSRMLS_DC) /* {{{ */ in php_xsl_apply_stylesheet()
H A Dphp_xsl.c114 zend_object_value xsl_objects_new(zend_class_entry *class_type TSRMLS_DC) in xsl_objects_new()
210 static void xsl_object_set_data(void *obj, zval *wrapper TSRMLS_DC) in xsl_object_set_data()
217 void php_xsl_set_object(zval *wrapper, void *obj TSRMLS_DC) in php_xsl_set_object()
228 …l_create_object(xsltStylesheetPtr obj, int *found, zval *wrapper_in, zval *return_value TSRMLS_DC) in php_xsl_create_object()
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c93 static void xmlwriter_free_resource_ptr(xmlwriter_object *intern TSRMLS_DC) in xmlwriter_free_resource_ptr()
125 static void xmlwriter_object_free_storage(void *object TSRMLS_DC) in xmlwriter_object_free_storage()
143 static zend_object_value xmlwriter_object_new(zend_class_entry *class_type TSRMLS_DC) in xmlwriter_object_new()
602 …mlwriter_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len TSRMLS_DC) { in _xmlwriter_get_valid_file_path()
677 static void *php_xmlwriter_streams_IO_open_write_wrapper(const char *filename TSRMLS_DC) in php_xmlwriter_streams_IO_open_write_wrapper()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c267 static void destroy_server_data(xmlrpc_server_data *server TSRMLS_DC) in destroy_server_data()
284 static void xmlrpc_server_destructor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in xmlrpc_server_destructor()
520 static XMLRPC_VALUE PHP_to_XMLRPC_worker (const char* key, zval* in_val, int depth TSRMLS_DC) in PHP_to_XMLRPC_worker()
633 static XMLRPC_VALUE PHP_to_XMLRPC(zval* root_val TSRMLS_DC) in PHP_to_XMLRPC()
/PHP-5.5/ext/xml/
H A Dxml.c422 static void xml_parser_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in xml_parser_dtor()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c60 …reader_read_int_t read_int_func, xmlreader_read_const_char_t read_char_func, int rettype TSRMLS_DC) in xmlreader_register_prop_handler()
72 …reader_property_reader(xmlreader_object *obj, xmlreader_prop_handler *hnd, zval **retval TSRMLS_DC) in xmlreader_property_reader()
116 …eader_get_property_ptr_ptr(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in xmlreader_get_property_ptr_ptr()
150 …l *xmlreader_read_property(zval *object, zval *member, int type, const zend_literal *key TSRMLS_DC) in xmlreader_read_property()
193 …mlreader_write_property(zval *object, zval *member, zval *value, const zend_literal *key TSRMLS_DC) in xmlreader_write_property()
230 …mlreader_get_valid_file_path(char *source, char *resolved_path, int resolved_path_len TSRMLS_DC) { in _xmlreader_get_valid_file_path()
280 xmlRelaxNGValidityWarningFunc warn_func TSRMLS_DC) in _xmlreader_get_relaxNG()
378 void xmlreader_objects_free_storage(void *object TSRMLS_DC) in xmlreader_objects_free_storage()
391 zend_object_value xmlreader_objects_new(zend_class_entry *class_type TSRMLS_DC) in xmlreader_objects_new()
/PHP-5.5/ext/wddx/
H A Dwddx.c251 static void release_wddx_packet_rsrc(zend_rsrc_list_entry *rsrc TSRMLS_DC) in release_wddx_packet_rsrc()
405 static void php_wddx_serialize_string(wddx_packet *packet, zval *var TSRMLS_DC) in php_wddx_serialize_string()
630 void php_wddx_serialize_var(wddx_packet *packet, zval *var, char *name, int name_len TSRMLS_DC) in php_wddx_serialize_var()
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.c104 static void tokenize(zval *return_value TSRMLS_DC) in tokenize()
/PHP-5.5/ext/tidy/
H A Dtidy.c493 static int _php_tidy_set_tidy_opt(TidyDoc doc, char *optname, zval *value TSRMLS_DC) in _php_tidy_set_tidy_opt()
654 static void tidy_object_free_storage(void *object TSRMLS_DC) in tidy_object_free_storage()
675 zend_object_value *retval, tidy_obj_type objtype TSRMLS_DC) in tidy_object_new()
718 static zend_object_value tidy_object_new_node(zend_class_entry *class_type TSRMLS_DC) in tidy_object_new_node()
725 static zend_object_value tidy_object_new_doc(zend_class_entry *class_type TSRMLS_DC) in tidy_object_new_doc()
732 static zval * tidy_instanciate(zend_class_entry *pce, zval *object TSRMLS_DC) in tidy_instanciate()
745 static int tidy_doc_cast_handler(zval *in, zval *out, int type TSRMLS_DC) in tidy_doc_cast_handler()
778 static int tidy_node_cast_handler(zval *in, zval *out, int type TSRMLS_DC) in tidy_node_cast_handler()
815 static void tidy_doc_update_properties(PHPTidyObj *obj TSRMLS_DC) in tidy_doc_update_properties()
1008 static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options TSRMLS_DC) in _php_tidy_apply_config_array()
[all …]
/PHP-5.5/ext/sysvshm/
H A Dsysvshm.c125 static void php_release_sysvshm(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_release_sysvshm()
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c216 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type TSRMLS_DC) in tag_arg()
339 …ic inline void xx_mainloop(url_adapt_state_ex_t *ctx, const char *newdata, size_t newlen TSRMLS_DC) in xx_mainloop()
908 …_url(const char *url, size_t urllen, const char *name, const char *value, size_t *newlen TSRMLS_DC) in php_url_scanner_adapt_single_url()
931 …c char *url_adapt_ext(const char *src, size_t srclen, size_t *newlen, zend_bool do_flush TSRMLS_DC) in url_adapt_ext()
981 …char *output, uint output_len, char **handled_output, uint *handled_output_len, int mode TSRMLS_DC) in php_url_scanner_output_handler()
1012 …_url_scanner_add_var(char *name, int name_len, char *value, int value_len, int urlencode TSRMLS_DC) in php_url_scanner_add_var()
H A Duser_filters.c138 static void userfilter_dtor(php_stream_filter *thisfilter TSRMLS_DC) in userfilter_dtor()
172 TSRMLS_DC) in userfilter_filter()
284 zval *filterparams, int persistent TSRMLS_DC) in user_filter_factory_create()
H A Dvar.c38 static int php_array_element_dump(zval **zv TSRMLS_DC, int num_args, va_list args, zend_hash_key *h… in php_array_element_dump()
56 static int php_object_property_dump(zval **zv TSRMLS_DC, int num_args, va_list args, zend_hash_key … in php_object_property_dump()
87 PHPAPI void php_var_dump(zval **struc, int level TSRMLS_DC) /* {{{ */ in php_var_dump()
189 static int zval_array_element_dump(zval **zv TSRMLS_DC, int num_args, va_list args, zend_hash_key *… in zval_array_element_dump()
242 PHPAPI void php_debug_zval_dump(zval **struc, int level TSRMLS_DC) /* {{{ */ in php_debug_zval_dump()
416 PHPAPI void php_var_export_ex(zval **struc, int level, smart_str *buf TSRMLS_DC) /* {{{ */ in php_var_export_ex()
509 PHPAPI void php_var_export(zval **struc, int level TSRMLS_DC) /* {{{ */ in php_var_export()
546 static inline int php_add_var_hash(HashTable *var_hash, zval *var, void *var_old TSRMLS_DC) /* {{{ … in php_add_var_hash()
603 static inline zend_bool php_var_serialize_class_name(smart_str *buf, zval *struc TSRMLS_DC) /* {{{ … in php_var_serialize_class_name()
709 static void php_var_serialize_intern(smart_str *buf, zval *struc, HashTable *var_hash TSRMLS_DC) /*… in php_var_serialize_intern()
[all …]
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c309 static void php_free_sybase_result(zend_rsrc_list_entry *rsrc TSRMLS_DC) in php_free_sybase_result()
324 static void _close_sybase_link(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_sybase_link()
359 static void _close_sybase_plink(zend_rsrc_list_entry *rsrc TSRMLS_DC) in _close_sybase_plink()
411 static int _call_message_handler(zval *callback_name, CS_SERVERMSG *srvmsg TSRMLS_DC) in _call_message_handler()
629 …(sybase_link *sybase, char *host, char *user, char *passwd, char *charset, char *appname TSRMLS_DC) in php_sybase_do_connect_internal()
937 inline static int php_sybase_connection_id(zval *sybase_link_index, int *id TSRMLS_DC) in php_sybase_connection_id()
1090 static int php_sybase_finish_results(sybase_result *result TSRMLS_DC) in php_sybase_finish_results()
1194 static int php_sybase_fetch_result_row(sybase_result *result, int numrows TSRMLS_DC) in php_sybase_fetch_result_row()
1296 …se_result * php_sybase_fetch_result_set(sybase_link *sybase_ptr, int buffered, int store TSRMLS_DC) in php_sybase_fetch_result_set()

Completed in 131 milliseconds

12345678910>>...16