ini_filename      234 Zend/zend_ini_scanner.c 		ini_filename = zend_strndup(fh->filename, strlen(fh->filename));
ini_filename      236 Zend/zend_ini_scanner.c 		ini_filename = NULL;
ini_filename      251 Zend/zend_ini_scanner.c 	if (ini_filename) {
ini_filename      252 Zend/zend_ini_scanner.c 		free(ini_filename);
ini_filename      269 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     1261 sapi/fpm/fpm/fpm_conf.c 	spprintf(&filename, 0, "%s", ini_filename); 
ini_filename     1331 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     1337 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     1351 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     1358 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] two includes at the same time !", ini_filename, ini_lineno);
ini_filename     1378 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     1385 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     1396 sapi/fpm/fpm/fpm_conf.c 	zlog(ZLOG_ERROR, "[%s:%d] unknown entry '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name));
ini_filename     1408 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] Misspelled  array ?", ini_filename, ini_lineno);
ini_filename     1413 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     1420 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] empty value", ini_filename, ini_lineno);
ini_filename     1444 sapi/fpm/fpm/fpm_conf.c 		zlog(ZLOG_ERROR, "[%s:%d] unknown directive '%s'", ini_filename, ini_lineno, Z_STRVAL_P(name));
ini_filename     1450 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     1476 sapi/fpm/fpm/fpm_conf.c 			zlog(ZLOG_ERROR, "[%s:%d] Unknown INI syntax", ini_filename, ini_lineno);
ini_filename     1519 sapi/fpm/fpm/fpm_conf.c 		ini_filename = filename;
ini_filename     1521 sapi/fpm/fpm/fpm_conf.c 		ini_filename = filename;