conf 139 ext/pspell/pspell.c ZEND_ARG_INFO(0, conf) conf 144 ext/pspell/pspell.c ZEND_ARG_INFO(0, conf) conf 149 ext/pspell/pspell.c ZEND_ARG_INFO(0, conf) conf 154 ext/pspell/pspell.c ZEND_ARG_INFO(0, conf) conf 159 ext/pspell/pspell.c ZEND_ARG_INFO(0, conf) conf 164 ext/pspell/pspell.c ZEND_ARG_INFO(0, conf) conf 169 ext/pspell/pspell.c ZEND_ARG_INFO(0, conf) conf 174 ext/pspell/pspell.c ZEND_ARG_INFO(0, conf) conf 231 ext/pspell/pspell.c config = (PspellConfig *) zend_list_find(conf, &type); \ conf 233 ext/pspell/pspell.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "%ld is not a PSPELL config index", conf); \ conf 465 ext/pspell/pspell.c long conf; conf 470 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &conf) == FAILURE) { conf 755 ext/pspell/pspell.c long conf; conf 759 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lb", &conf, &runtogether) == FAILURE) { conf 776 ext/pspell/pspell.c long conf, mode; conf 779 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ll", &conf, &mode) == FAILURE) { conf 804 ext/pspell/pspell.c long conf, ignore = 0L; conf 807 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ll", &conf, &ignore) == FAILURE) { conf 823 ext/pspell/pspell.c long conf; conf 828 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lp", &conf, &value, &value_len) == FAILURE) { conf 872 ext/pspell/pspell.c long conf; conf 877 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lp", &conf, &repl, &repl_len) == FAILURE) { conf 900 ext/pspell/pspell.c long conf; conf 904 ext/pspell/pspell.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lb", &conf, &save) == FAILURE) { conf 56 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode); conf 57 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_value_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2); conf 58 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_admin_value_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2); conf 59 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_flag_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2); conf 60 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode); conf 61 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_admin_flag_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2); conf 796 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode) conf 826 sapi/apache/mod_php5.c zend_hash_update(conf, per_dir_entry.key, per_dir_entry.key_length, &per_dir_entry, sizeof(php_per_dir_entry), NULL); conf 833 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_value_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2) conf 835 sapi/apache/mod_php5.c return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); conf 841 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_admin_value_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2) conf 843 sapi/apache/mod_php5.c return php_apache_value_handler_ex(cmd, conf, arg1, arg2, PHP_INI_SYSTEM); conf 849 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode) conf 860 sapi/apache/mod_php5.c return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode); conf 866 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_flag_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2) conf 868 sapi/apache/mod_php5.c return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_PERDIR); conf 874 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_admin_flag_handler(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2) conf 876 sapi/apache/mod_php5.c return php_apache_flag_handler_ex(cmd, conf, arg1, arg2, PHP_INI_SYSTEM); conf 882 sapi/apache/mod_php5.c static CONST_PREFIX char *php_apache_phpini_set(cmd_parms *cmd, HashTable *conf, char *arg) conf 150 sapi/apache2filter/apache_config.c char *get_php_config(void *conf, char *name, size_t name_len) conf 152 sapi/apache2filter/apache_config.c php_conf_rec *d = conf; conf 53 sapi/apache2filter/php_apache.h char *get_php_config(void *conf, char *name, size_t name_len); conf 460 sapi/apache2filter/sapi_apache2.c void *conf = ap_get_module_config(f->r->per_dir_config, &php5_module); conf 461 sapi/apache2filter/sapi_apache2.c char *p = get_php_config(conf, "engine", sizeof("engine")); conf 530 sapi/apache2filter/sapi_apache2.c apply_config(conf); conf 172 sapi/apache2handler/apache_config.c char *get_php_config(void *conf, char *name, size_t name_len) conf 174 sapi/apache2handler/apache_config.c php_conf_rec *d = conf; conf 53 sapi/apache2handler/php_apache.h char *get_php_config(void *conf, char *name, size_t name_len); conf 539 sapi/apache2handler/sapi_apache2.c void *conf; conf 548 sapi/apache2handler/sapi_apache2.c conf = ap_get_module_config(r->per_dir_config, &php5_module); conf 566 sapi/apache2handler/sapi_apache2.c apply_config(conf); conf 80 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode); conf 81 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_value_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1, char *arg2); conf 82 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_admin_value_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1, char *arg2); conf 83 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_flag_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1, char *arg2); conf 84 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode); conf 85 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_admin_flag_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1, char *arg2); conf 810 sapi/apache_hooks/mod_php5.c static void php_destroy_per_server_info(php_per_server_config *conf) conf 812 sapi/apache_hooks/mod_php5.c php_handler_stack_destroy(&conf->requires); conf 813 sapi/apache_hooks/mod_php5.c php_handler_stack_destroy(&conf->uri_handlers); conf 819 sapi/apache_hooks/mod_php5.c static void php_destroy_per_dir_info(php_per_dir_config *conf) conf 821 sapi/apache_hooks/mod_php5.c zend_hash_destroy(conf->ini_settings); conf 822 sapi/apache_hooks/mod_php5.c php_handler_stack_destroy(&conf->response_handlers); conf 823 sapi/apache_hooks/mod_php5.c php_handler_stack_destroy(&conf->auth_handlers); conf 824 sapi/apache_hooks/mod_php5.c php_handler_stack_destroy(&conf->access_handlers); conf 825 sapi/apache_hooks/mod_php5.c php_handler_stack_destroy(&conf->type_handlers); conf 826 sapi/apache_hooks/mod_php5.c php_handler_stack_destroy(&conf->fixup_handlers); conf 827 sapi/apache_hooks/mod_php5.c php_handler_stack_destroy(&conf->logger_handlers); conf 828 sapi/apache_hooks/mod_php5.c php_handler_stack_destroy(&conf->post_read_handlers); conf 829 sapi/apache_hooks/mod_php5.c php_handler_stack_destroy(&conf->headers_handlers); conf 830 sapi/apache_hooks/mod_php5.c free(conf->ini_settings); conf 838 sapi/apache_hooks/mod_php5.c php_per_server_config *conf; conf 839 sapi/apache_hooks/mod_php5.c conf = (php_per_server_config *) malloc(sizeof(php_per_server_config)); conf 840 sapi/apache_hooks/mod_php5.c register_cleanup(p, (void *) conf, (void (*)(void *)) php_destroy_per_server_info, (void (*)(void *)) php_destroy_per_server_info); conf 842 sapi/apache_hooks/mod_php5.c sapi_stack_init_ex(&conf->requires, 1); conf 843 sapi/apache_hooks/mod_php5.c sapi_stack_init_ex(&conf->uri_handlers, 1); conf 844 sapi/apache_hooks/mod_php5.c return conf; conf 854 sapi/apache_hooks/mod_php5.c php_per_dir_config *conf; conf 855 sapi/apache_hooks/mod_php5.c conf = (php_per_dir_config *) malloc(sizeof(php_per_dir_config)); conf 856 sapi/apache_hooks/mod_php5.c conf->ini_settings = (HashTable *) malloc(sizeof(HashTable)); conf 857 sapi/apache_hooks/mod_php5.c zend_hash_init_ex(conf->ini_settings, 5, NULL, (void (*)(void *)) destroy_per_dir_entry, 1, 0); conf 858 sapi/apache_hooks/mod_php5.c sapi_stack_init_ex(&conf->response_handlers, 1); conf 859 sapi/apache_hooks/mod_php5.c sapi_stack_init_ex(&conf->headers_handlers, 1); conf 860 sapi/apache_hooks/mod_php5.c sapi_stack_init_ex(&conf->auth_handlers, 1); conf 861 sapi/apache_hooks/mod_php5.c sapi_stack_init_ex(&conf->access_handlers, 1); conf 862 sapi/apache_hooks/mod_php5.c sapi_stack_init_ex(&conf->type_handlers, 1); conf 863 sapi/apache_hooks/mod_php5.c sapi_stack_init_ex(&conf->fixup_handlers, 1); conf 864 sapi/apache_hooks/mod_php5.c sapi_stack_init_ex(&conf->logger_handlers, 1); conf 865 sapi/apache_hooks/mod_php5.c sapi_stack_init_ex(&conf->post_read_handlers, 1); conf 866 sapi/apache_hooks/mod_php5.c register_cleanup(p, (void *) conf, (void (*)(void *)) php_destroy_per_dir_info, (void (*)(void *)) php_destroy_per_dir_info); conf 868 sapi/apache_hooks/mod_php5.c return conf; conf 895 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_value_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode) conf 924 sapi/apache_hooks/mod_php5.c zend_hash_update(conf, per_dir_entry.key, per_dir_entry.key_length, &per_dir_entry, sizeof(php_per_dir_entry), NULL); conf 931 sapi/apache_hooks/mod_php5.c php_per_server_config *conf; conf 937 sapi/apache_hooks/mod_php5.c conf = get_module_config(s->module_config, &php5_module); conf 940 sapi/apache_hooks/mod_php5.c sapi_stack_push(&conf->uri_handlers, handler); conf 943 sapi/apache_hooks/mod_php5.c sapi_stack_push(&conf->requires, handler); conf 949 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_dir_handler(php_per_dir_config *conf, char *arg1, long handler_stage, long handler_type) conf 958 sapi/apache_hooks/mod_php5.c sapi_stack_push(&conf->post_read_handlers, handler); conf 961 sapi/apache_hooks/mod_php5.c sapi_stack_push(&conf->headers_handlers, handler); conf 964 sapi/apache_hooks/mod_php5.c sapi_stack_push(&conf->access_handlers, handler); conf 967 sapi/apache_hooks/mod_php5.c sapi_stack_push(&conf->auth_handlers, handler); conf 972 sapi/apache_hooks/mod_php5.c sapi_stack_push(&conf->type_handlers, handler); conf 975 sapi/apache_hooks/mod_php5.c sapi_stack_push(&conf->fixup_handlers, handler); conf 978 sapi/apache_hooks/mod_php5.c sapi_stack_push(&conf->response_handlers, handler); conf 981 sapi/apache_hooks/mod_php5.c sapi_stack_push(&conf->logger_handlers, handler); conf 1006 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_header_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1008 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_HEADER_PARSE, AP_HANDLER_TYPE_FILE); conf 1010 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_header_handler_code(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1012 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_HEADER_PARSE, AP_HANDLER_TYPE_METHOD); conf 1018 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_auth_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1020 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_AUTHENTICATION, AP_HANDLER_TYPE_FILE); conf 1022 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_auth_handler_code(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1024 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_AUTHENTICATION, AP_HANDLER_TYPE_METHOD); conf 1031 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_access_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1033 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_ACCESS_CONTROL, AP_HANDLER_TYPE_FILE); conf 1035 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_access_handler_code(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1037 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_ACCESS_CONTROL, AP_HANDLER_TYPE_METHOD); conf 1044 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_type_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1046 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_TYPE_CHECKING, AP_HANDLER_TYPE_FILE); conf 1048 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_type_handler_code(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1050 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_TYPE_CHECKING, AP_HANDLER_TYPE_METHOD); conf 1057 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_fixup_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1059 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_FIXUP, AP_HANDLER_TYPE_FILE); conf 1061 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_fixup_handler_code(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1063 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_FIXUP, AP_HANDLER_TYPE_METHOD); conf 1069 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_logger_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1071 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_LOGGING, AP_HANDLER_TYPE_FILE); conf 1073 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_logger_handler_code(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1075 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_LOGGING, AP_HANDLER_TYPE_METHOD); conf 1082 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_post_read_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1084 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_POST_READ, AP_HANDLER_TYPE_FILE); conf 1086 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_post_read_handler_code(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1088 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_POST_READ, AP_HANDLER_TYPE_METHOD); conf 1105 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_response_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1107 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_RESPONSE, AP_HANDLER_TYPE_FILE); conf 1109 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_set_response_handler_code(cmd_parms *cmd, php_per_dir_config *conf, char *arg1) conf 1111 sapi/apache_hooks/mod_php5.c return php_set_dir_handler(conf, arg1, AP_RESPONSE, AP_HANDLER_TYPE_METHOD); conf 1117 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_value_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1, char *arg2) conf 1119 sapi/apache_hooks/mod_php5.c return php_apache_value_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_PERDIR); conf 1125 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_admin_value_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1, char *arg2) conf 1127 sapi/apache_hooks/mod_php5.c return php_apache_value_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_SYSTEM); conf 1133 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_flag_handler_ex(cmd_parms *cmd, HashTable *conf, char *arg1, char *arg2, int mode) conf 1144 sapi/apache_hooks/mod_php5.c return php_apache_value_handler_ex(cmd, conf, arg1, bool_val, mode); conf 1150 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_flag_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1, char *arg2) conf 1152 sapi/apache_hooks/mod_php5.c return php_apache_flag_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_PERDIR); conf 1158 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_admin_flag_handler(cmd_parms *cmd, php_per_dir_config *conf, char *arg1, char *arg2) conf 1160 sapi/apache_hooks/mod_php5.c return php_apache_flag_handler_ex(cmd, conf->ini_settings, arg1, arg2, PHP_INI_SYSTEM); conf 1166 sapi/apache_hooks/mod_php5.c static CONST_PREFIX char *php_apache_phpini_set(cmd_parms *cmd, HashTable *conf, char *arg) conf 1180 sapi/apache_hooks/mod_php5.c php_per_dir_config *conf; conf 1187 sapi/apache_hooks/mod_php5.c conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); conf 1188 sapi/apache_hooks/mod_php5.c if (conf) { conf 1189 sapi/apache_hooks/mod_php5.c zend_hash_apply((HashTable *) conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC); conf 1264 sapi/apache_hooks/mod_php5.c php_per_dir_config *conf; conf 1269 sapi/apache_hooks/mod_php5.c conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); conf 1270 sapi/apache_hooks/mod_php5.c if (conf) conf 1271 sapi/apache_hooks/mod_php5.c zend_hash_apply((HashTable *)conf->ini_settings, (apply_func_t) php_apache_alter_ini_entries TSRMLS_CC); conf 1298 sapi/apache_hooks/mod_php5.c php_per_server_config *conf; conf 1301 sapi/apache_hooks/mod_php5.c conf = (php_per_server_config *) get_module_config(r->server->module_config, &php5_module); conf 1302 sapi/apache_hooks/mod_php5.c return sapi_stack_apply_with_argument_stop_if_equals(&conf->uri_handlers, conf 1309 sapi/apache_hooks/mod_php5.c php_per_dir_config *conf; conf 1312 sapi/apache_hooks/mod_php5.c conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); conf 1313 sapi/apache_hooks/mod_php5.c return sapi_stack_apply_with_argument_stop_if_http_error(&conf->headers_handlers, conf 1320 sapi/apache_hooks/mod_php5.c php_per_dir_config *conf; conf 1323 sapi/apache_hooks/mod_php5.c conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); conf 1324 sapi/apache_hooks/mod_php5.c return sapi_stack_apply_with_argument_stop_if_equals(&conf->auth_handlers, conf 1331 sapi/apache_hooks/mod_php5.c php_per_dir_config *conf; conf 1335 sapi/apache_hooks/mod_php5.c conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); conf 1336 sapi/apache_hooks/mod_php5.c status = sapi_stack_apply_with_argument_stop_if_http_error(&conf->access_handlers, conf 1345 sapi/apache_hooks/mod_php5.c php_per_dir_config *conf; conf 1348 sapi/apache_hooks/mod_php5.c conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); conf 1349 sapi/apache_hooks/mod_php5.c return sapi_stack_apply_with_argument_stop_if_equals(&conf->type_handlers, conf 1357 sapi/apache_hooks/mod_php5.c php_per_dir_config *conf; conf 1360 sapi/apache_hooks/mod_php5.c conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); conf 1361 sapi/apache_hooks/mod_php5.c return sapi_stack_apply_with_argument_stop_if_http_error(&conf->fixup_handlers, conf 1369 sapi/apache_hooks/mod_php5.c php_per_dir_config *conf; conf 1372 sapi/apache_hooks/mod_php5.c conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); conf 1373 sapi/apache_hooks/mod_php5.c return sapi_stack_apply_with_argument_stop_if_http_error(&conf->logger_handlers, conf 1381 sapi/apache_hooks/mod_php5.c php_per_dir_config *conf; conf 1389 sapi/apache_hooks/mod_php5.c conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); conf 1390 sapi/apache_hooks/mod_php5.c return sapi_stack_apply_with_argument_stop_if_http_error(&conf->post_read_handlers, conf 1397 sapi/apache_hooks/mod_php5.c php_per_dir_config *conf; conf 1400 sapi/apache_hooks/mod_php5.c conf = (php_per_dir_config *) get_module_config(r->per_dir_config, &php5_module); conf 1401 sapi/apache_hooks/mod_php5.c return sapi_stack_apply_with_argument_all(&conf->response_handlers, ZEND_STACK_APPLY_BOTTOMUP, (int (*)(void *element, void *)) php_run_hook, r); conf 352 sapi/fpm/fpm/fpm_conf.c int *conf = (int *) ((char *) *config + offset); conf 356 sapi/fpm/fpm/fpm_conf.c *conf = LOG_AUTH; conf 363 sapi/fpm/fpm/fpm_conf.c *conf = LOG_AUTHPRIV; conf 370 sapi/fpm/fpm/fpm_conf.c *conf = LOG_CRON; conf 377 sapi/fpm/fpm/fpm_conf.c *conf = LOG_DAEMON; conf 384 sapi/fpm/fpm/fpm_conf.c *conf = LOG_FTP; conf 391 sapi/fpm/fpm/fpm_conf.c *conf = LOG_KERN; conf 398 sapi/fpm/fpm/fpm_conf.c *conf = LOG_LPR; conf 405 sapi/fpm/fpm/fpm_conf.c *conf = LOG_MAIL; conf 412 sapi/fpm/fpm/fpm_conf.c *conf = LOG_NEWS; conf 419 sapi/fpm/fpm/fpm_conf.c *conf = LOG_SYSLOG; conf 426 sapi/fpm/fpm/fpm_conf.c *conf = LOG_USER; conf 433 sapi/fpm/fpm/fpm_conf.c *conf = LOG_UUCP; conf 440 sapi/fpm/fpm/fpm_conf.c *conf = LOG_LOCAL0; conf 447 sapi/fpm/fpm/fpm_conf.c *conf = LOG_LOCAL1; conf 454 sapi/fpm/fpm/fpm_conf.c *conf = LOG_LOCAL2; conf 461 sapi/fpm/fpm/fpm_conf.c *conf = LOG_LOCAL3; conf 468 sapi/fpm/fpm/fpm_conf.c *conf = LOG_LOCAL4; conf 475 sapi/fpm/fpm/fpm_conf.c *conf = LOG_LOCAL5; conf 482 sapi/fpm/fpm/fpm_conf.c *conf = LOG_LOCAL6; conf 489 sapi/fpm/fpm/fpm_conf.c *conf = LOG_LOCAL7;