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 	zval *res = zend_hash_index_find(&EG(regular_list), conf); \
conf              233 ext/pspell/pspell.c 		php_error_docref(NULL, E_WARNING, "%ld is not a PSPELL config index", conf); \
conf              468 ext/pspell/pspell.c 	zend_long conf;
conf              474 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &conf) == FAILURE) {
conf              755 ext/pspell/pspell.c 	zend_long conf;
conf              759 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "lb", &conf, &runtogether) == FAILURE) {
conf              775 ext/pspell/pspell.c 	zend_long conf, mode;
conf              778 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &conf, &mode) == FAILURE) {
conf              802 ext/pspell/pspell.c 	zend_long conf, ignore = 0L;
conf              805 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll", &conf, &ignore) == FAILURE) {
conf              820 ext/pspell/pspell.c 	zend_long conf;
conf              825 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "lp", &conf, &value, &value_len) == FAILURE) {
conf              868 ext/pspell/pspell.c 	zend_long conf;
conf              873 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "lp", &conf, &repl, &repl_len) == FAILURE) {
conf              895 ext/pspell/pspell.c 	zend_long conf;
conf              899 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "lb", &conf, &save) == FAILURE) {
conf              160 sapi/apache2handler/apache_config.c char *get_php_config(void *conf, char *name, size_t name_len)
conf              162 sapi/apache2handler/apache_config.c 	php_conf_rec *d = conf;
conf               56 sapi/apache2handler/php_apache.h char *get_php_config(void *conf, char *name, size_t name_len);
conf              546 sapi/apache2handler/sapi_apache2.c 	void *conf;
conf              559 sapi/apache2handler/sapi_apache2.c 	conf = ap_get_module_config(r->per_dir_config, &php7_module);
conf              577 sapi/apache2handler/sapi_apache2.c 	apply_config(conf);
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;