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

/external/curl/lib/
H A Dtransfer.c1451 /* strcpy_url() copies a url to a output buffer and URL-encodes the spaces in
1454 static void strcpy_url(char *output, const char *url) function
1651 strcpy_url(&newest[urllen], useurl);
1732 strcpy_url(newest, newurl); /* create a space-free URL */

Completed in 51 milliseconds