Home | History | Annotate | Download | only in lib

Lines Matching refs:free

67 #include <idn-free.h>
69 /* prototype from idn-free.h, not provided by libidn 0.4.5's make install! */
73 /* if idn_free() was not found in this version of libidn use free() instead */
74 #define idn_free(x) (free)(x)
281 /* Free all dynamic strings stored in the data->set substructure. */
393 * cleanup and free all resources associated with this sessionhandle.
434 free(data->state.range);
436 /* Free the pathbuffer */
450 free(data->req.newurl);
487 free(data);
649 free(data);
681 free(data->state.headerbuff);
683 free(data);
1254 free(argptr);
1268 free(argptr);
1620 /* the already set URL is allocated, free it first! */
2196 /* use shared cookie list, first free own one if any */
2722 free(conn); /* free all the connection oriented data */
2777 free(conn->host.encalloc); /* encoded host name buffer, must be freed with
2780 free(conn->proxy.encalloc); /* encoded proxy name buffer, must be freed
3867 free(conn->master_buffer);
3868 free(conn->localdev);
3869 free(conn);
4120 free(data->state.pathbuffer);
4126 free(newp);
4157 /* possible free the old one */
4166 data->change.url_alloc = TRUE; /* free this later */
4269 free(s->range);
4344 * Curl_free_request_state() should free temp data that was allocated in the
4507 free(no_proxy);
4594 free(proxyuser);
4595 free(proxypasswd);
4776 free(*user);
4788 free(*passwd);
4800 free(*options);
4807 free(userp);
4808 free(passwdp);
4809 free(optionsp);
4897 free(ubuf);
4906 free(pbuf);
4907 free(ubuf);
5066 free(*userp);
5073 free(*passwdp);
5080 free(*optionsp);
5206 free(hostaddr);
5269 free(old_conn->proxy.rawalloc);
5271 /* free the SSL config struct from this connection struct as this was
5465 data->change.url_alloc = TRUE; /* free this later */
5519 free(proxy); /* proxy is in exception list */
5527 free(proxy); /* Unix domain sockets cannot be proxied, so disable it */
5533 free(proxy); /* Don't bother with an empty proxy string or if the
5546 free(proxy); /* parse_proxy copies the proxy string */
5731 free(conn); /* we don't need this anymore */
5858 free(options);
5859 free(passwd);
5860 free(user);
5861 free(proxy);
5983 in the connectdata struct, free those here */
6014 free(data->req.newurl);
6016 free(data->req.location);
6060 free(data->state.tempwrite);