entropy_length    128 ext/session/php_session.h 	long entropy_length;
entropy_length    348 ext/session/session.c 	if (PS(entropy_length) > 0) {
entropy_length    351 ext/session/session.c 		size_t toread = PS(entropy_length);
entropy_length    376 ext/session/session.c 			int to_read = PS(entropy_length);
entropy_length    807 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    810 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    813 ext/session/session.c 	STD_PHP_INI_ENTRY("session.entropy_length",     "0",         PHP_INI_ALL, OnUpdateLong,   entropy_length,     php_ps_globals,    ps_globals)