Searched refs:PS_MAX_SID_LENGTH (Results 1 – 1 of 1) sorted by relevance
82 #define PS_MAX_SID_LENGTH 256 macro315 unsigned char rbuf[PS_MAX_SID_LENGTH + PS_EXTRA_RAND_BYTES]; in php_session_create_id()356 if (len == 0 || len > PS_MAX_SID_LENGTH) { in php_session_valid_key()728 && val >= 22 && val <= PS_MAX_SID_LENGTH) { in PHP_INI_MH()
Completed in 14 milliseconds