Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durl.c2844 char **hostname_result, argument
2858 *hostname_result = NULL;
2927 *hostname_result = strdup(hostptr);
2928 if(!*hostname_result) {