Searched refs:SHRPX_OPT_WORKERS (Results 1 – 2 of 2) sorted by relevance
83 constexpr auto SHRPX_OPT_WORKERS = StringRef::from_lit("workers"); variable
3303 {SHRPX_OPT_WORKERS.c_str(), required_argument, nullptr, 'n'}, in main()3566 cmdcfgs.emplace_back(SHRPX_OPT_WORKERS, StringRef{optarg}); in main()