Lines Matching refs:outptr
59 char *outptr; in Curl_dedotdotify() local
72 outptr = out; in Curl_dedotdotify()
125 while(outptr > out) { in Curl_dedotdotify()
126 outptr--; in Curl_dedotdotify()
127 if(*outptr == '/') in Curl_dedotdotify()
130 *outptr = 0; /* zero-terminate where it stops */ in Curl_dedotdotify()
137 while(outptr > out) { in Curl_dedotdotify()
138 outptr--; in Curl_dedotdotify()
139 if(*outptr == '/') in Curl_dedotdotify()
142 *outptr = 0; /* zero-terminate where it stops */ in Curl_dedotdotify()
160 *outptr++ = *clone++; in Curl_dedotdotify()
163 *outptr = 0; in Curl_dedotdotify()
175 memcpy(outptr, &input[oindex], qlen + 1); /* include the end zero byte */ in Curl_dedotdotify()