Home
last modified time | relevance | path

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

/PHP-5.4/ext/session/
H A Dsession.c790 #define PS_BIN_UNDEF (1<<(PS_BIN_NR_OF_BITS-1)) in PHP_INI_END() macro
791 #define PS_BIN_MAX (PS_BIN_UNDEF-1) in PHP_INI_END()
808 smart_str_appendc(&buf, (unsigned char) (key_length & PS_BIN_UNDEF));
837 namelen = ((unsigned char)(*p)) & (~PS_BIN_UNDEF);
843 has_value = *p & PS_BIN_UNDEF ? 0 : 1;

Completed in 11 milliseconds