Home
last modified time | relevance | path

Searched refs:channel_new (Results 1 – 25 of 94) sorted by relevance

1234

/dports/deskutils/spice-gtk/spice-gtk-0.37/tools/
H A Dspicy-stats.c44 static void channel_new(SpiceSession *s, SpiceChannel *channel, gpointer *data) in channel_new() function
110 G_CALLBACK(channel_new), NULL); in main()
H A Dspicy-screenshot.c117 static void channel_new(SpiceSession *s, SpiceChannel *channel, gpointer *data) in channel_new() function
188 G_CALLBACK(channel_new), NULL); in main()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dpygimp-api.h67 PyObject *(* channel_new)(gint32 ID); member
96 #define pygimp_channel_new (_PyGimp_API->channel_new)
/dports/science/py-obspy/obspy-1.2.2/obspy/clients/earthworm/
H A Dclient.py102 channel_new = channel[:-1] + comp
104 channel_new, starttime, endtime,
/dports/deskutils/spice-gtk/spice-gtk-0.37/src/
H A Dspice-audio.c171 static void channel_new(SpiceSession *session, SpiceChannel *channel, SpiceAudio *self) in channel_new() function
248 …spice_g_signal_connect_object(session, "channel-new", G_CALLBACK(channel_new), self, G_CONNECT_AFT… in spice_audio_new_priv()
H A Dspice-session.h95 void (*channel_new)(SpiceSession *session, SpiceChannel *channel); member
H A Dspice-gtk-session.c101 static void channel_new(SpiceSession *session, SpiceChannel *channel,
215 G_CALLBACK(channel_new), self); in spice_gtk_session_constructed()
220 channel_new(s->session, it->data, (gpointer*)self); in spice_gtk_session_constructed()
245 G_CALLBACK(channel_new), in spice_gtk_session_dispose()
1080 static void channel_new(SpiceSession *session, SpiceChannel *channel, in channel_new() function
H A Dusb-device-manager.c144 static void channel_new(SpiceSession *session, SpiceChannel *channel,
321 …spice_g_signal_connect_object(priv->session, "channel-new", G_CALLBACK(channel_new), self, G_CONNE… in spice_usb_device_manager_initable_init()
326 channel_new(priv->session, it->data, (gpointer*)self); in spice_usb_device_manager_initable_init()
790 static void channel_new(SpiceSession *session, SpiceChannel *channel, in channel_new() function
/dports/www/castget/castget-2.0.1/src/
H A Dchannel.h61 channel *channel_new(const char *url, const char *channel_file,
/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dselective_sharpen42 my $selchan = $image->channel_new($image->width, $image->height, "sharpen_mask",
/dports/irc/ii/ii-1.8/
H A Dii.c49 static Channel * channel_new(const char *);
224 channel_new(const char *name) in channel_new() function
267 c = channel_new(name); in channel_add()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dchannels.h211 Channel *channel_new(char *, int, int, int, int, u_int, u_int, int, char *, int);
H A Dchannels.c272 channel_new(char *ctype, int type, int rfd, int wfd, int efd, in channel_new() function
1262 c = channel_new("stdio-forward", SSH_CHANNEL_OPENING, in, out, in channel_connect_stdio_fwd()
1357 nc = channel_new("accepted x11 socket", in channel_post_x11_listener()
1502 nc = channel_new(rtype, nextstate, newsock, newsock, -1, in channel_post_port_listener()
1537 nc = channel_new("accepted auth socket", in channel_post_auth_listener()
1954 nc = channel_new("multiplex client", SSH_CHANNEL_MUX_CLIENT,
2867 c = channel_new("port listener", type, sock, sock, -1,
3345 c = channel_new(ctype, SSH_CHANNEL_CONNECTING, sock, sock, -1,
3517 nc = channel_new("x11 listener",
3694 c = channel_new("connected x11 socket",
/dports/net/mptsd/mptsd-1.1/
H A Ddata.h222 CHANNEL * channel_new (int service_id, int is_radio, char *id, char *name, char *source);
H A Dconfig.c145 channel = channel_new(service_id, is_radio, id, name, source); in config_load_channels()
225 …r->channel = channel_new(r->channel->service_id, r->channel->radio, r->channel->id, r->channel->na… in config_load_channels()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dchannels.h213 Channel *channel_new(char *, int, int, int, int, u_int, u_int, int, char *, int);
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dchannel.h397 channel_new (
/dports/security/razorback-api/api-0.5.0/libssh/include/libssh/
H A Dlegacy.h65 LIBSSH_API ssh_channel channel_new(ssh_session session);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/temperature/
H A Dmlx90632.c266 static int mlx90632_channel_new_select(int perform_ret, uint8_t *channel_new, in mlx90632_channel_new_select() argument
271 *channel_new = 1; in mlx90632_channel_new_select()
275 *channel_new = 2; in mlx90632_channel_new_select()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/temperature/
H A Dmlx90632.c266 static int mlx90632_channel_new_select(int perform_ret, uint8_t *channel_new, in mlx90632_channel_new_select() argument
271 *channel_new = 1; in mlx90632_channel_new_select()
275 *channel_new = 2; in mlx90632_channel_new_select()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/temperature/
H A Dmlx90632.c266 static int mlx90632_channel_new_select(int perform_ret, uint8_t *channel_new, in mlx90632_channel_new_select() argument
271 *channel_new = 1; in mlx90632_channel_new_select()
275 *channel_new = 2; in mlx90632_channel_new_select()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dchannels.c1493 c = channel_new(ssh, "stdio-forward", SSH_CHANNEL_OPENING, in, out, in channel_connect_stdio_fwd()
1668 nc = channel_new(ssh, "accepted x11 socket", in channel_post_x11_listener()
1807 nc = channel_new(ssh, rtype, nextstate, newsock, newsock, -1, in channel_post_port_listener()
1842 nc = channel_new(ssh, "accepted auth socket", in channel_post_auth_listener()
2326 nc = channel_new(ssh, "multiplex client", SSH_CHANNEL_MUX_CLIENT,
2751 c = channel_new(ssh, "mux proxy", SSH_CHANNEL_MUX_PROXY,
2778 c = channel_new(ssh, "mux proxy", SSH_CHANNEL_MUX_PROXY,
3497 c = channel_new(ssh, "port listener", type, sock, sock, -1,
3581 c = channel_new(ssh, "unix listener", type, sock, sock, -1,
4497 c = channel_new(ssh, ctype, SSH_CHANNEL_RDYNAMIC_OPEN, -1, -1, -1,
[all …]
H A Dchannels.h239 Channel *channel_new(struct ssh *, char *, int, int, int, int,
/dports/security/openssh-portable/openssh-8.8p1/
H A Dchannels.c1529 c = channel_new(ssh, "stdio-forward", SSH_CHANNEL_OPENING, in, out, in channel_connect_stdio_fwd()
1699 nc = channel_new(ssh, "accepted x11 socket", in channel_post_x11_listener()
1825 nc = channel_new(ssh, rtype, nextstate, newsock, newsock, -1, in channel_post_port_listener()
1860 nc = channel_new(ssh, "accepted auth socket", in channel_post_auth_listener()
2314 nc = channel_new(ssh, "multiplex client", SSH_CHANNEL_MUX_CLIENT,
2730 c = channel_new(ssh, "mux proxy", SSH_CHANNEL_MUX_PROXY,
2757 c = channel_new(ssh, "mux proxy", SSH_CHANNEL_MUX_PROXY,
3473 c = channel_new(ssh, "port listener", type, sock, sock, -1,
3556 c = channel_new(ssh, "unix listener", type, sock, sock, -1,
4487 c = channel_new(ssh, ctype, SSH_CHANNEL_RDYNAMIC_OPEN, -1, -1, -1,
[all …]
/dports/security/libssh/libssh-0.9.6/include/libssh/
H A Dlegacy.h62 SSH_DEPRECATED LIBSSH_API ssh_channel channel_new(ssh_session session);

1234