Searched refs:freepath (Results 1 - 2 of 2) sorted by relevance

/external/curl/lib/
H A Dfile.h31 char *freepath; /* pointer to the allocated block we must free, this might member in struct:FILEPROTO
H A Dfile.c254 file->freepath = real_path; /* free this when done */
275 Curl_safefree(file->freepath);
292 Curl_safefree(file->freepath);

Completed in 226 milliseconds