Lines Matching refs:free
105 free(co->expirestr);
106 free(co->domain);
107 free(co->path);
108 free(co->spath);
109 free(co->name);
110 free(co->value);
111 free(co->maxage);
112 free(co->version);
113 free(co);
169 free(uri_path);
212 free(uri_path);
240 free(new_path);
291 free(*str);
398 free(co);
629 free(what);
661 free(co);
816 /* Free the newcomer and get out of here! */
824 /* then free all the old pointers */
825 free(clist->name);
826 free(clist->value);
827 free(clist->domain);
828 free(clist->path);
829 free(clist->spath);
830 free(clist->expirestr);
831 free(clist->version);
832 free(clist->maxage);
836 free(co); /* free the newly alloced memory */
942 free(line); /* free the line buffer */
953 free(line);
1065 free(mainco);
1104 free(array); /* remove the temporary data again */
1130 * Free a list of cookies previously returned by Curl_cookie_getlist();
1132 * The 'cookiestoo' argument tells this function whether to just free the
1133 * list or actually also free all cookies within the list as well.
1145 free(co); /* we only free the struct since the "members" are all just
1156 * Free all session cookies in the cookies list.
1194 * Free a "cookie object" previous created with Curl_cookie_init().
1200 free(c->filename);
1202 free(c); /* free the base struct as well */
1210 * Function returns a char * to a formatted line. Has to be free()d
1289 free(format_ptr);
1323 free(line);
1353 /* since nothing is written, we can just free the list of cookie file