Home
last modified time | relevance | path

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

/curl/src/
H A Dtool_cb_hdr.c435 size_t llen = loclen; in write_linked_location() local
448 while(llen && (*loc == ' ' || *loc == '\t')) { in write_linked_location()
450 --llen; in write_linked_location()
455 while(llen && (loc[llen-1] == '\n' || loc[llen-1] == '\r')) in write_linked_location()
456 --llen; in write_linked_location()
464 copyloc = malloc(llen + 1); in write_linked_location()
467 memcpy(copyloc, loc, llen); in write_linked_location()
468 copyloc[llen] = 0; in write_linked_location()
/curl/lib/
H A Dopenldap.c623 size_t llen; in oldap_state_mechs_resp() local
625 bvals[i].bv_len, &llen); in oldap_state_mechs_resp()
626 if(bvals[i].bv_len == llen) in oldap_state_mechs_resp()
H A Dpop3.c787 size_t llen; in pop3_state_capa_resp() local
809 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in pop3_state_capa_resp()
810 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.c942 size_t llen; in imap_state_capability_resp() local
949 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in imap_state_capability_resp()
950 if(mechbit && llen == wordlen) in imap_state_capability_resp()

Completed in 25 milliseconds