Searched defs:config (Results 1 – 13 of 13) sorted by relevance
/php-src/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 213 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean() 242 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string() 267 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer() 302 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time() 547 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm() 736 struct fpm_worker_pool_config_s *config, *shared_config; in fpm_worker_pool_shared_status_alloc() local 899 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local 936 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local 1445 struct fpm_worker_pool_config_s *config; in fpm_conf_ini_parser_section() local 1483 void *config = NULL; in fpm_conf_ini_parser_entry() local [all …]
|
H A D | fpm.c | 44 enum fpm_init_return_status fpm_init(int argc, char **argv, char *config, char *prefix, char *pid, … in fpm_init()
|
H A D | fpm.h | 50 char *config; member
|
H A D | fpm_worker_pool.h | 22 struct fpm_worker_pool_config_s *config; member
|
H A D | fpm_unix.c | 117 struct fpm_worker_pool_config_s *config = wp->config; in fpm_unix_test_config() local
|
/php-src/ext/tidy/ |
H A D | tidy.stub.php | 814 function tidy_parse_string(string $string, array|string|null $config = null, ?string $encoding = nu… 820 function tidy_parse_file(string $filename, array|string|null $config = null, ?string $encoding = nu… 824 function tidy_repair_string(string $string, array|string|null $config = null, ?string $encoding = n… 826 function tidy_repair_file(string $filename, array|string|null $config = null, ?string $encoding = n… 869 …public function __construct(?string $filename = null, array|string|null $config = null, ?string $e… 884 …public function parseFile(string $filename, array|string|null $config = null, ?string $encoding = … 887 …public function parseString(string $string, array|string|null $config = null, ?string $encoding = … 893 …public static function repairString(string $string, array|string|null $config = null, ?string $enc… 899 …public static function repairFile(string $filename, array|string|null $config = null, ?string $enc…
|
/php-src/sapi/apache2handler/ |
H A D | apache_config.c | 49 HashTable config; member
|
H A D | sapi_apache2.c | 567 HashTable config; in php_apache_ini_dtor() member
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 4400 static zend_result accel_preload(const char *config, bool in_child)
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 913 public mixed $config; variable in DOMDocument
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_internal.h | 1906 uint32_t config; member
|
/php-src/ext/openssl/ |
H A D | openssl.c | 841 …t char * section_label, const char * config_filename, const char * section, CONF *config) /* {{{ */ in php_openssl_config_check_syntax()
|
/php-src/Zend/ |
H A D | zend_compile.c | 7351 zend_internal_attribute *config; in zend_compile_attributes() local
|
Completed in 179 milliseconds