entropy_file      154 ext/session/php_session.h 	char *entropy_file;
entropy_file      385 ext/session/session.c 		fd = VCWD_OPEN(PS(entropy_file), O_RDONLY);
entropy_file      837 ext/session/session.c 	STD_PHP_INI_ENTRY("session.entropy_file",       "/dev/urandom",          PHP_INI_ALL, OnUpdateString, entropy_file,       php_ps_globals,    ps_globals)
entropy_file      840 ext/session/session.c 	STD_PHP_INI_ENTRY("session.entropy_file",       "/dev/arandom",          PHP_INI_ALL, OnUpdateString, entropy_file,       php_ps_globals,    ps_globals)
entropy_file      843 ext/session/session.c 	STD_PHP_INI_ENTRY("session.entropy_file",       "",          PHP_INI_ALL, OnUpdateString, entropy_file,       php_ps_globals,    ps_globals)