Searched defs:config (Results 1 – 10 of 10) sorted by relevance
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 210 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean() 225 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string() 250 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer() 285 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time() 325 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level() 529 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm() 805 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local 837 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local 1311 struct fpm_worker_pool_config_s *config; in fpm_conf_ini_parser_section() local 1349 void *config = NULL; in fpm_conf_ini_parser_entry() local [all …]
|
H A D | fpm.c | 46 int fpm_init(int argc, char **argv, char *config, char *prefix, char *pid, int test_conf, int run_a… in fpm_init()
|
H A D | fpm.h | 46 char *config; member
|
H A D | fpm_worker_pool.h | 23 struct fpm_worker_pool_config_s *config; member
|
/PHP-5.6/ext/pspell/ |
H A D | pspell.c | 225 PspellConfig *config = (PspellConfig *)rsrc->ptr; in php_pspell_close_config() local 278 PspellConfig *config; in PHP_FUNCTION() local 375 PspellConfig *config; in PHP_FUNCTION() local 468 PspellConfig *config; in PHP_FUNCTION() local 689 PspellConfig *config; in PHP_FUNCTION() local 757 PspellConfig *config; in PHP_FUNCTION() local 777 PspellConfig *config; in PHP_FUNCTION() local 805 PspellConfig *config; in PHP_FUNCTION() local 826 PspellConfig *config; in pspell_config_path() local 875 PspellConfig *config; in PHP_FUNCTION() local [all …]
|
/PHP-5.6/sapi/phpdbg/tests/ |
H A D | run-tests.php | 49 public function __construct($config, $cmd) { 138 public function __construct(TestsConfiguration $config) { 294 protected $config; variable in phpdbg\\testing\\Tests 360 public function __construct(TestsConfiguration $config, $file) { 568 $config = new TestsConfiguration(array( variable
|
/PHP-5.6/sapi/apache2filter/ |
H A D | apache_config.c | 47 HashTable config; member
|
/PHP-5.6/sapi/apache2handler/ |
H A D | apache_config.c | 47 HashTable config; member
|
H A D | sapi_apache2.c | 516 HashTable config; in php_apache_ini_dtor() member
|
/PHP-5.6/ext/tidy/ |
H A D | tidy.c | 560 zval **config = NULL; in php_tidy_quick_repair() local
|
Completed in 38 milliseconds