Home
last modified time | relevance | path

Searched defs:TSRMLS_DC (Results 376 – 386 of 386) sorted by path

1...<<111213141516

/PHP-5.5/sapi/milter/
H A Dphp_milter.c862 static int sapi_milter_ub_write(const char *str, uint str_length TSRMLS_DC) in sapi_milter_ub_write()
871 static void sapi_milter_register_variables(zval *track_vars_array TSRMLS_DC) in sapi_milter_register_variables()
876 static int sapi_milter_post_read(char *buf, uint count_bytes TSRMLS_DC) in sapi_milter_post_read()
886 static int sapi_milter_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_milter_send_headers()
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c453 static int sapi_nsapi_ub_write(const char *str, unsigned int str_length TSRMLS_DC) in sapi_nsapi_ub_write()
493 static int php_nsapi_remove_header(sapi_header_struct *sapi_header TSRMLS_DC) in php_nsapi_remove_header()
518 …pi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_nsapi_header_handler()
568 static int sapi_nsapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_nsapi_send_headers()
591 static int sapi_nsapi_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_nsapi_read_post()
658 static void sapi_nsapi_register_server_variables(zval *track_vars_array TSRMLS_DC) in sapi_nsapi_register_server_variables()
778 static void nsapi_log_message(char *message TSRMLS_DC) in nsapi_log_message()
845 static void nsapi_php_ini_entries(NSLS_D TSRMLS_DC) in nsapi_php_ini_entries()
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c56 php_phttpd_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_phttpd_sapi_ub_write()
70 …d_sapi_header_handler(sapi_header_struct *sapi_header, sapi_headers_struct *sapi_headers TSRMLS_DC) in php_phttpd_sapi_header_handler()
97 php_phttpd_sapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_phttpd_sapi_send_headers()
129 php_phttpd_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_phttpd_sapi_read_post()
184 php_phttpd_request_ctor(TSRMLS_D TSRMLS_DC) in php_phttpd_request_ctor()
235 php_phttpd_request_dtor(TSRMLS_D TSRMLS_DC) in php_phttpd_request_dtor()
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c123 static int zend_pi3web_ub_write(const char *str, uint str_length TSRMLS_DC) in zend_pi3web_ub_write()
139 …pi3web_header_handler(sapi_header_struct *sapi_header, sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_pi3web_header_handler()
145 static void accumulate_header_length(sapi_header_struct *sapi_header, uint *total_length TSRMLS_DC) in accumulate_header_length()
151 static void concat_header(sapi_header_struct *sapi_header, char **combined_headers_ptr TSRMLS_DC) in concat_header()
162 static int sapi_pi3web_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_pi3web_send_headers()
212 static int sapi_pi3web_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_pi3web_read_post()
266 static void init_request_info(LPCONTROL_BLOCK lpCB TSRMLS_DC) in init_request_info()
280 static void sapi_pi3web_register_variables(zval *track_vars_array TSRMLS_DC) in sapi_pi3web_register_variables()
/PHP-5.5/sapi/roxen/
H A Droxen.c214 php_roxen_low_ub_write(const char *str, uint str_length TSRMLS_DC) { in php_roxen_low_ub_write()
245 php_roxen_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_roxen_sapi_ub_write()
327 sapi_headers_struct *sapi_headers TSRMLS_DC) in php_roxen_sapi_header_handler()
349 php_roxen_low_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_roxen_low_send_headers()
378 php_roxen_sapi_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in php_roxen_sapi_send_headers()
417 php_roxen_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_roxen_sapi_read_post()
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c67 static int sapi_thttpd_ub_write(const char *str, uint str_length TSRMLS_DC) in sapi_thttpd_ub_write()
106 static int do_writev(struct iovec *vec, int nvec, int len TSRMLS_DC) in do_writev()
173 static int sapi_thttpd_send_headers(sapi_headers_struct *sapi_headers TSRMLS_DC) in sapi_thttpd_send_headers()
248 static int sapi_thttpd_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_thttpd_read_post()
272 static void sapi_thttpd_register_variables(zval *track_vars_array TSRMLS_DC) in sapi_thttpd_register_variables()
365 static int sapi_thttpd_get_fd(int *nfd TSRMLS_DC)
410 static void thttpd_module_main(int show_source TSRMLS_DC)
656 static off_t thttpd_real_php_request(httpd_conn *hc, int show_source TSRMLS_DC)
/PHP-5.5/sapi/tux/
H A Dphp_tux.c52 static int sapi_tux_ub_write(const char *str, uint str_length TSRMLS_DC) in sapi_tux_ub_write()
191 static void sapi_tux_register_variables(zval *track_vars_array TSRMLS_DC) in sapi_tux_register_variables()
/PHP-5.5/sapi/webjames/
H A Dwebjames.c42 static int sapi_webjames_ub_write(const char *str, uint str_length TSRMLS_DC) in sapi_webjames_ub_write()
64 …tic void sapi_webjames_send_header(sapi_header_struct *sapi_header, void *server_context TSRMLS_DC) in sapi_webjames_send_header()
87 static int sapi_webjames_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_webjames_read_post()
116 static void sapi_webjames_register_variables(zval *track_vars_array TSRMLS_DC) in sapi_webjames_register_variables()
/PHP-5.5/win32/
H A Dglobals.c31 void php_win32_core_globals_ctor(void *vg TSRMLS_DC) in php_win32_core_globals_ctor()
37 void php_win32_core_globals_dtor(void *vg TSRMLS_DC) in php_win32_core_globals_dtor()
H A Dregistry.c172 void UpdateIniFromRegistry(char *path TSRMLS_DC) in UpdateIniFromRegistry()
H A Dsendmail.c154 static char *php_win32_mail_trim_header(char *header TSRMLS_DC) in php_win32_mail_trim_header()
215 char *mailCc, char *mailBcc, char *mailRPath TSRMLS_DC) in TSendMail()
383 char *headers, char *headers_lc, char **error_message TSRMLS_DC) in SendText()
685 static int PostHeader(char *RPath, char *Subject, char *mailTo, char *xheaders TSRMLS_DC) in PostHeader()

Completed in 31 milliseconds

1...<<111213141516