Home
last modified time | relevance | path

Searched refs:vals (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dldap.c616 BerValue **vals; in ldap_do() local
634 if(vals) { in ldap_do()
638 ldap_value_free_len(vals); in ldap_do()
649 ldap_value_free_len(vals); in ldap_do()
660 ldap_value_free_len(vals); in ldap_do()
672 result = Curl_base64_encode(vals[i]->bv_val, vals[i]->bv_len, in ldap_do()
675 ldap_value_free_len(vals); in ldap_do()
689 ldap_value_free_len(vals); in ldap_do()
703 ldap_value_free_len(vals); in ldap_do()
715 ldap_value_free_len(vals); in ldap_do()
[all …]
H A Dcf-socket.c217 struct tcp_keepalive vals; in tcpkeepalive()
219 vals.onoff = 1; in tcpkeepalive()
222 vals.keepalivetime = (u_long)optval; in tcpkeepalive()
225 vals.keepaliveinterval = (u_long)optval; in tcpkeepalive()
226 if(WSAIoctl(sockfd, SIO_KEEPALIVE_VALS, (LPVOID) &vals, sizeof(vals), in tcpkeepalive()
/curl/tests/http/testenv/
H A Dcurl.py58 vals = [s[key] for s in stats]
59 avg[key] = mean(vals) if len(vals) else 0.0

Completed in 22 milliseconds