Home
last modified time | relevance | path

Searched defs:config (Results 1 – 13 of 13) sorted by relevance

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_conf.c213 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean()
228 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string()
253 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer()
288 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time()
533 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
722 struct fpm_worker_pool_config_s *config, *shared_config; in fpm_worker_pool_shared_status_alloc() local
883 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local
920 struct fpm_worker_pool_config_s *config = wp->config; in fpm_conf_process_all_pools() local
1429 struct fpm_worker_pool_config_s *config; in fpm_conf_ini_parser_section() local
1467 void *config = NULL; in fpm_conf_ini_parser_entry() local
[all …]
H A Dfpm.c44 enum fpm_init_return_status fpm_init(int argc, char **argv, char *config, char *prefix, char *pid, … in fpm_init()
H A Dfpm.h50 char *config; member
H A Dfpm_worker_pool.h22 struct fpm_worker_pool_config_s *config; member
H A Dfpm_unix.c117 struct fpm_worker_pool_config_s *config = wp->config; in fpm_unix_test_config() local
/PHP-8.2/ext/tidy/
H A Dtidy.stub.php814 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-8.2/sapi/apache2handler/
H A Dapache_config.c49 HashTable config; member
H A Dsapi_apache2.c571 HashTable config; in php_apache_ini_dtor() member
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php748 public mixed $config; variable in DOMDocument
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c4319 static zend_result accel_preload(const char *config, bool in_child)
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_internal.h1872 uint32_t config; member
/PHP-8.2/ext/openssl/
H A Dopenssl.c827 …t char * section_label, const char * config_filename, const char * section, CONF *config) /* {{{ */ in php_openssl_config_check_syntax()
/PHP-8.2/Zend/
H A Dzend_compile.c6988 zend_internal_attribute *config; in zend_compile_attributes() local

Completed in 168 milliseconds