Home
last modified time | relevance | path

Searched refs:type3_input (Results 1 – 1 of 1) sorted by relevance

/external/curl/tests/server/
Dfake_ntlm.c116 char *type1_input = NULL, *type3_input = NULL; in main() local
213 error = getpart(&type3_input, &size, "ntlm_auth_type3", "input", stream); in main()
243 else if(strncmp(buf, type3_input, strlen(type3_input)) == 0) { in main()