Home | History | Annotate | Download | only in lib

Lines Matching defs:userp

284   char **userp;
290 userp = &conn->allocptr.proxyuserpwd;
295 userp = &conn->allocptr.userpwd;
311 free(*userp);
312 *userp = aprintf("%sAuthorization: Basic %s\r\n",
316 if(!*userp)
990 void *userp)
992 struct connectdata *conn = (struct connectdata *)userp;