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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_msgs.h64 #define NTLM_BUFSIZE 1024 macro
H A Dcurl_ntlm_msgs.c414 unsigned char ntlmbuf[NTLM_BUFSIZE];
516 buf.cbBuffer = NTLM_BUFSIZE;
559 snprintf((char *)ntlmbuf, NTLM_BUFSIZE,
667 unsigned char ntlmbuf[NTLM_BUFSIZE];
693 type_3.cbBuffer = NTLM_BUFSIZE;
874 size = snprintf((char *)ntlmbuf, NTLM_BUFSIZE,
961 if(size < (NTLM_BUFSIZE - 0x18)) {
972 if(size < (NTLM_BUFSIZE - ntresplen)) {
996 if(size + userlen + domlen + hostlen >= NTLM_BUFSIZE) {

Completed in 40 milliseconds