Lines Matching defs:userp
276 char **userp;
286 userp = &data->state.aptr.proxyuserpwd;
294 userp = &data->state.aptr.userpwd;
312 free(*userp);
313 *userp = aprintf("%sAuthorization: Basic %s\r\n",
317 if(!*userp) {
338 char **userp;
341 userp = &data->state.aptr.userpwd;
342 free(*userp);
343 *userp = aprintf("Authorization: Bearer %s\r\n",
346 if(!*userp) {
1187 void *userp)
1189 struct HTTP *http = (struct HTTP *)userp;