Lines Matching refs:free
4 This program is free software: you can redistribute it and/or modify
6 the Free Software Foundation, either version 3 of the License, or
32 free(uri->full_uri);
33 free(uri->scheme);
34 free(uri->host_and_port);
35 free(uri->host);
36 free(uri->path);
37 free(uri->path_and_more);
38 free(uri->query);
39 free(uri->fragment);
41 free(uri);
120 PRINT_INFO2("free proxy called for '%s'", proxy->url);
123 free(proxy->http_body);
125 free(proxy->url);
126 free(proxy->http_uri);
127 free(proxy);