Home
last modified time | relevance | path

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

/php-src/main/
H A DSAPI.h103 int current_user_length; member
H A DSAPI.c401 SG(request_info).current_user_length = 0; in sapi_activate_headers_only()
445 SG(request_info).current_user_length = 0; in sapi_activate()
H A Dmain.c1503 SG(request_info).current_user_length = len; in php_get_current_user()
1546 SG(request_info).current_user_length = strlen(pwd->pw_name); in php_get_current_user()
1547 SG(request_info).current_user = estrndup(pwd->pw_name, SG(request_info).current_user_length); in php_get_current_user()

Completed in 16 milliseconds