Searched refs:curl_free (Results 1 - 16 of 16) sorted by relevance

/external/curl/tests/libtest/
H A Dlib543.c52 curl_free(s);
H A Dlib558.c47 curl_free(ptr);
H A Dfirst.c94 curl_free(env);
96 /* this weird stuff here is to make curl_free() get called
107 curl_free(env);
H A Dlib509.c139 curl_free(str);
H A Dlib506.c264 tdata.url = suburl( URL, i ); /* must be curl_free()d */
271 curl_free( tdata.url );
301 curl_free(url);
365 curl_free(url);
/external/curl/tests/unit/
H A Dunit1396.c93 curl_free(out);
108 curl_free(out);
/external/curl/src/
H A Dtool_operhlp.c111 curl_free(encfile);
166 curl_free(tdir);
H A Dtool_main.c104 curl_free(env);
106 /* this weird stuff here is to make curl_free() get called
117 curl_free(env);
H A Dtool_cb_prg.c134 curl_free(colp);
H A Dtool_easysrc.c120 curl_free(bufp);
H A Dtool_operate.c250 curl_free(env);
261 curl_free(env);
272 curl_free(env);
282 curl_free(env);
1065 curl_free(file);
H A Dtool_getparam.c1179 curl_free(enc);
1190 curl_free(enc);
/external/curl/lib/
H A Descape.c228 void curl_free(void *p) function
/external/libmicrohttpd/
H A DMHD_config.h.in396 /* Define curl_free() as free() if our version of curl lacks curl_free. */
397 #undef curl_free
/external/curl/include/curl/
H A Dcurl.h1910 * Returns a malloc()'ed string that MUST be curl_free()ed after usage is
1963 * NAME curl_free()
1970 CURL_EXTERN void curl_free(void *p);
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h1513 * Returns a malloc()'ed string that MUST be curl_free()ed after usage is
1566 * NAME curl_free()
1573 CURL_EXTERN void curl_free(void *p);

Completed in 351 milliseconds