Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod-client.c982 char *effective_url = NULL; in debuginfod_query_server() local
986 &effective_url); in debuginfod_query_server()
990 if(ok1 == CURLE_OK && ok2 == CURLE_OK && effective_url) in debuginfod_query_server()
992 if (strncasecmp (effective_url, "HTTP", 4) == 0) in debuginfod_query_server()
998 if (strncasecmp (effective_url, "FILE", 4) == 0) in debuginfod_query_server()
DChangeLog204 to compare effective_url. Try CURLINFO_SCHEME as fallback.
/external/curl/src/
Dtool_operate.c596 char *effective_url = NULL; in post_per_transfer() local
597 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effective_url); in post_per_transfer()
598 if(effective_url && in post_per_transfer()
599 curl_strnequal(effective_url, "http", 4)) { in post_per_transfer()