Home
last modified time | relevance | path

Searched refs:PS_MAX_SID_LENGTH (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/session/
H A Dsession.c76 #define PS_MAX_SID_LENGTH 256 macro
329 unsigned char rbuf[PS_MAX_SID_LENGTH]; in php_session_create_id()
374 if (len == 0 || len > PS_MAX_SID_LENGTH) { in php_session_valid_key()
750 && val >= 22 && val <= PS_MAX_SID_LENGTH) { in PHP_INI_MH()

Completed in 12 milliseconds