Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_addrinfo.h90 curl_dbg_freeaddrinfo(struct addrinfo *freethis, int line, const char *source);
H A Dcurl_addrinfo.c518 curl_dbg_freeaddrinfo(struct addrinfo *freethis, in curl_dbg_freeaddrinfo() argument
522 source, line, (void *)freethis); in curl_dbg_freeaddrinfo()
524 lwip_freeaddrinfo(freethis); in curl_dbg_freeaddrinfo()
526 (freeaddrinfo)(freethis); in curl_dbg_freeaddrinfo()
H A Dconncache.c96 static void free_bundle_hash_entry(void *freethis) in free_bundle_hash_entry() argument
98 struct connectbundle *b = (struct connectbundle *) freethis; in free_bundle_hash_entry()
H A Dhostip.c118 static void freednsentry(void *freethis);
1060 static void freednsentry(void *freethis) in freednsentry() argument
1062 struct Curl_dns_entry *dns = (struct Curl_dns_entry *) freethis; in freednsentry()
H A Dmulti.c327 static void sh_freeentry(void *freethis) in sh_freeentry() argument
329 struct Curl_sh_entry *p = (struct Curl_sh_entry *) freethis; in sh_freeentry()

Completed in 19 milliseconds