Searched refs:current_user_length (Results 1 – 3 of 3) sorted by relevance
108 int current_user_length; member
407 SG(request_info).current_user_length = 0; in sapi_activate_headers_only()451 SG(request_info).current_user_length = 0; in sapi_activate()
1470 SG(request_info).current_user_length = len; in php_get_current_user()1500 SG(request_info).current_user_length = strlen(pwd->pw_name); in php_get_current_user()1501 SG(request_info).current_user = estrndup(pwd->pw_name, SG(request_info).current_user_length); in php_get_current_user()
Completed in 17 milliseconds