Home
last modified time | relevance | path

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

/curl/lib/
H A Dldap.c612 BerValue **vals; in ldap_do() local
630 if(vals) { in ldap_do()
634 ldap_value_free_len(vals); in ldap_do()
645 ldap_value_free_len(vals); in ldap_do()
656 ldap_value_free_len(vals); in ldap_do()
668 result = Curl_base64_encode(vals[i]->bv_val, vals[i]->bv_len, in ldap_do()
671 ldap_value_free_len(vals); in ldap_do()
685 ldap_value_free_len(vals); in ldap_do()
699 ldap_value_free_len(vals); in ldap_do()
711 ldap_value_free_len(vals); in ldap_do()
[all …]
H A Dcf-socket.c172 struct tcp_keepalive vals; in tcpkeepalive() local
174 vals.onoff = 1; in tcpkeepalive()
177 vals.keepalivetime = optval; in tcpkeepalive()
180 vals.keepaliveinterval = optval; in tcpkeepalive()
181 if(WSAIoctl(sockfd, SIO_KEEPALIVE_VALS, (LPVOID) &vals, sizeof(vals), in tcpkeepalive()

Completed in 16 milliseconds