Home | History | Annotate | Download | only in lib

Lines Matching refs:free

108   free(co->expirestr);
109 free(co->domain);
110 free(co->path);
111 free(co->spath);
112 free(co->name);
113 free(co->value);
114 free(co->maxage);
115 free(co->version);
116 free(co);
172 free(uri_path);
215 free(uri_path);
243 free(new_path);
294 free(*str);
405 free(co);
646 free(what);
678 free(co);
849 /* Free the newcomer and get out of here! */
857 /* then free all the old pointers */
858 free(clist->name);
859 free(clist->value);
860 free(clist->domain);
861 free(clist->path);
862 free(clist->spath);
863 free(clist->expirestr);
864 free(clist->version);
865 free(clist->maxage);
869 free(co); /* free the newly alloced memory */
1004 free(line); /* free the line buffer */
1015 free(line);
1192 free(array); /* remove the temporary data again */
1218 * Free a list of cookies previously returned by Curl_cookie_getlist();
1237 * Free all session cookies in the cookies list.
1275 * Free a "cookie object" previous created with Curl_cookie_init().
1281 free(c->filename);
1283 free(c); /* free the base struct as well */
1291 * Function returns a char * to a formatted line. Has to be free()d
1367 free(format_ptr);
1397 free(line);
1426 /* since nothing is written, we can just free the list of cookie file