Home
last modified time | relevance | path

Searched refs:link_client (Results 1 – 11 of 11) sorted by relevance

/dports/irc/bip/bip-0.9.0-rc4/src/
H A Dbip.h18 int adm_trust(struct link_client *ic, struct line *line);
20 int adm_bip(bip_t *bip, struct link_client *ic, struct line *line, int privmsg);
21 int ssl_check_trust(struct link_client *ic);
22 void adm_blreset(struct link_client *ic);
23 void bip_notify(struct link_client *ic, char *fmt, ...);
H A Dirc.h108 struct link_client **l_clientv;
114 struct link_client *who_client;
182 struct link_client { struct
252 struct link_client *reloading_client;
258 struct link_client *irc_client_new(void);
264 void irc_client_close(struct link_client *);
265 void irc_client_free(struct link_client *);
268 void unbind_from_link(struct link_client *ic);
270 void irc_cli_backlog(struct link_client *ic, int hours);
H A Dirc.c59 void irc_client_free(struct link_client *cli);
65 static void irc_copy_cli(struct link_client *src, struct link_client *dest,
343 struct link_client *ic = link->l_clientv[i]; in rotate_who_client()
578 sizeof(struct link_client *)); in bind_to_link()
582 void unbind_from_link(struct link_client *ic) in unbind_from_link()
604 sizeof(struct link_client *)); in unbind_from_link()
1174 static void irc_copy_cli(struct link_client *src, struct link_client *dest, in irc_copy_cli()
1978 struct link_client *ircc; in irc_accept_new()
2082 irc_client_close((struct link_client *)l); in irc_close()
2086 struct link_client *irc_client_new(void) in irc_client_new()
[all …]
H A Dbip.c67 void bip_notify(struct link_client *ic, char *fmt, ...);
1279 void adm_list_all_links(struct link_client *ic) in adm_list_all_links()
1293 void adm_list_all_connections(struct link_client *ic) in adm_list_all_connections()
1369 void adm_list_users(struct link_client *ic) in adm_list_users()
1417 void adm_list_networks(struct link_client *ic) in adm_list_networks()
1498 int ssl_check_trust(struct link_client *ic) in ssl_check_trust()
1556 static int ssl_trust_next_cert(struct link_client *ic)
1561 static int ssl_discard_next_cert(struct link_client *ic)
1569 int adm_trust(struct link_client *ic, struct line *line) in adm_trust()
1638 void bip_notify(struct link_client *ic, char *fmt, ...) in bip_notify()
[all …]
/dports/net/eternalterminal/EternalTerminal-et-v5.1.9/src/terminal/
H A DSshSetupHandler.cpp78 int link_client[2]; in SetupSsh() local
80 if (pipe(link_client) == -1) { in SetupSsh()
92 dup2(link_client[1], 1); in SetupSsh()
93 close(link_client[0]); in SetupSsh()
94 close(link_client[1]); in SetupSsh()
112 close(link_client[1]); in SetupSsh()
114 int nbytes = read(link_client[0], buf_client, sizeof(buf_client)); in SetupSsh()
/dports/devel/py-oci/oci-2.53.1/src/oci/tenant_manager_control_plane/
H A D__init__.py12 from .link_client import LinkClient
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dlink_loader.cc219 ResourceClient* link_client) { in LoadStylesheet() argument
268 document_for_origin->Fetcher(), link_client); in LoadStylesheet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dlink_loader.cc215 ResourceClient* link_client) { in LoadStylesheet() argument
253 link_client); in LoadStylesheet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_link_element.cc191 ResourceClient* link_client) { in LoadStylesheet() argument
193 defer_option, GetDocument(), link_client); in LoadStylesheet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_link_element.cc223 ResourceClient* link_client) { in LoadStylesheet() argument
225 defer_option, GetDocument(), link_client); in LoadStylesheet()
/dports/irc/bip/bip-0.9.0-rc4/
H A DChangeLog2013 static void irc_send_join(struct link_client *ic, struct channel *chan)