Home
last modified time | relevance | path

Searched refs:new_index (Results 1 – 1 of 1) sorted by relevance

/curl/src/
H A Dtool_getparam.c459 size_t new_index = 0; in replace_url_encoded_space_by_plus() local
465 url[new_index] = '+'; in replace_url_encoded_space_by_plus()
469 if(new_index != orig_index) { in replace_url_encoded_space_by_plus()
470 url[new_index] = url[orig_index]; in replace_url_encoded_space_by_plus()
474 new_index++; in replace_url_encoded_space_by_plus()
477 url[new_index] = 0; /* terminate string */ in replace_url_encoded_space_by_plus()
479 return new_index; /* new size */ in replace_url_encoded_space_by_plus()

Completed in 8 milliseconds