Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 26 – 50 of 386) sorted by last modified time

12345678910>>...16

/PHP-5.5/sapi/caudium/
H A Dcaudium.c212 php_caudium_low_ub_write(const char *str, uint str_length TSRMLS_DC) { in php_caudium_low_ub_write()
242 php_caudium_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_caudium_sapi_ub_write()
338 sapi_headers_struct *sapi_headers TSRMLS_DC) in php_caudium_sapi_header_handler()
360 php_caudium_low_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_caudium_low_send_headers()
386 php_caudium_sapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_caudium_sapi_send_headers()
423 php_caudium_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_caudium_sapi_read_post()
481 INLINE static void low_sapi_caudium_register_variables(zval *track_vars_array TSRMLS_DC) in low_sapi_caudium_register_variables()
518 static void sapi_caudium_register_variables(zval *track_vars_array TSRMLS_DC) in sapi_caudium_register_variables()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c224 static int module_name_cmp(const void *a, const void *b TSRMLS_DC) in module_name_cmp()
245 static int print_extension_info(zend_extension *ext, void *arg TSRMLS_DC) in print_extension_info()
288 static int sapi_cgi_ub_write(const char *str, uint str_length TSRMLS_DC) in sapi_cgi_ub_write()
307 static int sapi_fcgi_ub_write(const char *str, uint str_length TSRMLS_DC) in sapi_fcgi_ub_write()
506 static int sapi_cgi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_cgi_read_post()
522 static int sapi_fcgi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_fcgi_read_post()
539 static char *sapi_cgi_getenv(char *name, size_t name_len TSRMLS_DC) in sapi_cgi_getenv()
544 static char *sapi_fcgi_getenv(char *name, size_t name_len TSRMLS_DC) in sapi_fcgi_getenv()
660 static void sapi_cgi_register_variables(zval *track_vars_array TSRMLS_DC) in sapi_cgi_register_variables()
726 static void sapi_cgi_log_message(char *message TSRMLS_DC) in sapi_cgi_log_message()
[all …]
H A Dfastcgi.c331 static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg TSRMLS_DC) in fcgi_hash_apply()
1505 void fcgi_loadenv(fcgi_request *req, fcgi_apply_func func, zval *array TSRMLS_DC)
/PHP-5.5/sapi/apache/
H A Dmod_php5.c95 static int sapi_apache_ub_write(const char *str, uint str_length TSRMLS_DC) in sapi_apache_ub_write()
125 static int sapi_apache_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_apache_read_post()
221 static int sapi_apache_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_apache_send_headers()
254 static void sapi_apache_register_server_variables(zval *track_vars_array TSRMLS_DC) in sapi_apache_register_server_variables()
310 static void php_apache_log_message(char *message TSRMLS_DC) in php_apache_log_message()
380 static char *php_apache_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_getenv()
392 static int sapi_apache_get_fd(int *nfd TSRMLS_DC) in sapi_apache_get_fd()
423 static int sapi_apache_get_target_uid(uid_t *obj TSRMLS_DC) in sapi_apache_get_target_uid()
432 static int sapi_apache_get_target_gid(gid_t *obj TSRMLS_DC) in sapi_apache_get_target_gid()
567 static int php_apache_alter_ini_entries(php_per_dir_entry *per_dir_entry TSRMLS_DC) in php_apache_alter_ini_entries()
[all …]
H A Dsapi_apache.c28 int apache_php_module_main(request_rec *r, int display_source_mode TSRMLS_DC) in apache_php_module_main()
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c46 static request_rec *php_apache_lookup_uri(char *filename TSRMLS_DC) in php_apache_lookup_uri()
H A Dsapi_apache2.c67 php_apache_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_apache_sapi_ub_write()
94 …pi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC) in php_apache_sapi_header_handler()
146 php_apache_sapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_apache_sapi_send_headers()
156 php_apache_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_apache_sapi_read_post()
214 php_apache_sapi_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_sapi_getenv()
225 php_apache_sapi_register_variables(zval *track_vars_array TSRMLS_DC) in php_apache_sapi_register_variables()
285 static void php_apache_sapi_log_message(char *msg TSRMLS_DC) in php_apache_sapi_log_message()
397 static void php_apache_request_ctor(ap_filter_t *f, php_struct *ctx TSRMLS_DC) in php_apache_request_ctor()
441 static void php_apache_request_dtor(ap_filter_t *f TSRMLS_DC) in php_apache_request_dtor()
715 static size_t php_apache_read_stream(void *handle, char *buf, size_t wantlen TSRMLS_DC) in php_apache_read_stream()
[all …]
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c59 static request_rec *php_apache_lookup_uri(char *filename TSRMLS_DC) in php_apache_lookup_uri()
H A Dsapi_apache2.c76 php_apache_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_apache_sapi_ub_write()
92 …pi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC) in php_apache_sapi_header_handler()
154 php_apache_sapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_apache_sapi_send_headers()
184 php_apache_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_apache_sapi_read_post()
253 php_apache_sapi_getenv(char *name, size_t name_len TSRMLS_DC) in php_apache_sapi_getenv()
268 php_apache_sapi_register_variables(zval *track_vars_array TSRMLS_DC) in php_apache_sapi_register_variables()
316 static void php_apache_sapi_log_message(char *msg TSRMLS_DC) in php_apache_sapi_log_message()
329 static void php_apache_sapi_log_message_ex(char *msg, request_rec *r TSRMLS_DC) in php_apache_sapi_log_message_ex()
471 static int php_apache_request_ctor(request_rec *r, php_struct *ctx TSRMLS_DC) in php_apache_request_ctor()
505 static void php_apache_request_dtor(request_rec *r TSRMLS_DC) in php_apache_request_dtor()
[all …]
/PHP-5.5/sapi/aolserver/
H A Daolserver.c89 php_ns_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_ns_sapi_ub_write()
114 …s_sapi_header_handler(sapi_header_struct *sapi_header, sapi_headers_struct *sapi_headers TSRMLS_DC) in php_ns_sapi_header_handler()
148 php_ns_sapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_ns_sapi_send_headers()
165 php_ns_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_ns_sapi_read_post()
304 php_ns_sapi_register_variables(zval *track_vars_array TSRMLS_DC) in php_ns_sapi_register_variables()
/PHP-5.5/main/streams/
H A Dstreams.c773 PHPAPI int _php_stream_eof(php_stream *stream TSRMLS_DC) in _php_stream_eof()
790 PHPAPI int _php_stream_putc(php_stream *stream, int c TSRMLS_DC) in _php_stream_putc()
800 PHPAPI int _php_stream_getc(php_stream *stream TSRMLS_DC) in _php_stream_getc()
810 PHPAPI int _php_stream_puts(php_stream *stream, char *buf TSRMLS_DC) in _php_stream_puts()
885 size_t *returned_len TSRMLS_DC) in _php_stream_get_line()
1005 size_t delim_len TSRMLS_DC) in _php_stream_search_delim()
1268 PHPAPI off_t _php_stream_tell(php_stream *stream TSRMLS_DC) in _php_stream_tell()
1650 int php_init_stream_wrappers(int module_number TSRMLS_DC) in php_init_stream_wrappers()
1677 int php_shutdown_stream_wrappers(int module_number TSRMLS_DC) in php_shutdown_stream_wrappers()
1716 PHPAPI int php_unregister_url_stream_wrapper(char *protocol TSRMLS_DC) in php_unregister_url_stream_wrapper()
[all …]
H A Dtransports.c32 PHPAPI int php_stream_xport_register(char *protocol, php_stream_transport_factory factory TSRMLS_DC) in php_stream_xport_register()
37 PHPAPI int php_stream_xport_unregister(char *protocol TSRMLS_DC) in php_stream_xport_unregister()
58 STREAMS_DC TSRMLS_DC) in _php_stream_xport_create()
198 char **error_text in php_stream_xport_bind()
229 int *error_code in php_stream_xport_connect()
288 char **error_text in php_stream_xport_accept()
325 void **addr, socklen_t *addrlen in php_stream_xport_get_name()
375 PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate TSRMLS_DC) in php_stream_xport_crypto_enable()
398 long flags, void **addr, socklen_t *addrlen, char **textaddr, int *textaddrlen in php_stream_xport_recvfrom()
468 long flags, void *addr, socklen_t addrlen TSRMLS_DC) in php_stream_xport_sendto()
[all …]
H A Duserspace.c73 static void stream_wrapper_dtor(zend_rsrc_list_entry *rsrc TSRMLS_DC) in stream_wrapper_dtor()
441 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opendir()
621 static size_t php_userstreamop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_userstreamop_write()
675 static size_t php_userstreamop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_userstreamop_read()
754 static int php_userstreamop_close(php_stream *stream, int close_handle TSRMLS_DC) in php_userstreamop_close()
780 static int php_userstreamop_flush(php_stream *stream TSRMLS_DC) in php_userstreamop_flush()
890 static int statbuf_from_array(zval *array, php_stream_statbuf *ssb TSRMLS_DC) in statbuf_from_array()
935 static int php_userstreamop_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) in php_userstreamop_stat()
1515 static size_t php_userstreamop_readdir(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_userstreamop_readdir()
1553 static int php_userstreamop_closedir(php_stream *stream, int close_handle TSRMLS_DC) in php_userstreamop_closedir()
[all …]
H A Dxp_socket.c144 static size_t php_sockop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_sockop_read()
175 static int php_sockop_close(php_stream *stream, int close_handle TSRMLS_DC) in php_sockop_close()
214 static int php_sockop_flush(php_stream *stream TSRMLS_DC) in php_sockop_flush()
223 static int php_sockop_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) in php_sockop_stat()
234 struct sockaddr *addr, socklen_t addrlen in sock_sendto()
247 struct sockaddr **addr, socklen_t *addrlen in sock_recvfrom()
412 static int php_sockop_cast(php_stream *stream, int castas, void **ret TSRMLS_DC) in php_sockop_cast()
569 php_stream_xport_param *xparam TSRMLS_DC) in php_tcp_sockop_bind()
616 php_stream_xport_param *xparam TSRMLS_DC) in php_tcp_sockop_connect()
705 php_stream_xport_param *xparam STREAMS_DC TSRMLS_DC) in php_tcp_sockop_accept()
[all …]
H A Dcast.c200 PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, int show_err TSRMLS_DC) in _php_stream_cast()
354 …_open_wrapper_as_file(char *path, char *mode, int options, char **opened_path STREAMS_DC TSRMLS_DC) in _php_stream_open_wrapper_as_file()
377 …tream_make_seekable(php_stream *origstream, php_stream **newstream, int flags STREAMS_DC TSRMLS_DC) in _php_stream_make_seekable()
H A Dfilter.c52 PHPAPI int php_stream_filter_unregister_factory(const char *filterpattern TSRMLS_DC) in php_stream_filter_unregister_factory()
117 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_make_writeable()
182 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_delref()
206 …d php_stream_bucket_append(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_append()
224 PHPAPI void php_stream_bucket_unlink(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_unlink()
309 PHPAPI void php_stream_filter_free(php_stream_filter *filter TSRMLS_DC) in php_stream_filter_free()
332 …oid _php_stream_filter_prepend(php_stream_filter_chain *chain, php_stream_filter *filter TSRMLS_DC) in _php_stream_filter_prepend()
337 …nt php_stream_filter_append_ex(php_stream_filter_chain *chain, php_stream_filter *filter TSRMLS_DC) in php_stream_filter_append_ex()
418 …void _php_stream_filter_append(php_stream_filter_chain *chain, php_stream_filter *filter TSRMLS_DC) in _php_stream_filter_append()
431 PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish TSRMLS_DC) in _php_stream_filter_flush()
[all …]
H A Dglob_wrapper.c50 PHPAPI char* _php_glob_stream_get_path(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC in _php_glob_stream_get_path()
72 …* _php_glob_stream_get_pattern(php_stream *stream, int copy, int *plen STREAMS_DC TSRMLS_DC) /* {{… in _php_glob_stream_get_pattern()
94 PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags STREAMS_DC TSRMLS_DC) /* {{{ … in _php_glob_stream_get_count()
112 …lob_stream_path_split(glob_s_t *pglob, char *path, int get_path, char **p_file TSRMLS_DC) /* {{{ */ in php_glob_stream_path_split()
140 static size_t php_glob_stream_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) /* {{{ */ in php_glob_stream_read()
164 static int php_glob_stream_close(php_stream *stream, int close_handle TSRMLS_DC) /* {{{ */ in php_glob_stream_close()
183 …lob_stream_rewind(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) /* {{{ */ in php_glob_stream_rewind()
210 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_glob_stream_opener()
H A Dmemory.c49 static size_t php_stream_memory_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_stream_memory_write()
85 static size_t php_stream_memory_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_stream_memory_read()
110 static int php_stream_memory_close(php_stream *stream, int close_handle TSRMLS_DC) in php_stream_memory_close()
125 static int php_stream_memory_flush(php_stream *stream TSRMLS_DC) in php_stream_memory_flush()
198 static int php_stream_memory_cast(php_stream *stream, int castas, void **ret TSRMLS_DC) in php_stream_memory_cast()
293 PHPAPI php_stream *_php_stream_memory_create(int mode STREAMS_DC TSRMLS_DC) in _php_stream_memory_create()
363 static size_t php_stream_temp_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_stream_temp_write()
393 static size_t php_stream_temp_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_stream_temp_read()
414 static int php_stream_temp_close(php_stream *stream, int close_handle TSRMLS_DC) in php_stream_temp_close()
439 static int php_stream_temp_flush(php_stream *stream TSRMLS_DC) in php_stream_temp_flush()
[all …]
H A Dmmap.c25 …ream, size_t offset, size_t length, php_stream_mmap_operation_t mode, size_t *mapped_len TSRMLS_DC) in _php_stream_mmap_range()
49 PHPAPI int _php_stream_mmap_unmap(php_stream *stream TSRMLS_DC) in _php_stream_mmap_unmap()
54 PHPAPI int _php_stream_mmap_unmap_ex(php_stream *stream, off_t readden TSRMLS_DC) in _php_stream_mmap_unmap_ex()
H A Dplain_wrapper.c205 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC TSRMLS_DC) in _php_stream_fopen_tmpfile()
270 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_file()
321 static size_t php_stdiop_write(php_stream *stream, const char *buf, size_t count TSRMLS_DC) in php_stdiop_write()
344 static size_t php_stdiop_read(php_stream *stream, char *buf, size_t count TSRMLS_DC) in php_stdiop_read()
405 static int php_stdiop_close(php_stream *stream, int close_handle TSRMLS_DC) in php_stdiop_close()
466 static int php_stdiop_flush(php_stream *stream TSRMLS_DC) in php_stdiop_flush()
512 static int php_stdiop_cast(php_stream *stream, int castas, void **ret TSRMLS_DC) in php_stdiop_cast()
570 static int php_stdiop_stat(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC) in php_stdiop_stat()
864 static int php_plain_files_dirstream_close(php_stream *stream, int close_handle TSRMLS_DC) in php_plain_files_dirstream_close()
886 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_dir_opener()
[all …]
/PHP-5.5/main/
H A Dphp_ini.c77 static void php_ini_displayer_cb(zend_ini_entry *ini_entry, int type TSRMLS_DC) in php_ini_displayer_cb()
124 static int php_ini_displayer(zend_ini_entry *ini_entry, int module_number TSRMLS_DC) in php_ini_displayer()
152 static int php_ini_available(zend_ini_entry *ini_entry, int *module_number_available TSRMLS_DC) in php_ini_available()
348 static void php_load_php_extension_cb(void *arg TSRMLS_DC) in php_load_php_extension_cb()
358 static void php_load_zend_extension_cb(void *arg TSRMLS_DC) in php_load_zend_extension_cb()
754 … php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash TSRMLS_DC) in php_parse_user_ini_file()
786 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC) in php_ini_activate_config()
814 PHPAPI void php_ini_activate_per_dir_config(char *path, uint path_len TSRMLS_DC)
865 PHPAPI void php_ini_activate_per_host_config(const char *host, uint host_len TSRMLS_DC)
H A Dphp_open_temporary_file.c97 …c int php_do_open_temporary_file(const char *path, const char *pfx, char **opened_path_p TSRMLS_DC) in php_do_open_temporary_file()
275 …_ex(const char *dir, const char *pfx, char **opened_path_p, zend_bool open_basedir_check TSRMLS_DC) in php_open_temporary_fd_ex()
307 PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) in php_open_temporary_fd()
312 …API FILE *php_open_temporary_file(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC) in php_open_temporary_file()
H A Dphp_ticks.c64 static void php_tick_iterator(void *data, void *arg TSRMLS_DC) in php_tick_iterator()
H A Dphp_variables.c36 PHPAPI void php_register_variable(char *var, char *strval, zval *track_vars_array TSRMLS_DC) in php_register_variable()
418 void _php_import_environment_variables(zval *array_ptr TSRMLS_DC) in _php_import_environment_variables()
444 zend_bool php_std_auto_global_callback(char *name, uint name_len TSRMLS_DC) in php_std_auto_global_callback()
452 static void php_build_argv(char *s, zval *track_vars_array TSRMLS_DC) in php_build_argv()
579 static void php_autoglobal_merge(HashTable *dest, HashTable *src TSRMLS_DC) in php_autoglobal_merge()
633 static zend_bool php_auto_globals_create_get(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_get()
656 static zend_bool php_auto_globals_create_post(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_post()
683 static zend_bool php_auto_globals_create_cookie(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_cookie()
706 static zend_bool php_auto_globals_create_files(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_files()
742 static zend_bool php_auto_globals_create_server(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_server()
[all …]
H A Drfc1867.c88 static void normalize_protected_variable(char *varname TSRMLS_DC) /* {{{ */ in normalize_protected_variable()
146 static void add_protected_variable(char *varname TSRMLS_DC) /* {{{ */ in add_protected_variable()
155 static zend_bool is_protected_variable(char *varname TSRMLS_DC) /* {{{ */ in is_protected_variable()
190 static int unlink_filename(char **filename TSRMLS_DC) /* {{{ */ in unlink_filename()
236 static int fill_buffer(multipart_buffer *self TSRMLS_DC) in fill_buffer()
272 static int multipart_buffer_eof(multipart_buffer *self TSRMLS_DC) in multipart_buffer_eof()
282 static multipart_buffer *multipart_buffer_new(char *boundary, int boundary_len TSRMLS_DC) in multipart_buffer_new()
357 static char *get_line(multipart_buffer *self TSRMLS_DC) in get_line()
381 static int find_boundary(multipart_buffer *self, char *boundary TSRMLS_DC) in find_boundary()
533 static char *php_ap_getword_conf(const zend_encoding *encoding, char *str TSRMLS_DC) in php_ap_getword_conf()
[all …]

Completed in 127 milliseconds

12345678910>>...16