Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dsocks_sspi.c88 unsigned short us_length; in Curl_SOCKS5_gssapi_negotiate() local
207 us_length = htons((short)sspi_send_token.cbBuffer); in Curl_SOCKS5_gssapi_negotiate()
208 memcpy(socksreq + 2, &us_length, sizeof(short)); in Curl_SOCKS5_gssapi_negotiate()
293 memcpy(&us_length, socksreq + 2, sizeof(short)); in Curl_SOCKS5_gssapi_negotiate()
294 us_length = ntohs(us_length); in Curl_SOCKS5_gssapi_negotiate()
296 sspi_recv_token.cbBuffer = us_length; in Curl_SOCKS5_gssapi_negotiate()
297 sspi_recv_token.pvBuffer = malloc(us_length); in Curl_SOCKS5_gssapi_negotiate()
308 if(result || (actualread != us_length)) { in Curl_SOCKS5_gssapi_negotiate()
392 us_length in Curl_SOCKS5_gssapi_negotiate()
[all...]
H A Dsocks_gssapi.c125 unsigned short us_length; in Curl_SOCKS5_gssapi_negotiate() local
204 us_length = htons((short)gss_send_token.length); in Curl_SOCKS5_gssapi_negotiate()
205 memcpy(socksreq + 2, &us_length, sizeof(short)); in Curl_SOCKS5_gssapi_negotiate()
271 memcpy(&us_length, socksreq + 2, sizeof(short)); in Curl_SOCKS5_gssapi_negotiate()
272 us_length = ntohs(us_length); in Curl_SOCKS5_gssapi_negotiate()
274 gss_recv_token.length = us_length; in Curl_SOCKS5_gssapi_negotiate()
275 gss_recv_token.value = malloc(us_length); in Curl_SOCKS5_gssapi_negotiate()
288 if(result || (actualread != us_length)) { in Curl_SOCKS5_gssapi_negotiate()
385 us_length in Curl_SOCKS5_gssapi_negotiate()
[all...]

Completed in 2 milliseconds