Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTAABrow.c821 char *auth_string; in HTAA_composeAuth() local
895 auth_string = compose_auth_string(scheme, proxy_setup, IsProxy); in HTAA_composeAuth()
908 auth_string = NULL; in HTAA_composeAuth()
914 if (!auth_string) in HTAA_composeAuth()
919 if (*auth_string == '\0') { in HTAA_composeAuth()
926 len = strlen(auth_string) + strlen(HTAAScheme_name(scheme)) + 26; in HTAA_composeAuth()
974 auth_string = compose_auth_string(scheme, current_setup, IsProxy); in HTAA_composeAuth()
987 auth_string = NULL; in HTAA_composeAuth()
993 if (!auth_string) in HTAA_composeAuth()
998 if (*auth_string == '\0') { in HTAA_composeAuth()
[all …]