Home
last modified time | relevance | path

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

/third_party/libsoup/tests/
Dntlm-test-helper.c15 gboolean use_cached_creds; variable
22 G_OPTION_ARG_NONE, &use_cached_creds,
54 if (!username || !use_cached_creds || !helper_protocol || in main()
/third_party/curl/tests/server/
Dfake_ntlm.c125 bool use_cached_creds = FALSE; in main() local
132 use_cached_creds = TRUE; in main()
181 (use_cached_creds) ? "yes" : "no"); in main()