Searched refs:auth_string (Results 1 – 1 of 1) sorted by relevance
821 char *auth_string; in HTAA_composeAuth() local895 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 …]