Home
last modified time | relevance | path

Searched refs:curl_free (Results 1 – 25 of 71) sorted by relevance

123

/curl/docs/libcurl/
H A Dcurl_free.md4 Title: curl_free
17 curl_free - reclaim memory that has been obtained through a libcurl call
24 void curl_free(void *ptr);
29 curl_free reclaims memory that has been obtained through a libcurl call. Use
30 curl_free(3) instead of free() to avoid anomalies that can result from
46 curl_free(width);
H A Dcurl_escape.md8 - curl_free (3)
39 You must curl_free(3) the returned string when you are done with it.
51 curl_free(output);
H A Dcurl_unescape.md11 - curl_free (3)
41 You must curl_free(3) the returned string when you are done with it.
57 curl_free(decoded);
H A Dcurl_getenv.md32 You must curl_free(3) the returned string when you are done with it.
44 curl_free(width);
/curl/tests/libtest/
H A Dlib1537.c48 curl_free(ptr); in test()
62 curl_free(raw); in test()
74 curl_free(raw); in test()
75 curl_free(ptr); in test()
87 curl_free(ptr); in test()
H A Dlib543.c53 curl_free(s); in test()
59 curl_free(s); in test()
64 curl_free(s); in test()
H A Dlib572.c81 curl_free(stream_uri); in test()
96 curl_free(stream_uri); in test()
131 curl_free(stream_uri); in test()
146 curl_free(stream_uri); in test()
165 curl_free(stream_uri); in test()
176 curl_free(stream_uri); in test()
H A Dlib570.c66 curl_free(stream_uri); in test()
87 curl_free(stream_uri); in test()
102 curl_free(stream_uri); in test()
115 curl_free(stream_uri); in test()
H A Dlib568.c78 curl_free(stream_uri); in test()
114 curl_free(stream_uri); in test()
130 curl_free(stream_uri); in test()
160 curl_free(stream_uri); in test()
171 curl_free(stream_uri); in test()
H A Dlib661.c57 curl_free(newURL); in test()
74 curl_free(newURL); in test()
85 curl_free(newURL); in test()
93 curl_free(newURL); in test()
163 curl_free(newURL); in test()
H A Dlib571.c137 curl_free(stream_uri); in test()
159 curl_free(stream_uri); in test()
174 curl_free(stream_uri); in test()
188 curl_free(stream_uri); in test()
206 curl_free(stream_uri); in test()
H A Dlib569.c88 curl_free(stream_uri); in test()
108 curl_free(stream_uri); in test()
123 curl_free(stream_uri); in test()
H A Dlib539.c66 curl_free(newURL); in test()
81 curl_free(newURL); in test()
H A Dlib1906.c62 curl_free(url_after); in test()
79 curl_free(url_after); in test()
H A Dlib1560.c83 curl_free(p); in checkparts()
1324 curl_free(url); in setget_parts()
1548 curl_free(url); in scopeid()
1565 curl_free(url); in scopeid()
1582 curl_free(url); in scopeid()
1600 curl_free(url); in scopeid()
1610 curl_free(url); in scopeid()
1620 curl_free(url); in scopeid()
1637 curl_free(url); in scopeid()
1676 curl_free(p); in get_nothing()
[all …]
H A Dlib558.c49 curl_free(ptr); in test()
H A Dfirst.c103 curl_free(env); in memory_tracking_init()
116 curl_free(env); in memory_tracking_init()
/curl/src/
H A Dtool_findfile.c83 curl_free(c); in checkhome()
86 curl_free(c); in checkhome()
117 curl_free(home); in findfile()
122 curl_free(home); in findfile()
131 curl_free(home); in findfile()
138 curl_free(home); in findfile()
H A Dtool_ipfs.c257 curl_free(cloneurl); in ipfs_url_rewrite()
265 curl_free(gwhost); in ipfs_url_rewrite()
266 curl_free(gwpath); in ipfs_url_rewrite()
267 curl_free(gwquery); in ipfs_url_rewrite()
268 curl_free(inputpath); in ipfs_url_rewrite()
269 curl_free(gwscheme); in ipfs_url_rewrite()
270 curl_free(gwport); in ipfs_url_rewrite()
271 curl_free(cid); in ipfs_url_rewrite()
272 curl_free(pathbuffer); in ipfs_url_rewrite()
H A Dtool_operhlp.c112 curl_free(query); in add_file_name_to_url()
113 curl_free(path); in add_file_name_to_url()
147 curl_free(encfile); in add_file_name_to_url()
173 curl_free(path); in add_file_name_to_url()
223 curl_free(path); in get_url_file_name()
252 curl_free(tdir); in get_url_file_name()
/curl/docs/examples/
H A Dparseurl.c55 curl_free(host); in main()
62 curl_free(path); in main()
74 curl_free(path); in main()
/curl/lib/vauth/
H A Doauth2.c78 Curl_bufref_set(out, oauth, strlen(oauth), curl_free); in Curl_auth_create_oauth_bearer_message()
105 Curl_bufref_set(out, xoauth, strlen(xoauth), curl_free); in Curl_auth_create_xoauth_bearer_message()
/curl/tests/unit/
H A Dunit1396.c99 curl_free(out);
114 curl_free(out);
H A Dunit1653.c104 curl_free(portnum);
120 curl_free(portnum);
148 curl_free(portnum);
200 curl_free(portnum);
H A Dunit1621.c77 curl_free(stripped);

Completed in 22 milliseconds

123