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      742 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     1243 sapi/fpm/fpm/fpm_conf.c 	spprintf(&filename, 0, "%s", ini_filename); 
ini_filename     1313 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     1319 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     1333 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     1340 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] two includes at the same time !", ini_filename, ini_lineno);
ini_filename     1360 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     1367 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     1378 sapi/fpm/fpm/fpm_conf.c 	zlog(ZLOG_ERROR, "[%s:%d] unknown entry '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name));
ini_filename     1390 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Misspelled  array ?", ini_filename, ini_lineno);
ini_filename     1395 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     1402 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] empty value", ini_filename, ini_lineno);
ini_filename     1426 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] unknown directive '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name));
ini_filename     1432 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     1458 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] Unknown INI syntax", ini_filename, ini_lineno);
ini_filename     1501 sapi/fpm/fpm/fpm_conf.c 		ini_filename = filename;
ini_filename     1503 sapi/fpm/fpm/fpm_conf.c 		ini_filename = filename;