Home | History | Annotate | Download | only in vauth

Lines Matching defs:chlg

94   unsigned char *chlg = NULL;
133 result = Curl_base64_decode(chlg64, &chlg, &chlglen);
139 if(!chlg) {
146 input_token.value = chlg;
216 unsigned char *chlg = NULL;
233 result = Curl_base64_decode(chlg64, &chlg, &chlglen);
239 if(!chlg) {
253 free(chlg);
265 free(chlg);
271 input_token.value = chlg;
282 free(chlg);
292 free(chlg);
300 free(chlg);