Home
last modified time | relevance | path

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

/curl/lib/
H A Dsocks_gssapi.c125 unsigned short us_length; in Curl_SOCKS5_gssapi_negotiate() local
272 memcpy(&us_length, socksreq + 2, sizeof(short)); in Curl_SOCKS5_gssapi_negotiate()
273 us_length = ntohs(us_length); in Curl_SOCKS5_gssapi_negotiate()
275 gss_recv_token.length = us_length; in Curl_SOCKS5_gssapi_negotiate()
276 gss_recv_token.value = malloc(us_length); in Curl_SOCKS5_gssapi_negotiate()
289 if(result || (actualread != us_length)) { in Curl_SOCKS5_gssapi_negotiate()
387 us_length = htons((short)1); in Curl_SOCKS5_gssapi_negotiate()
469 memcpy(&us_length, socksreq + 2, sizeof(short)); in Curl_SOCKS5_gssapi_negotiate()
470 us_length = ntohs(us_length); in Curl_SOCKS5_gssapi_negotiate()
472 gss_recv_token.length = us_length; in Curl_SOCKS5_gssapi_negotiate()
[all …]
H A Dsocks_sspi.c88 unsigned short us_length; in Curl_SOCKS5_gssapi_negotiate() local
295 us_length = ntohs(us_length); in Curl_SOCKS5_gssapi_negotiate()
297 sspi_recv_token.cbBuffer = us_length; in Curl_SOCKS5_gssapi_negotiate()
298 sspi_recv_token.pvBuffer = malloc(us_length); in Curl_SOCKS5_gssapi_negotiate()
309 if(result || (actualread != us_length)) { in Curl_SOCKS5_gssapi_negotiate()
394 us_length = htons((unsigned short)1); in Curl_SOCKS5_gssapi_negotiate()
538 memcpy(&us_length, socksreq + 2, sizeof(short)); in Curl_SOCKS5_gssapi_negotiate()
539 us_length = ntohs(us_length); in Curl_SOCKS5_gssapi_negotiate()
541 sspi_w_token[0].cbBuffer = us_length; in Curl_SOCKS5_gssapi_negotiate()
542 sspi_w_token[0].pvBuffer = malloc(us_length); in Curl_SOCKS5_gssapi_negotiate()
[all …]

Completed in 8 milliseconds