| /PHP_5_4/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_4/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) { 127 if (!sapi_module.phpinfo_as_text && flag & PHP_CREDITS_FULLPAGE) {
|
| H A D | dl.c | 73 if ((strncmp(sapi_module.name, "cgi", 3) != 0) && 74 (strcmp(sapi_module.name, "cli") != 0) && 75 (strncmp(sapi_module.name, "embed", 5) != 0)
|
| H A D | info.c | 52 #define SECTION(name) if (!sapi_module.phpinfo_as_text) { \ 119 if (!sapi_module.phpinfo_as_text) { 137 if (!sapi_module.phpinfo_as_text) { 154 if (!sapi_module.phpinfo_as_text) { 170 if (!sapi_module.phpinfo_as_text) { 212 if (!sapi_module.phpinfo_as_text) { 222 if (!sapi_module.phpinfo_as_text) { 233 if (!sapi_module.phpinfo_as_text) { 239 if (!sapi_module.phpinfo_as_text) { 254 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_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...] |
| H A D | SAPI.h | 70 extern SAPI_API sapi_module_struct sapi_module; /* true global */ 221 int (*startup)(struct _sapi_module_struct *sapi_module); 222 int (*shutdown)(struct _sapi_module_struct *sapi_module);
|
| H A D | php_variables.c | 260 if (sapi_module.input_filter(PARSE_POST, var, &val, val_len, &new_val_len TSRMLS_CC)) { 390 if (sapi_module.input_filter(arg, var, &val, val_len, &new_val_len TSRMLS_CC)) { 401 if (sapi_module.input_filter(arg, var, &val, val_len, &new_val_len TSRMLS_CC)) { 566 if (sapi_module.register_server_variables) { 567 sapi_module.register_server_variables(array_ptr TSRMLS_CC); 655 sapi_module.treat_data(PARSE_GET, NULL, NULL TSRMLS_CC); 682 sapi_module.treat_data(PARSE_POST, NULL, NULL TSRMLS_CC); 705 sapi_module.treat_data(PARSE_COOKIE, NULL, NULL TSRMLS_CC);
|
| 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) { 379 if (sapi_module.ini_defaults) { 380 sapi_module.ini_defaults(&configuration_hash); 388 if (sapi_module.php_ini_path_override) { 389 php_ini_file_name = sapi_module.php_ini_path_override; 390 php_ini_search_path = sapi_module [all...] |
| H A D | main.c | 270 if (sapi_module.executable_location) { 272 if (!strchr(sapi_module.executable_location, '/')) { 284 snprintf(search_path, MAXPATHLEN, "%s/%s", search_dir, sapi_module.executable_location); 297 } else if (!VCWD_REALPATH(sapi_module.executable_location, binary_location) || VCWD_ACCESS(binary_location, X_OK)) { 388 cgi_or_cli = (!strcmp(sapi_module.name, "cli") || !strcmp(sapi_module.name, "cgi")); 655 if (sapi_module.log_message) { 656 sapi_module.log_message(log_message TSRMLS_CC); 1088 if ((!strcmp(sapi_module.name, "cli") || !strcmp(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/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...] |
| /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/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());
|