Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A DSAPI.h109 int current_user_length; member
H A DSAPI.c400 SG(request_info).current_user_length = 0; in sapi_activate_headers_only()
446 SG(request_info).current_user_length = 0; in sapi_activate()
H A Dmain.c1230 SG(request_info).current_user_length = len; in php_get_current_user()
1259 SG(request_info).current_user_length = strlen(pwd->pw_name); in php_get_current_user()
1260 SG(request_info).current_user = estrndup(pwd->pw_name, SG(request_info).current_user_length); in php_get_current_user()

Completed in 21 milliseconds