Searched refs:MAX_SPN (Results 1 – 1 of 1) sorted by relevance
869 const size_t MAX_MESSAGE = 12000, MAX_SPN = 256; in HttpAuthenticate() local870 char out_buf[MAX_MESSAGE], spn[MAX_SPN]; in HttpAuthenticate()873 DWORD len = MAX_SPN; in HttpAuthenticate()881 sprintfn(spn, MAX_SPN, "HTTP/%s", server.ToString().c_str()); in HttpAuthenticate()