Searched refs:freethis (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_addrinfo.h84 curl_dofreeaddrinfo(struct addrinfo *freethis,
H A Dcurl_addrinfo.c490 curl_dofreeaddrinfo(struct addrinfo *freethis, argument
493 (freeaddrinfo)(freethis);
495 source, line, (void *)freethis);
H A Dconncache.c41 static void free_bundle_hash_entry(void *freethis) argument
43 struct connectbundle *b = (struct connectbundle *) freethis;
H A Dhostip.c116 static void freednsentry(void *freethis);
718 static void freednsentry(void *freethis) argument
720 struct Curl_dns_entry *p = (struct Curl_dns_entry *) freethis;
H A Dmulti.c212 static void sh_freeentry(void *freethis) argument
214 struct Curl_sh_entry *p = (struct Curl_sh_entry *) freethis;

Completed in 84 milliseconds