Searched refs:epathp (Results 1 – 2 of 2) sorted by relevance
144 char *epath, *epathp; in url_encode() local156 epath = epathp = malloc(new_length + 1); /* One more for '\0'. */ in url_encode()166 snprintf(epathp, 4, "%%" "%02x", in url_encode()168 epathp += 3; in url_encode()170 *(epathp++) = path[i]; in url_encode()172 *epathp = '\0'; in url_encode()
301 char *epath, *epathp; in url_encode() local314 epath = epathp = malloc(new_length + 1); /* One more for '\0'. */ in url_encode()324 snprintf(epathp, 4, "%%" "%02x", in url_encode()326 epathp += 3; in url_encode()328 *(epathp++) = path[i]; in url_encode()330 *epathp = '\0'; in url_encode()