ini_filename      187 Zend/zend_ini_scanner.c 		ini_filename = zend_strndup(fh->filename, strlen(fh->filename));
ini_filename      189 Zend/zend_ini_scanner.c 		ini_filename = NULL;
ini_filename      204 Zend/zend_ini_scanner.c 	if (ini_filename) {
ini_filename      205 Zend/zend_ini_scanner.c 		free(ini_filename);
ini_filename      222 Zend/zend_ini_scanner.c 	return ini_filename ? ini_filename : "Unknown";
ini_filename      760 main/php_ini.c 	snprintf(ini_file, MAXPATHLEN, "%s%c%s", dirname, DEFAULT_SLASH, ini_filename);
ini_filename       87 sapi/fpm/fpm/fpm_conf.c static char *ini_filename = NULL;
ini_filename     1249 sapi/fpm/fpm/fpm_conf.c 	spprintf(&filename, 0, "%s", ini_filename); 
ini_filename     1319 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc a new WorkerPool for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section));
ini_filename     1325 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Unable to alloc memory for configuration name for worker '%s'", ini_filename, ini_lineno, Z_STRVAL_P(section));
ini_filename     1339 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] value is NULL for a ZEND_INI_PARSER_ENTRY", ini_filename, ini_lineno);
ini_filename     1346 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] two includes at the same time !", ini_filename, ini_lineno);
ini_filename     1366 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[%s:%d] the parser for entry '%s' is not defined", ini_filename, ini_lineno, parser->name);
ini_filename     1373 sapi/fpm/fpm/fpm_conf.c 				zlog(ZLOG_ERROR, "[%s:%d] unable to parse value for entry '%s': %s", ini_filename, ini_lineno, parser->name, ret);
ini_filename     1384 sapi/fpm/fpm/fpm_conf.c 	zlog(ZLOG_ERROR, "[%s:%d] unknown entry '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name));
ini_filename     1396 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Misspelled  array ?", ini_filename, ini_lineno);
ini_filename     1401 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Array are not allowed in the global section", ini_filename, ini_lineno);
ini_filename     1408 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] empty value", ini_filename, ini_lineno);
ini_filename     1432 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] unknown directive '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name));
ini_filename     1438 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] error while parsing '%s[%s]' : %s", ini_filename, ini_lineno, Z_STRVAL_P(name), Z_STRVAL_P(key), err);
ini_filename     1464 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] Unknown INI syntax", ini_filename, ini_lineno);
ini_filename     1507 sapi/fpm/fpm/fpm_conf.c 		ini_filename = filename;
ini_filename     1509 sapi/fpm/fpm/fpm_conf.c 		ini_filename = filename;