Home
last modified time | relevance | path

Searched refs:datap (Results 1 – 4 of 4) sorted by relevance

/curl/lib/
H A Dstrdup.c138 void *datap = realloc(ptr, size); in Curl_saferealloc() local
139 if(size && !datap) in Curl_saferealloc()
142 return datap; in Curl_saferealloc()
H A Durl.h38 CURLcode Curl_close(struct Curl_easy **datap); /* opposite of curl_open() */
H A Dhostip.c192 hostcache_timestamp_remove(void *datap, void *hc) in hostcache_timestamp_remove() argument
195 (struct hostcache_prune_data *) datap; in hostcache_timestamp_remove()
H A Durl.c227 CURLcode Curl_close(struct Curl_easy **datap) in Curl_close() argument
231 if(!datap || !*datap) in Curl_close()
234 data = *datap; in Curl_close()
235 *datap = NULL; in Curl_close()

Completed in 26 milliseconds