Searched defs:server_context (Results 1 – 11 of 11) sorted by relevance
93 static void php_embed_flush(void *server_context) in php_embed_flush()100 static void php_embed_send_header(sapi_header_struct *sapi_header, void *server_context) in php_embed_send_header()
74 static void fuzzer_flush(void *server_context) in fuzzer_flush()79 static void send_header(sapi_header_struct *sapi_header, void *server_context) in send_header()
300 static void sapi_cli_flush(void *server_context) /* {{{ */ in sapi_cli_flush()390 static void sapi_cli_send_header(sapi_header_struct *sapi_header, void *server_context) /* {{{ */ in sapi_cli_send_header()
527 static void sapi_cli_server_flush(void *server_context) /* {{{ */ in sapi_cli_server_flush()
288 php_apache_sapi_flush(void *server_context) in php_apache_sapi_flush()
350 static void sapi_cgi_flush(void *server_context) in sapi_cgi_flush()357 static void sapi_fcgi_flush(void *server_context) in sapi_fcgi_flush()
133 void *server_context; member
734 static void php_sapi_phpdbg_send_header(sapi_header_struct *sapi_header, void *server_context) /* {… in php_sapi_phpdbg_send_header()
162 static void sapi_lsapi_flush(void * server_context) in sapi_lsapi_flush()
284 static void sapi_cgibin_flush(void *server_context) /* {{{ */ in sapi_cgibin_flush()
4587 static void preload_flush(void *server_context)4602 static void preload_send_header(sapi_header_struct *sapi_header, void *server_context)
Completed in 54 milliseconds