Searched refs:MAX_SPN (Results 1 – 1 of 1) sorted by relevance
368 const size_t MAX_MESSAGE = 12000, MAX_SPN = 256; in HttpAuthenticate() local369 char out_buf[MAX_MESSAGE], spn[MAX_SPN]; in HttpAuthenticate()372 DWORD len = MAX_SPN; in HttpAuthenticate()380 snprintf(spn, MAX_SPN, "HTTP/%s", server.ToString().c_str()); in HttpAuthenticate()