Home
last modified time | relevance | path

Searched refs:vc_type (Results 1 – 25 of 66) sorted by relevance

123

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTunnel.h158 HttpTunnelType_t vc_type = HT_HTTP_CLIENT; member
193 HttpTunnelType_t vc_type = HT_HTTP_SERVER; member
288 HttpTunnelType_t vc_type, const char *name);
294 …r(VConnection *vc, VConnection *producer, HttpConsumerHandler sm_handler, HttpTunnelType_t vc_type,
433 if (producers[i].vc_type == type) { in get_producer()
511 if (consumer.vc_type == HT_CACHE_WRITE && consumer.vc != nullptr) { in has_cache_writer()
531 if (consumer.vc_type == HT_HTTP_CLIENT) { in has_consumer_besides_client()
565 return HT_HTTP_CLIENT == vc_type || HT_CACHE_WRITE == vc_type; in is_sink()
573 return HT_HTTP_SERVER == vc_type || HT_CACHE_READ == vc_type || HT_HTTP_CLIENT == vc_type; in is_source()
H A DHttpTunnel.cc398 if (HT_TRANSFORM == c->vc_type) { in backlog()
614 p->vc_type = vc_type; in add_producer()
679 c->vc_type = vc_type; in add_consumer()
743 if (c->vc_type == HT_CACHE_WRITE) { in producer_run()
751 if (c->vc_type == HT_TRANSFORM) { in producer_run()
829 if (c->vc_type == HT_CACHE_WRITE) { in producer_run()
872 if (p->vc_type == HT_BUFFER_READ) { in producer_run()
955 if (p->vc_type == HT_HTTP_CLIENT) { in producer_run()
1145 if (p->vc_type == HT_BUFFER_READ) { in producer_handler()
1327 if (c->vc_type == HT_HTTP_SERVER) { in consumer_handler()
[all …]
H A DHttpSM.cc247 e->vc_type = HTTP_UNKNOWN; in remove_entry()
262 switch (e->vc_type) { in cleanup_entry()
273 if (e->vc_type == HTTP_SERVER_VC) { in cleanup_entry()
598 ua_entry->vc_type = HTTP_UA_VC; in attach_client_session()
2855 if (p->vc_type != HT_BUFFER_READ) { in tunnel_handler_post()
3190 ink_assert(p->vc_type == HT_HTTP_SERVER); in tunnel_handler_server()
3378 if (p->alive && ((p->vc_type == HT_CACHE_READ) || (p->vc_type == HT_HTTP_SERVER))) { in tunnel_handler_ua()
3856 switch (p->vc_type) { in tunnel_handler_ssl_producer()
3923 switch (c->vc_type) { in tunnel_handler_ssl_consumer()
6672 ink_assert(c->vc_type == HT_TRANSFORM); in setup_transfer_from_transform()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/vcs/
H A D__init__.py75 for vc_type in self._registry.values():
76 if vc_type.controls_location(location):
78 location, vc_type.name)
79 return vc_type.name
88 vc_type = self.get_backend_name(location)
89 if vc_type:
90 return self.get_backend(vc_type)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/vcs/
H A D__init__.py75 for vc_type in self._registry.values():
76 if vc_type.controls_location(location):
78 location, vc_type.name)
79 return vc_type.name
88 vc_type = self.get_backend_name(location)
89 if vc_type:
90 return self.get_backend(vc_type)
/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DPluginVC.cc88 vc_type(PLUGIN_VC_UNKNOWN), in PluginVC()
595 if (vc_type == PLUGIN_VC_ACTIVE) { in process_read_side()
599 ink_assert(vc_type == PLUGIN_VC_PASSIVE); in process_read_side()
954 if (vc_type == PLUGIN_VC_ACTIVE) { in set_local_addr()
966 if (vc_type == PLUGIN_VC_ACTIVE) { in set_remote_addr()
1005 if (vc_type == PLUGIN_VC_ACTIVE) { in get_data()
1012 if (vc_type == PLUGIN_VC_ACTIVE) { in get_data()
1032 if (vc_type == PLUGIN_VC_ACTIVE) { in set_data()
1039 if (vc_type == PLUGIN_VC_ACTIVE) { in set_data()
1070 active_vc.vc_type = PLUGIN_VC_ACTIVE; in init()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmbyte.h52 .vc_type = CONV_NONE, \
59 int vc_type; ///< Zero or more ConvFlags. member
H A Dmbyte.c1927 vimconv.vc_type = CONV_NONE; in utf_find_illegal()
1938 if (vimconv.vc_type != CONV_NONE) { in utf_find_illegal()
1953 if (vimconv.vc_type == CONV_NONE) { in utf_find_illegal()
2484 vcp->vc_type = CONV_TO_UTF8; in convert_setup_ext()
2488 vcp->vc_type = CONV_9_TO_UTF8; in convert_setup_ext()
2492 vcp->vc_type = CONV_TO_LATIN1; in convert_setup_ext()
2495 vcp->vc_type = CONV_TO_LATIN9; in convert_setup_ext()
2503 vcp->vc_type = CONV_ICONV; in convert_setup_ext()
2508 if (vcp->vc_type == CONV_NONE) { in convert_setup_ext()
2550 switch (vcp->vc_type) { in string_convert_ext()
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Dmbyte.c484 input_conv.vc_type = CONV_NONE; in mb_init()
486 output_conv.vc_type = CONV_NONE; in mb_init()
639 vimconv.vc_type = CONV_NONE; in mb_init()
5041 vcp->vc_type = CONV_NONE; in convert_setup_ext()
5064 vcp->vc_type = CONV_TO_UTF8; in convert_setup_ext()
5070 vcp->vc_type = CONV_9_TO_UTF8; in convert_setup_ext()
5076 vcp->vc_type = CONV_TO_LATIN1; in convert_setup_ext()
5088 vcp->vc_type = CONV_CODEPAGE; in convert_setup_ext()
5101 vcp->vc_type = CONV_MAC_UTF8; in convert_setup_ext()
5110 vcp->vc_type = CONV_UTF8_MAC; in convert_setup_ext()
[all …]
H A Dgui.h522 ((output_conv.vc_type == CONV_NONE || (String) == NULL) \
527 ((String) = ((output_conv.vc_type == CONV_NONE) \
532 ((input_conv.vc_type == CONV_NONE || (String) == NULL) \
537 ((String) = ((input_conv.vc_type == CONV_NONE) \
H A Dos_mac_conv.c350 conv.vc_type = CONV_NONE; in mac_utf16_to_enc()
358 if (conv.vc_type == CONV_NONE) in mac_utf16_to_enc()
403 conv.vc_type = CONV_NONE; in mac_enc_to_utf16()
409 if (conv.vc_type != CONV_NONE) in mac_enc_to_utf16()
H A Dtime.c317 conv.vc_type = CONV_NONE; in f_strftime()
320 if (conv.vc_type != CONV_NONE) in f_strftime()
328 if (conv.vc_type != CONV_NONE) in f_strftime()
331 if (conv.vc_type != CONV_NONE) in f_strftime()
367 conv.vc_type = CONV_NONE; in f_strptime()
370 if (conv.vc_type != CONV_NONE) in f_strptime()
377 if (conv.vc_type != CONV_NONE) in f_strptime()
H A Dwinclip.c642 conv.vc_type = CONV_NONE; in enc_to_utf16()
646 if (conv.vc_type != CONV_NONE) in enc_to_utf16()
708 conv.vc_type = CONV_NONE; in utf16_to_enc()
711 if (conv.vc_type == CONV_NONE) in utf16_to_enc()
H A Dos_macosx.m130 if (input_conv.vc_type != CONV_NONE)
136 if (input_conv.vc_type != CONV_NONE)
165 if (output_conv.vc_type != CONV_NONE)
H A Dui.c43 if (output_conv.vc_type != CONV_NONE) in ui_write()
59 if (output_conv.vc_type != CONV_NONE) in ui_write()
1024 if (input_conv.vc_type != CONV_NONE) in fill_input_buf()
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dlog_vtab_impl.hh88 vc_type(type), in vtab_column()
101 int vc_type; member
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_internal/req/
H A Dconstructors.py117 vc_type = url.split('+', 1)[0].lower()
119 if not vcs.get_backend(vc_type):
/dports/editors/neovim/neovim-0.6.1/test/symbolic/klee/
H A Dviml_expressions_lexer.c83 .conv.vc_type = CONV_NONE, in main()
H A Dviml_expressions_parser.c86 .conv.vc_type = CONV_NONE, in main()
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_internal/req/
H A Dconstructors.py137 vc_type = url.split('+', 1)[0].lower()
139 if not vcs.get_backend(vc_type):
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_internal/req/
H A Dconstructors.py135 vc_type = url.split('+', 1)[0].lower()
137 if not vcs.get_backend(vc_type):
/dports/devel/py-pip/pip-20.3.4/src/pip/_internal/req/
H A Dconstructors.py125 vc_type = url.split('+', 1)[0].lower()
127 if not vcs.get_backend(vc_type):
/dports/editors/neovim/neovim-0.6.1/test/unit/viml/
H A Dhelpers.lua40 vc_type = 0,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/vendor/pip9/req/
H A Dreq_install.py581 vc_type, url = self.link.url.split('+', 1)
582 backend = vcs.get_backend(vc_type)
592 % (self.link, vc_type))
1186 vc_type = url.split('+', 1)[0].lower()
1188 if not vcs.get_backend(vc_type):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pipenv/pipenv/patched/notpip/req/
H A Dreq_install.py580 vc_type, url = self.link.url.split('+', 1)
581 backend = vcs.get_backend(vc_type)
591 % (self.link, vc_type))
1185 vc_type = url.split('+', 1)[0].lower()
1187 if not vcs.get_backend(vc_type):

123