Home
last modified time | relevance | path

Searched refs:llen (Results 1 – 5 of 5) sorted by relevance

/curl/src/
H A Dtool_cb_hdr.c386 size_t llen = loclen; in write_linked_location() local
399 while(llen && (*loc == ' ' || *loc == '\t')) { in write_linked_location()
401 --llen; in write_linked_location()
406 while(llen && (loc[llen-1] == '\n' || loc[llen-1] == '\r')) in write_linked_location()
407 --llen; in write_linked_location()
415 copyloc = malloc(llen + 1); in write_linked_location()
418 memcpy(copyloc, loc, llen); in write_linked_location()
419 copyloc[llen] = 0; in write_linked_location()
/curl/lib/
H A Dopenldap.c637 size_t llen; in oldap_state_mechs_resp() local
639 bvals[i].bv_len, &llen); in oldap_state_mechs_resp()
640 if(bvals[i].bv_len == llen) in oldap_state_mechs_resp()
H A Dpop3.c729 size_t llen; in pop3_state_capa_resp() local
751 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in pop3_state_capa_resp()
752 if(mechbit && llen == wordlen) in pop3_state_capa_resp()
H A Dsmtp.c928 size_t llen; in smtp_state_ehlo_resp() local
950 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in smtp_state_ehlo_resp()
951 if(mechbit && llen == wordlen) in smtp_state_ehlo_resp()
H A Dimap.c943 size_t llen; in imap_state_capability_resp() local
950 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in imap_state_capability_resp()
951 if(mechbit && llen == wordlen) in imap_state_capability_resp()

Completed in 33 milliseconds