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

/macosx-10.10/curl-83.1.2/curl/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 78 milliseconds