HomeSort by relevance Sort by last modified time
    Searched refs:Curl_ipvalid (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
hostip.h 102 * Curl_ipvalid() checks what CURL_IPRESOLVE_* requirements that might've
105 bool Curl_ipvalid(struct connectdata *conn);
hostip4.c 61 * Curl_ipvalid() checks what CURL_IPRESOLVE_* requirements that might've
64 bool Curl_ipvalid(struct connectdata *conn)
hostip6.c 119 * Curl_ipvalid() checks what CURL_IPRESOLVE_* requirements that might've
122 bool Curl_ipvalid(struct connectdata *conn)
hostip.c 478 if(!Curl_ipvalid(conn))

Completed in 504 milliseconds