Searched defs:test_config (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/plugins/radius/
H A Dconfig.c21 static int test_config(char *);
256 return test_config(filename);
301 * Function: test_config
308 static int test_config(char *filename) function
/external/chromium/net/http/
H A Dhttp_network_transaction_unittest.cc7408 const TestConfig& test_config = test_configs[i]; local
7411 if (test_config.proxy_auth_timing != AUTH_NONE) {
7414 GURL origin(test_config.proxy_url);
7420 test_config.proxy_auth_timing == AUTH_ASYNC,
7421 test_config.proxy_auth_rv);
7424 if (test_config.server_auth_timing != AUTH_NONE) {
7427 GURL origin(test_config.server_url);
7433 test_config.server_auth_timing == AUTH_ASYNC,
7434 test_config.server_auth_rv);
7437 if (test_config
[all...]

Completed in 127 milliseconds