Home
last modified time | relevance | path

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

/third_party/benchmark/test/
Dfilter_test.cc74 bool list_only = false; in main() local
76 list_only |= std::string(argv[i]).find("--benchmark_list_tests") != in main()
98 const size_t expected_reports = list_only ? 0 : expected_return; in main()
/third_party/curl/lib/
Durldata.h1492 BIT(list_only); /* list directory contents */
1861 BIT(list_only); /* list directory */
Dtransfer.c1354 data->state.list_only = data->set.list_only; in Curl_pretransfer()
Dftp.c1347 (data->state.list_only?"NLST":"LIST")); in ftp_state_prepare_transfer()
1454 (data->state.list_only?"NLST":"LIST"), in ftp_state_list()
3685 else if(data->state.list_only || !ftpc->file) { in ftp_do_more()
4425 data->state.list_only = TRUE; in ftp_setup_connection()
Dpop3.c599 if(pop3->id[0] == '\0' || data->set.list_only) { in pop3_perform_command()
Dsetopt.c1254 data->set.list_only = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_vsetopt()
/third_party/curl/lib/vssh/
Dwolfssh.c869 data->set.list_only ? in wssh_statemach_act()
Dlibssh.c1452 if(data->set.list_only) { in myssh_statemach_act()
Dlibssh2.c2333 if(data->set.list_only) { in ssh_statemach_act()