| /PHP_5_4/main/ |
| H A D | SAPI.c | 73 SAPI_API sapi_module_struct sapi_module; variable 83 sapi_module = *sf; 230 if (!sapi_module.default_post_reader) { 233 sapi_module.sapi_error(E_WARNING, "Unsupported content type: '%s'", content_type); 247 if(sapi_module.default_post_reader) { 248 sapi_module.default_post_reader(TSRMLS_C); 266 read_bytes = sapi_module.read_post(SG(request_info).post_data+SG(read_post_bytes), SAPI_POST_BLOCK_SIZE TSRMLS_CC); 408 SG(request_info).cookie_data = sapi_module.read_cookies(TSRMLS_C); 409 if (sapi_module.activate) { 410 sapi_module [all...] |
| /PHP_5_4/sapi/aolserver/ |
| H A D | aolserver.c | 62 sapi_module_struct *sapi_module; member in struct:__anon303 281 php_ns_startup(sapi_module_struct *sapi_module) argument 283 if (php_module_startup(sapi_module, &php_aolserver_module, 1) == FAILURE) { 581 ctx->sapi_module->shutdown(ctx->sapi_module); 603 sapi_module.startup(&aolserver_sapi_module); 610 ctx->sapi_module = &aolserver_sapi_module;
|
| /PHP_5_4/sapi/apache/ |
| H A D | mod_php5.c | 273 if (sapi_module.input_filter(PARSE_SERVER, elts[i].key, &val, val_len, &new_val_len TSRMLS_CC)) { 290 if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &((request_rec *) SG(server_context))->uri, strlen(((request_rec *) SG(server_context))->uri), &new_val_len TSRMLS_CC)) { 298 static int php_apache_startup(sapi_module_struct *sapi_module) argument 300 if (php_module_startup(sapi_module, &apache_module_entry, 1) == FAILURE) {
|
| /PHP_5_4/sapi/apache2filter/ |
| H A D | sapi_apache2.c | 236 if (sapi_module.input_filter(PARSE_SERVER, key, &val, strlen(val), &new_val_len TSRMLS_CC)) { 242 if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &ctx->r->uri, strlen(ctx->r->uri), &new_val_len TSRMLS_CC)) { 319 static int php_apache2_startup(sapi_module_struct *sapi_module) argument 321 if (php_module_startup(sapi_module, &php_apache_module, 1)==FAILURE) {
|
| /PHP_5_4/sapi/apache2handler/ |
| H A D | sapi_apache2.c | 279 if (sapi_module.input_filter(PARSE_SERVER, key, &val, strlen(val), &new_val_len TSRMLS_CC)) { 284 if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &ctx->r->uri, strlen(ctx->r->uri), &new_val_len TSRMLS_CC)) { 346 static int php_apache2_startup(sapi_module_struct *sapi_module) argument 348 if (php_module_startup(sapi_module, &php_apache_module, 1)==FAILURE) {
|
| /PHP_5_4/sapi/apache_hooks/ |
| H A D | mod_php5.c | 421 static int php_apache_startup(sapi_module_struct *sapi_module) argument 423 if (php_module_startup(sapi_module, &apache_module_entry, 1) == FAILURE) {
|
| /PHP_5_4/sapi/caudium/ |
| H A D | caudium.c | 524 static int php_caudium_startup(sapi_module_struct *sapi_module) argument 526 if (php_module_startup(sapi_module, &php_caudium_module, 1)==FAILURE) { 765 sapi_module.startup(&caudium_sapi_module); 781 sapi_module.shutdown(&caudium_sapi_module);
|
| /PHP_5_4/sapi/cli/ |
| H A D | php_cli.c | 348 if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &php_self, len, &len TSRMLS_CC)) { 351 if (sapi_module.input_filter(PARSE_SERVER, "SCRIPT_NAME", &php_self, len, &len TSRMLS_CC)) { 356 if (sapi_module.input_filter(PARSE_SERVER, "SCRIPT_FILENAME", &script_filename, len, &len TSRMLS_CC)) { 359 if (sapi_module.input_filter(PARSE_SERVER, "PATH_TRANSLATED", &script_filename, len, &len TSRMLS_CC)) { 364 if (sapi_module.input_filter(PARSE_SERVER, "DOCUMENT_ROOT", &docroot, len, &len TSRMLS_CC)) { 412 static int php_cli_startup(sapi_module_struct *sapi_module) /* {{{ */ argument 414 if (php_module_startup(sapi_module, NULL, 0)==FAILURE) { 1212 sapi_module_struct *sapi_module = &cli_sapi_module; local 1301 sapi_module = &cli_server_sapi_module; 1309 sapi_module [all...] |
| H A D | php_cli_server.c | 461 static int sapi_cli_server_startup(sapi_module_struct *sapi_module) /* {{{ */ argument 463 if (php_module_startup(sapi_module, &cli_server_module_entry, 1) == FAILURE) { 568 if (sapi_module.input_filter(PARSE_SERVER, (char*)key, &new_val, strlen(val), &new_val_len TSRMLS_CC)) { 1133 if (sapi_module.log_message) { 1134 sapi_module.log_message(buf TSRMLS_CC); 2044 send_header_func = sapi_module.send_headers; 2048 sapi_module.send_headers = sapi_cli_server_discard_headers; 2050 sapi_module.send_headers = send_header_func; 2423 sapi_module.phpinfo_as_text = 0;
|
| /PHP_5_4/sapi/continuity/ |
| H A D | capi.c | 352 static int php_capi_startup(sapi_module_struct *sapi_module); 389 static int php_capi_startup(sapi_module_struct *sapi_module) { argument 390 if(php_module_startup(sapi_module,&continuity_module_entry,1)==FAILURE) {
|
| /PHP_5_4/sapi/embed/ |
| H A D | php_embed.c | 103 static int php_embed_startup(sapi_module_struct *sapi_module) argument 105 if (php_module_startup(sapi_module, NULL, 0)==FAILURE) {
|
| /PHP_5_4/sapi/isapi/ |
| H A D | php5isapi.c | 316 static int php_isapi_startup(sapi_module_struct *sapi_module) argument 318 if (php_module_startup(sapi_module, &php_isapi_module, 1)==FAILURE) { 949 isapi_sapi_module.startup(&sapi_module); 959 isapi_sapi_module.shutdown(&sapi_module);
|
| /PHP_5_4/sapi/milter/ |
| H A D | php_milter.c | 887 static int php_milter_startup(sapi_module_struct *sapi_module) argument 889 if (php_module_startup(sapi_module, &php_milter_module, 1) == FAILURE) { 1037 sapi_module.startup(&milter_sapi_module); 1112 php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
|
| /PHP_5_4/sapi/nsapi/ |
| H A D | nsapi.c | 794 static int php_nsapi_startup(sapi_module_struct *sapi_module) argument 796 if (php_module_startup(sapi_module, &nsapi_module_entry, 1)==FAILURE) {
|
| /PHP_5_4/sapi/phttpd/ |
| H A D | phttpd.c | 44 php_phttpd_startup(sapi_module_struct *sapi_module) argument 48 if (php_module_startup(sapi_module, NULL, 0)) {
|
| /PHP_5_4/sapi/pi3web/ |
| H A D | pi3web_sapi.c | 202 static int php_pi3web_startup(sapi_module_struct *sapi_module) argument 204 if (php_module_startup(sapi_module, &php_pi3web_module, 1)==FAILURE) {
|
| /PHP_5_4/sapi/roxen/ |
| H A D | roxen.c | 474 static int php_roxen_startup(sapi_module_struct *sapi_module) argument 476 if(php_module_startup(sapi_module, &php_roxen_module, 1) == FAILURE) {
|
| /PHP_5_4/sapi/thttpd/ |
| H A D | thttpd.c | 352 static int php_thttpd_startup(sapi_module_struct *sapi_module) argument 355 if (php_module_startup(sapi_module, &php_thttpd_module, 1) == FAILURE) { 357 if (php_module_startup(sapi_module) == FAILURE
|
| /PHP_5_4/sapi/tux/ |
| H A D | php_tux.c | 256 static int php_tux_startup(sapi_module_struct *sapi_module) argument 258 if (php_module_startup(sapi_module, NULL, 0)==FAILURE) {
|
| /PHP_5_4/sapi/webjames/ |
| H A D | webjames.c | 269 static int php_webjames_startup(sapi_module_struct *sapi_module) argument 271 if(php_module_startup(sapi_module, &php_webjames_module, 1) == FAILURE) { 278 static sapi_module_struct sapi_module = { variable 319 sapi_startup(&sapi_module); 320 sapi_module.startup(&sapi_module); 328 sapi_module.shutdown(&sapi_module);
|
| /PHP_5_4/sapi/litespeed/ |
| H A D | lsapi_main.c | 92 static int php_lsapi_startup(sapi_module_struct *sapi_module) argument 94 if (php_module_startup(sapi_module, NULL, 0)==FAILURE) { 97 argv0 = sapi_module->executable_location; 722 php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); 724 php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
|
| /PHP_5_4/sapi/cgi/ |
| H A D | cgi_main.c | 622 if (sapi_module.input_filter(filter_arg, var, &val, strlen(val), &new_val_len TSRMLS_CC)) { 711 if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &php_self, php_self_len, &php_self_len TSRMLS_CC)) { 720 if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &php_self, php_self_len, &php_self_len TSRMLS_CC)) { 935 static int php_cgi_startup(sapi_module_struct *sapi_module) argument 937 if (php_module_startup(sapi_module, &cgi_module_entry, 1) == FAILURE) { 2223 php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); 2225 php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
|
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 609 if (sapi_module.input_filter(filter_arg, var, val, strlen(*val), &new_val_len TSRMLS_CC)) { 643 if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &php_self, php_self_len, &php_self_len TSRMLS_CC)) { 650 if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &php_self, php_self_len, &php_self_len TSRMLS_CC)) { 854 static int php_cgi_startup(sapi_module_struct *sapi_module) argument 856 if (php_module_startup(sapi_module, &cgi_module_entry, 1) == FAILURE) { 1724 php_printf("PHP %s (%s) (built: %s %s) (DEBUG)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version()); 1726 php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 1997-2013 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, get_zend_version());
|