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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_operate.c114 char *httpgetfields = NULL; local
314 httpgetfields = strdup(config->postfields);
316 if(!httpgetfields) {
711 if(httpgetfields) {
734 urlbuffer = malloc(strlen(this_url) + strlen(httpgetfields) + 3);
740 sprintf(urlbuffer, "%s%c%s", this_url, sep, httpgetfields);
745 sprintf(urlbuffer, "%s/?%s", this_url, httpgetfields);
1523 Curl_safefree(httpgetfields);

Completed in 116 milliseconds