Home
last modified time | relevance | path

Searched defs:config (Results 676 - 700 of 842) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/nghttp2/src/
H A Dshrpx_config.cc70 Config *config; member
1178 parse_mapping(Config *config, DownstreamAddrConfig &addr, std::map<StringRef, size_t> &pattern_addr_indexer, const StringRef &src_pattern, const StringRef &src_params) parse_mapping() argument
1660 parse_psk_secrets(Config *config, const StringRef &path) parse_psk_secrets() argument
1726 parse_client_psk_secrets(Config *config, const StringRef &path) parse_client_psk_secrets() argument
2810 parse_config(Config *config, const StringRef &opt, const StringRef &optarg, std::set<StringRef> &included_set, std::map<StringRef, size_t> &pattern_addr_indexer) parse_config() argument
2818 parse_config(Config *config, int optid, const StringRef &opt, const StringRef &optarg, std::set<StringRef> &included_set, std::map<StringRef, size_t> &pattern_addr_indexer) parse_config() argument
4189 load_config(Config *config, const char *filename, std::set<StringRef> &include_set, std::map<StringRef, size_t> &pattern_addr_indexer) load_config() argument
4417 configure_downstream_group(Config *config, bool http2_proxy, bool numeric_addr_only, const TLSConfig &tlsconf) configure_downstream_group() argument
[all...]
H A Dshrpx_client_handler.cc473 auto config = get_config(); in ClientHandler() local
552 auto config = get_config(); in setup_http3_upstream() local
1223 auto config = get_config(); in write_accesslog() local
1505 auto config = get_config(); in proxy_protocol_read() local
1665 auto config = get_config(); proxy_protocol_v2_read() local
[all...]
H A Dshrpx.cc311 auto config = get_config(); in worker_process_set_termination_deadline() local
359 auto config = get_config(); in worker_process_adjust_limit() local
393 auto config = get_config(); in save_pid() local
544 auto config = get_config(); exec_binary() local
663 auto config = get_config(); reopen_log() local
983 get_inherited_addr_from_config(BlockAllocator &balloc, Config *config) get_inherited_addr_from_config() argument
1045 get_inherited_addr_from_env(Config *config) get_inherited_addr_from_env() argument
1298 create_acceptor_socket(Config *config, std::vector<InheritedAddr> &iaddrs) create_acceptor_socket() argument
1421 generate_cid_prefix( std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> &cid_prefixes, const Config *config) generate_cid_prefix() argument
1646 auto config = get_config(); fork_worker_process() local
1792 auto config = mod_config(); event_loop() local
1935 fill_default_config(Config *config) fill_default_config() argument
2210 auto config = get_config(); print_help() local
3638 process_options(Config *config, std::vector<std::pair<StringRef, StringRef>> &cmdcfgs) process_options() argument
3945 close_not_inherited_fd(Config *config, const std::vector<InheritedAddr> &iaddrs) close_not_inherited_fd() argument
[all...]
H A DHttpServer.cc129 auto config = hd->get_config(); in stream_timeout_cb() local
239 Sessions(HttpServer *sv, struct ev_loop *loop, const Config *config, in Sessions() argument
464 auto config = handler->get_config(); in echo_upload() local
853 auto config = sessions_->get_config(); in connection_made() local
1109 auto config = hd->get_config(); file_read_callback() local
1752 fill_callback(nghttp2_session_callbacks *callbacks, const Config *config) fill_callback() argument
1838 AcceptHandler(HttpServer *sv, Sessions *sessions, const Config *config) AcceptHandler() argument
1989 HttpServer(const Config *config) HttpServer() argument
2020 start_listen(HttpServer *sv, struct ev_loop *loop, Sessions *sessions, const Config *config) start_listen() argument
2101 auto config = static_cast<HttpServer *>(arg)->get_config(); alpn_select_proto_cb() local
[all...]
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.h258 struct intel_perf_registers config; member
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c90 const struct blorp_config config = { in anv_device_init_blorp() local
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_x11.c1026 xcb_present_configure_notify_event_t *config = (void *) event; in x11_handle_dri3_present_event() local
/third_party/libinput/src/
H A Dlibinput-private.h413 struct libinput_device_config config; member
H A Devdev.h208 struct libinput_device_config_scroll_method config; member
244 struct libinput_device_config_accel config; member
253 struct libinput_device_config_left_handed config; member
264 struct libinput_device_config_middle_emulation config; member
364 struct libinput_device_config_send_events config; member
/third_party/node/deps/v8/src/deoptimizer/
H A Ddeoptimizer.cc1649 const RegisterConfiguration* config = RegisterConfiguration::Default(); in DoComputeBuiltinContinuation() local
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.cc860 int config = ContextIndexBits::encode(script_context_index) | in ConfigureLexicalVarMode() local
533 FeedbackNexus(Handle<FeedbackVector> vector, FeedbackSlot slot, const NexusConfig& config) FeedbackNexus() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c2131 zink_internal_create_screen(const struct pipe_screen_config *config) in zink_internal_create_screen() argument
2409 zink_create_screen(struct sw_winsys *winsys, const struct pipe_screen_config *config) in zink_create_screen() argument
2420 zink_drm_create_screen(int fd, const struct pipe_screen_config *config) in zink_drm_create_screen() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp1381 PipelineLayoutBindingTestCases(tcu::TestContext& testCtx, const std::string& name, const BindingTestConfig& config) PipelineLayoutBindingTestCases() argument
1399 PipelineLayoutBindingTestInstance(Context& context, const BindingTestConfig& config) PipelineLayoutBindingTestInstance() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassDepthStencilResolveTests.cpp244 DepthStencilResolveTest::DepthStencilResolveTest (Context& context, TestConfig config) in DepthStencilResolveTest() argument
H A DvktRenderPassMultisampleResolveTests.cpp212 MultisampleRenderPassTestBase::MultisampleRenderPassTestBase (Context& context, TestConfig config) in MultisampleRenderPassTestBase() argument
664 MultisampleRenderPassTestInstance(Context& context, TestConfig config) MultisampleRenderPassTestInstance() argument
669 MultisampleRenderPassTestInstance(Context& context, TestConfig config, deUint32 renderLevel) MultisampleRenderPassTestInstance() argument
1913 MaxAttachmenstsRenderPassTestInstance(Context& context, TestConfig config) MaxAttachmenstsRenderPassTestInstance() argument
2765 MultisampleRenderPassResolveLevelTestInstance(Context& context, TestConfig2 config) MultisampleRenderPassResolveLevelTestInstance() argument
2953 checkSupport(Context& context, TestConfigType config) checkSupport() argument
[all...]
H A DvktRenderPassMultisampleTests.cpp1348 MultisampleRenderPassTestInstance::MultisampleRenderPassTestInstance (Context& context, TestConfig config) in MultisampleRenderPassTestInstance() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp95 NotSupportedChecker(const Context& context, TestConfig config, const OperationSupport& writeOp, const OperationSupport& readOp) NotSupportedChecker() argument
1006 SharingTestInstance(Context& context, TestConfig config) SharingTestInstance() argument
[all...]
H A DvktSynchronizationSmokeTests.cpp103 Move<VkDevice> createTestDevice (Context& context, SemaphoreTestConfig& config, const VkInstance& instance, const InstanceInterface& vki, deUint32* outQueueFamilyIndex) in createTestDevice() argument
1145 tcu::TestStatus testSemaphores (Context& context, SemaphoreTestConfig config) in testSemaphores() argument
1287 checkSupport(Context& context, SemaphoreTestConfig config) checkSupport() argument
[all...]
H A DvktSynchronizationWin32KeyedMutexTests.cpp1522 Win32KeyedMutexTestInstance(Context& context, TestConfig config) Win32KeyedMutexTestInstance() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTimingTests.cpp1193 TestConfig config; in createDisplayTimingTests() local
H A DvktWsiIncrementalPresentTests.cpp1225 TestConfig config; in createIncrementalPresentTests() local
H A DvktWsiMaintenance1Tests.cpp1110 PresentFenceTestConfig config; in populatePresentFenceGroup() local
1322 PresentModesTestConfig config; populatePresentModesGroup() local
1331 PresentFenceTestConfig config; populatePresentModesGroup() local
1386 PresentFenceTestConfig config; populatePresentModesGroup() local
1822 ScalingQueryTestConfig config; populateScalingTests() local
1850 ScalingTestConfig config; populateScalingTests() local
1950 PresentFenceTestConfig config; populateDeferredAllocGroup() local
2342 ReleaseImagesTestConfig config; populateReleaseImagesGroup() local
[all...]
H A DvktWsiSharedPresentableImageTests.cpp1151 TestConfig config; in createSharedPresentableImageTests() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.cpp1929 Error Display::valdiatePixmap(const Config *config, in valdiatePixmap() argument
H A Dformatutils.cpp1435 GLenum GetConfigColorBufferFormat(const egl::Config *config) in GetConfigColorBufferFormat() argument
1472 GetConfigDepthStencilBufferFormat(const egl::Config *config) GetConfigDepthStencilBufferFormat() argument
[all...]

Completed in 59 milliseconds

1...<<21222324252627282930>>...34