Searched refs:full_host (Results 1 – 1 of 1) sorted by relevance
331 char *full_host = NULL; in url_get() local503 if (asprintf(&full_host, "[%s]", host) == -1) in url_get()519 if (full_host == NULL) in url_get()520 if ((full_host = strdup(host)) == NULL) in url_get()939 scheme, full_host, in url_get()1123 free(full_host); in url_get()