Home
last modified time | relevance | path

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

/external/curl/lib/
Dcurl_addrinfo.c521 curl_dbg_freeaddrinfo(struct addrinfo *freethis, in curl_dbg_freeaddrinfo() argument
525 source, line, (void *)freethis); in curl_dbg_freeaddrinfo()
527 lwip_freeaddrinfo(freethis); in curl_dbg_freeaddrinfo()
529 (freeaddrinfo)(freethis); in curl_dbg_freeaddrinfo()
Dcurl_addrinfo.h88 curl_dbg_freeaddrinfo(struct addrinfo *freethis, int line, const char *source);
Dhostip.c118 static void freednsentry(void *freethis);
831 static void freednsentry(void *freethis) in freednsentry() argument
833 struct Curl_dns_entry *dns = (struct Curl_dns_entry *) freethis; in freednsentry()
Dconncache.c106 static void free_bundle_hash_entry(void *freethis) in free_bundle_hash_entry() argument
108 struct connectbundle *b = (struct connectbundle *) freethis; in free_bundle_hash_entry()
Dmulti.c288 static void sh_freeentry(void *freethis) in sh_freeentry() argument
290 struct Curl_sh_entry *p = (struct Curl_sh_entry *) freethis; in sh_freeentry()