entropy_length    156 ext/session/php_session.h 	zend_long entropy_length;
entropy_length    361 ext/session/session.c 	if (PS(entropy_length) > 0) {
entropy_length    364 ext/session/session.c 		size_t toread = PS(entropy_length);
entropy_length    389 ext/session/session.c 			int to_read = PS(entropy_length);
entropy_length    838 ext/session/session.c 	STD_PHP_INI_ENTRY("session.entropy_length",     "32",         PHP_INI_ALL, OnUpdateLong,   entropy_length,     php_ps_globals,    ps_globals)
entropy_length    841 ext/session/session.c 	STD_PHP_INI_ENTRY("session.entropy_length",     "32",         PHP_INI_ALL, OnUpdateLong,   entropy_length,     php_ps_globals,    ps_globals)
entropy_length    844 ext/session/session.c 	STD_PHP_INI_ENTRY("session.entropy_length",     "0",         PHP_INI_ALL, OnUpdateLong,   entropy_length,     php_ps_globals,    ps_globals)