| /PHP_5_3/ext/session/ |
| H A D | mod_mm.c | 263 int mod_name_len = strlen(sapi_module.name); 287 memcpy(ps_mm_path + save_path_len, sapi_module.name, mod_name_len);
|
| /PHP_5_3/ext/standard/ |
| H A D | credits.c | 30 if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) { 34 if (!sapi_module.phpinfo_as_text) { 52 if (!sapi_module.phpinfo_as_text) { 126 if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) {
|
| H A D | dl.c | 76 if ((strncmp(sapi_module.name, "cgi", 3) != 0) && 77 (strcmp(sapi_module.name, "cli") != 0) && 78 (strncmp(sapi_module.name, "embed", 5) != 0)
|
| H A D | info.c | 63 #define SECTION(name) if (!sapi_module.phpinfo_as_text) { \ 95 if (!sapi_module.phpinfo_as_text) { 111 if (!sapi_module.phpinfo_as_text) { 153 if (!sapi_module.phpinfo_as_text) { 164 if (!sapi_module.phpinfo_as_text) { 175 if (!sapi_module.phpinfo_as_text) { 181 if (!sapi_module.phpinfo_as_text) { 192 if (!sapi_module.phpinfo_as_text) { 203 if (!sapi_module.phpinfo_as_text) { 213 if (!sapi_module [all...] |
| H A D | php_fopen_wrapper.c | 88 } else if (sapi_module.read_post) { 89 read_bytes = sapi_module.read_post(buf, count TSRMLS_CC); 222 if (!strcmp(sapi_module.name, "cli")) { 235 if (!strcmp(sapi_module.name, "cli")) { 248 if (!strcmp(sapi_module.name, "cli")) { 266 if (strcmp(sapi_module.name, "cli")) {
|
| /PHP_5_3/main/ |
| H A D | SAPI.c | 71 SAPI_API sapi_module_struct sapi_module; variable 77 sapi_module = *sf; 172 if (!sapi_module.default_post_reader) { 175 sapi_module.sapi_error(E_WARNING, "Unsupported content type: '%s'", content_type); 189 if(sapi_module.default_post_reader) { 190 sapi_module.default_post_reader(TSRMLS_C); 208 read_bytes = sapi_module.read_post(SG(request_info).post_data+SG(read_post_bytes), SAPI_POST_BLOCK_SIZE TSRMLS_CC); 324 SG(request_info).cookie_data = sapi_module.read_cookies(TSRMLS_C); 325 if (sapi_module.activate) { 326 sapi_module [all...] |
| H A D | SAPI.h | 70 extern SAPI_API sapi_module_struct sapi_module; /* true global */ 218 int (*startup)(struct _sapi_module_struct *sapi_module); 219 int (*shutdown)(struct _sapi_module_struct *sapi_module);
|
| H A D | php_ini.c | 89 esc_html = !sapi_module.phpinfo_as_text; 91 if (!sapi_module.phpinfo_as_text) { 102 esc_html = !sapi_module.phpinfo_as_text; 104 if (!sapi_module.phpinfo_as_text) { 129 if (!sapi_module.phpinfo_as_text) { 380 if (sapi_module.ini_defaults) { 381 sapi_module.ini_defaults(&configuration_hash); 390 if (sapi_module.php_ini_path_override) { 391 php_ini_file_name = sapi_module.php_ini_path_override; 392 php_ini_search_path = sapi_module [all...] |
| H A D | php_variables.c | 284 if (sapi_module.input_filter(PARSE_POST, var, &val, val_len, &new_val_len TSRMLS_CC)) { 414 if (sapi_module.input_filter(arg, var, &val, val_len, &new_val_len TSRMLS_CC)) { 425 if (sapi_module.input_filter(arg, var, &val, val_len, &new_val_len TSRMLS_CC)) { 606 if (sapi_module.register_server_variables) { 607 sapi_module.register_server_variables(array_ptr TSRMLS_CC); 712 sapi_module.treat_data(PARSE_POST, NULL, NULL TSRMLS_CC); /* POST Data */ 722 sapi_module.treat_data(PARSE_COOKIE, NULL, NULL TSRMLS_CC); /* Cookie Data */ 732 sapi_module.treat_data(PARSE_GET, NULL, NULL TSRMLS_CC); /* GET Data */
|
| H A D | main.c | 336 cgi_or_cli = (!strcmp(sapi_module.name, "cli") || !strcmp(sapi_module.name, "cgi")); 627 if (sapi_module.log_message) { 628 sapi_module.log_message(log_message); 1060 if ((!strcmp(sapi_module.name, "cli") || !strcmp(sapi_module.name, "cgi")) && 1878 sapi_module = *sf; 1887 zuf.block_interruptions = sapi_module.block_interruptions; 1888 zuf.unblock_interruptions = sapi_module.unblock_interruptions; 1973 REGISTER_MAIN_STRINGL_CONSTANT("PHP_SAPI", sapi_module [all...] |
| /PHP_5_3/sapi/aolserver/ |
| H A D | aolserver.c | 62 sapi_module_struct *sapi_module; member in struct:__anon274 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_3/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)) { 293 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)) { 301 static int php_apache_startup(sapi_module_struct *sapi_module) argument 303 if (php_module_startup(sapi_module, &apache_module_entry, 1) == FAILURE) {
|
| /PHP_5_3/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)) { 320 static int php_apache2_startup(sapi_module_struct *sapi_module) argument 322 if (php_module_startup(sapi_module, &php_apache_module, 1)==FAILURE) {
|
| /PHP_5_3/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)) { 347 static int php_apache2_startup(sapi_module_struct *sapi_module) argument 349 if (php_module_startup(sapi_module, &php_apache_module, 1)==FAILURE) {
|
| /PHP_5_3/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_3/sapi/cli/ |
| H A D | php_cli.c | 332 if (sapi_module.input_filter(PARSE_SERVER, "PHP_SELF", &php_self, len, &len TSRMLS_CC)) { 335 if (sapi_module.input_filter(PARSE_SERVER, "SCRIPT_NAME", &php_self, len, &len TSRMLS_CC)) { 340 if (sapi_module.input_filter(PARSE_SERVER, "SCRIPT_FILENAME", &script_filename, len, &len TSRMLS_CC)) { 343 if (sapi_module.input_filter(PARSE_SERVER, "PATH_TRANSLATED", &script_filename, len, &len TSRMLS_CC)) { 348 if (sapi_module.input_filter(PARSE_SERVER, "DOCUMENT_ROOT", &docroot, len, &len TSRMLS_CC)) { 396 static int php_cli_startup(sapi_module_struct *sapi_module) /* {{{ */ argument 398 if (php_module_startup(sapi_module, NULL, 0)==FAILURE) { 830 PHP_VERSION, sapi_module.name, __DATE__, __TIME__,
|
| /PHP_5_3/sapi/continuity/ |
| H A D | capi.c | 353 static int php_capi_startup(sapi_module_struct *sapi_module); 390 static int php_capi_startup(sapi_module_struct *sapi_module) { argument 391 if(php_module_startup(sapi_module,&continuity_module_entry,1)==FAILURE) {
|
| /PHP_5_3/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_3/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_3/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_3/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_3/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_3/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_3/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_3/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);
|