Searched refs:datap (Results 1 – 4 of 4) sorted by relevance
138 void *datap = realloc(ptr, size); in Curl_saferealloc() local139 if(size && !datap) in Curl_saferealloc()142 return datap; in Curl_saferealloc()
38 CURLcode Curl_close(struct Curl_easy **datap); /* opposite of curl_open() */
192 hostcache_entry_is_stale(void *datap, void *hc) in hostcache_entry_is_stale() argument195 (struct hostcache_prune_data *) datap; in hostcache_entry_is_stale()
227 CURLcode Curl_close(struct Curl_easy **datap) in Curl_close() argument231 if(!datap || !*datap) in Curl_close()234 data = *datap; in Curl_close()235 *datap = NULL; in Curl_close()
Completed in 13 milliseconds