Searched refs:llen (Results 1 – 5 of 5) sorted by relevance
435 size_t llen = loclen; in write_linked_location() local448 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()
623 size_t llen; in oldap_state_mechs_resp() local625 bvals[i].bv_len, &llen); in oldap_state_mechs_resp()626 if(bvals[i].bv_len == llen) in oldap_state_mechs_resp()
787 size_t llen; in pop3_state_capa_resp() local809 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in pop3_state_capa_resp()810 if(mechbit && llen == wordlen) in pop3_state_capa_resp()
928 size_t llen; in smtp_state_ehlo_resp() local950 mechbit = Curl_sasl_decode_mech(line, wordlen, &llen); in smtp_state_ehlo_resp()951 if(mechbit && llen == wordlen) in smtp_state_ehlo_resp()
942 size_t llen; in imap_state_capability_resp() local949 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