occurlfunctions.c#98 if(state->creds.userpwd != NULL) { #99 CHECK(state, CURLOPT_USERPWD, state->creds.userpwd); #158 if(state->proxy.userpwd) { #159 CHECK(state, CURLOPT_PROXYUSERPWD, state->proxy.userpwd); #356 if(state->creds.userpwd != NULL) free(state->creds.userpwd); #357 state->creds.userpwd = strdup((char*)value); #402 if(state->proxy.userpwd != NULL) free(state->proxy.userpwd); #404 state->proxy.userpwd = NULL; ocinternal.c#452 ocfree(state->proxy.userpwd); #453 ocfree(state->creds.userpwd); #672 if(state->creds.userpwd != NULL) { ocinternal.h#218 char* userpwd; /*CURLOPT_PROXYUSERPWD*/ #221 char *userpwd; /*CURLOPT_USERPWD*/ ocrc.c#50 ocextract_credentials(const char *url, char **userpwd, char **result_url) #55 if(parsed->userpwd == NULL) { #59 if(userpwd) *userpwd = strdup(parsed->userpwd); #159 ocextract_credentials(v, &state->proxy.userpwd, &result_url); #209 oclog(OCLOGNOTE,"user+pwd: %s", state->proxy.userpwd); #429 url_userpwd = uri->userpwd; #546 char* userpwd = NULL; #550 userpwd = url_userpwd; #554 userpwd = ocrc_lookup("HTTP.CREDENTIALS.USERPASSWORD",url_hostport); #556 if(userpwd == NULL && user != NULL && pwd != NULL) { #557 userpwd = combinecredentials(user,pwd); #558 state->creds.userpwd = userpwd; #559 } else if(userpwd != NULL) #560 state->creds.userpwd = strdup(userpwd); ocuri.c#104 char* userpwd = NULL; #225 userpwd = host; #298 if(userpwd != NULL && *userpwd == EOFCHAR) userpwd = NULL; #306 duri->userpwd = userpwd; #455 && duri->userpwd != NULL); #467 len += (NILLEN(duri->userpwd)+NILLEN("@")); #524 strcat(newuri,duri->userpwd); ocuri.h#19 char* userpwd; /* from user:password@ */
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed