Searched refs:test_once (Results 1 – 2 of 2) sorted by relevance
62 static CURLcode test_once(char *URL, bool oldstyle) in test_once() function216 res = test_once(URL, TRUE); /* old */ in test()218 res = test_once(URL, FALSE); /* new */ in test()
59 static CURLcode test_once(char *URL, bool oldstyle) in test_once() function259 res = test_once(URL, TRUE); /* old */ in test()261 res = test_once(URL, FALSE); /* new */ in test()
Completed in 8 milliseconds