Home
last modified time | relevance | path

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

/PHP-7.0/ext/session/
H A Dsession.c515 …LL, E_ERROR, "Failed to initialize storage module: %s (path: %s)", PS(mod)->s_name, PS(save_path)); in php_session_initialize()
523 …php_error_docref(NULL, E_ERROR, "Failed to create session ID: %s (path: %s)", PS(mod)->s_name, PS(… in php_session_initialize()
604 PS(mod)->s_name, in php_session_save_current_state()
1485 if (*mod && !strcasecmp(name, (*mod)->s_name)) {
1836 if (PS(mod) && PS(mod)->s_name) {
1837 RETVAL_STRING(PS(mod)->s_name);
2101 …_WARNING, "Session object destruction failed. ID: %s (path: %s)", PS(mod)->s_name, PS(save_path));
2116 …php_error_docref(NULL, E_WARNING, "Session write failed. ID: %s (path: %s)", PS(mod)->s_name, PS(s…
2131 …COVERABLE_ERROR, "Failed to create new session ID: %s (path: %s)", PS(mod)->s_name, PS(save_path));
2807 if (*mod && (*mod)->s_name) {
[all …]
H A Dphp_session.h48 const char *s_name; member
/PHP-7.0/ext/standard/
H A Dbasic_functions.c5598 RETURN_STRING(serv->s_name);

Completed in 52 milliseconds