strbuf_addstr_urlencode   75 credential-store.c 	strbuf_addstr_urlencode(&buf, c->username, 1);
strbuf_addstr_urlencode   77 credential-store.c 	strbuf_addstr_urlencode(&buf, c->password, 1);
strbuf_addstr_urlencode   80 credential-store.c 		strbuf_addstr_urlencode(&buf, c->host, 1);
strbuf_addstr_urlencode   83 credential-store.c 		strbuf_addstr_urlencode(&buf, c->path, 0);
strbuf_addstr_urlencode  512 strbuf.h       extern void strbuf_addstr_urlencode(struct strbuf *, const char *,