Searched refs:NTLM_BUFSIZE (Results 1 – 3 of 3) sorted by relevance
392 unsigned char ntlmbuf[NTLM_BUFSIZE]; in Curl_auth_create_ntlm_type1_message()413 msnprintf((char *)ntlmbuf, NTLM_BUFSIZE, in Curl_auth_create_ntlm_type1_message()520 unsigned char ntlmbuf[NTLM_BUFSIZE]; in Curl_auth_create_ntlm_type3_message()684 size = msnprintf((char *)ntlmbuf, NTLM_BUFSIZE, in Curl_auth_create_ntlm_type3_message()771 if(size < (NTLM_BUFSIZE - 0x18)) { in Curl_auth_create_ntlm_type3_message()809 if(size + userlen + domlen + hostlen >= NTLM_BUFSIZE) { in Curl_auth_create_ntlm_type3_message()
30 #define NTLM_BUFSIZE 1024 macro
259 char *buf = malloc(NTLM_BUFSIZE); in ntlm_wb_response()282 size = sread(conn->ntlm_auth_hlpr_socket, buf + len_out, NTLM_BUFSIZE); in ntlm_wb_response()303 newbuf = Curl_saferealloc(buf, len_out + NTLM_BUFSIZE); in ntlm_wb_response()