Searched refs:new_index (Results 1 – 1 of 1) sorted by relevance
463 size_t new_index = 0; in replace_url_encoded_space_by_plus() local469 url[new_index] = '+'; in replace_url_encoded_space_by_plus()473 if(new_index != orig_index) { in replace_url_encoded_space_by_plus()474 url[new_index] = url[orig_index]; in replace_url_encoded_space_by_plus()478 new_index++; in replace_url_encoded_space_by_plus()481 url[new_index] = 0; /* terminate string */ in replace_url_encoded_space_by_plus()483 return new_index; /* new size */ in replace_url_encoded_space_by_plus()
Completed in 7 milliseconds