Home
last modified time | relevance | path

Searched defs:sess (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/usr.bin/rsync/
H A Dio.c272 io_read_flush(struct sess *sess, int fd) in io_read_flush()
420 io_write_long(struct sess *sess, int fd, int64_t val) in io_write_long()
448 io_write_int(struct sess *sess, int fd, int32_t val) in io_write_int()
476 io_lowbuffer_buf(struct sess *sess, void *buf, in io_lowbuffer_buf()
508 io_lowbuffer_alloc(struct sess *sess, void **buf, in io_lowbuffer_alloc()
533 io_lowbuffer_int(struct sess *sess, void *buf, in io_lowbuffer_int()
557 io_read_long(struct sess *sess, int fd, int64_t *val) in io_read_long()
613 io_read_size(struct sess *sess, int fd, size_t *val) in io_read_size()
648 io_read_int(struct sess *sess, int fd, int32_t *val) in io_read_int()
703 io_read_byte(struct sess *sess, int fd, uint8_t *val) in io_read_byte()
[all …]
H A Duploader.c67 log_dir(struct sess *sess, const struct flist *f) in log_dir()
83 log_symlink(struct sess *sess, const struct flist *f) in log_symlink()
94 log_file(struct sess *sess, const struct flist *f) in log_file()
170 pre_symlink(struct upload *p, struct sess *sess) in pre_symlink()
275 pre_dev(struct upload *p, struct sess *sess) in pre_dev()
364 pre_fifo(struct upload *p, struct sess *sess) in pre_fifo()
441 pre_sock(struct upload *p, struct sess *sess) in pre_sock()
518 pre_dir(const struct upload *p, struct sess *sess) in pre_dir()
658 struct sess *sess) in check_file()
699 struct sess *sess) in pre_file()
[all …]
H A Dflist.c153 flist_topdirs(struct sess *sess, struct flist *fl, size_t flsz) in flist_topdirs()
184 flist_fts_check(struct sess *sess, FTSENT *ent) in flist_fts_check()
256 flist_send(struct sess *sess, int fdin, int fdout, const struct flist *fl, in flist_send()
430 flist_recv_name(struct sess *sess, int fd, struct flist *f, uint8_t flags, in flist_recv_name()
589 flist_recv(struct sess *sess, int fd, struct flist **flp, size_t *sz) in flist_recv()
797 flist_gen_dirent(struct sess *sess, char *root, struct flist **fl, size_t *sz, in flist_gen_dirent()
1021 flist_gen_dirs(struct sess *sess, size_t argc, char **argv, struct flist **flp, in flist_gen_dirs()
1049 flist_gen_files(struct sess *sess, size_t argc, char **argv, in flist_gen_files()
1128 flist_gen(struct sess *sess, size_t argc, char **argv, struct flist **flp, in flist_gen()
1166 flist_gen_dels(struct sess *sess, const char *root, struct flist **fl, in flist_gen_dels()
[all …]
H A Dids.c52 idents_assign_gid(struct sess *sess, struct flist *fl, size_t flsz, in idents_assign_gid()
74 idents_assign_uid(struct sess *sess, struct flist *fl, size_t flsz, in idents_assign_uid()
101 idents_remap(struct sess *sess, int isgid, struct ident *ids, size_t idsz) in idents_remap()
230 idents_send(struct sess *sess, in idents_send()
267 idents_recv(struct sess *sess, in idents_recv()
H A Dsession.c31 stats_log(struct sess *sess, in stats_log()
101 sess_stats_send(struct sess *sess, int fd) in sess_stats_send()
137 sess_stats_recv(struct sess *sess, int fd) in sess_stats_recv()
H A Dblocks.c136 blk_find(struct sess *sess, struct blkstat *st, in blk_find()
243 blk_match(struct sess *sess, const struct blkset *blks, in blk_match()
349 blk_recv(struct sess *sess, int fd, const char *path) in blk_recv()
448 blk_send_ack(struct sess *sess, int fd, struct blkset *p) in blk_send_ack()
489 blk_send(struct sess *sess, int fd, size_t idx, in blk_send()
H A Dextern.h238 struct sess { struct
239 const struct opts *opts; /* system options */
240 int32_t seed; /* checksum seed */
241 int32_t lver; /* local version */
242 int32_t rver; /* remote version */
243 uint64_t total_read; /* non-logging wire/reads */
244 uint64_t total_size; /* total file size */
245 uint64_t total_write; /* non-logging wire/writes */
246 int mplex_reads; /* multiplexing reads? */
247 size_t mplex_read_remain; /* remaining bytes */
[all …]
H A Dsocket.c148 inet_resolve(struct sess *sess, const char *host, size_t *sz, int passive) in inet_resolve()
246 protocol_line(struct sess *sess, __attribute__((unused)) const char *host, in protocol_line()
290 struct sess sess; in rsync_connect() local
373 struct sess sess; in rsync_socket() local
H A Dreceiver.c46 rsync_set_metadata(struct sess *sess, int newfile, in rsync_set_metadata()
107 rsync_set_metadata_at(struct sess *sess, int newfile, int rootfd, in rsync_set_metadata_at()
173 rsync_receiver(struct sess *sess, int fdin, int fdout, const char *root) in rsync_receiver()
H A Ddownloader.c78 log_file(struct sess *sess, in log_file()
115 download_reinit(struct sess *sess, struct download *p, size_t idx) in download_reinit()
174 download_alloc(struct sess *sess, int fdin, in download_alloc()
295 rsync_downloader(struct download *p, struct sess *sess, int *ofd) in rsync_downloader()
H A Dsender.c100 send_up_fsm(struct sess *sess, size_t *phase, in send_up_fsm()
283 send_dl_enqueue(struct sess *sess, struct send_dlq *q, in send_dl_enqueue()
356 rsync_sender(struct sess *sess, int fdin, in rsync_sender()
H A Dhash.c68 unsigned char *md, const struct sess *sess) in hash_slow()
85 hash_file_start(MD4_CTX *ctx, const struct sess *sess) in hash_file_start()
H A Dclient.c39 struct sess sess; in rsync_client() local
H A Dserver.c54 struct sess sess; in rsync_server() local
H A Dfargs.c45 fargs_cmdline(struct sess *sess, const struct fargs *f, size_t *skip) in fargs_cmdline()
H A Dmain.c359 struct sess sess; in main() local
/openbsd/lib/libssl/
H A Dssl_sess.c159 SSL_SESSION *sess; in SSL_get1_session() local
250 ssl_session_dup(SSL_SESSION *sess, int include_ticket) in ssl_session_dup()
544 SSL_SESSION *sess; in ssl_session_from_cache() local
574 SSL_SESSION *sess; in ssl_session_from_callback() local
611 SSL_SESSION *sess; in ssl_session_by_id() local
646 SSL_SESSION *sess = NULL; in ssl_get_prev_session() local
1241 int (*cb)(struct ssl_st *ssl, SSL_SESSION *sess)) { in SSL_CTX_sess_set_new_cb()
1255 void (*cb)(SSL_CTX *ctx, SSL_SESSION *sess)) in SSL_CTX_sess_set_remove_cb()
H A Dssl_pkt.c536 SSL_SESSION *sess = s->session; in do_ssl3_write() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20021111-1.c8 int aim_callhandler(int sess, int conn, unsigned short family, unsigned short type) in aim_callhandler()
/openbsd/sbin/mount_cd9660/
H A Dmount_cd9660.c65 int ch, mntflags, opts, sess = 0; in main() local
/openbsd/sys/kern/
H A Dtty_tty.c97 struct session *sess; in cttyioctl() local
H A Dsubr_prf.c431 tprintf_close(tpr_t sess) in tprintf_close()
447 struct session *sess = (struct session *)tpr; in tprintf() local
/openbsd/usr.sbin/ldpd/
H A Dinit.c65 struct sess_prms_tlv sess; in recv_init() local
/openbsd/lib/libkvm/
H A Dkvm_proc2.c117 struct session sess; in kvm_proclist() local
/openbsd/usr.sbin/npppd/pppoe/
H A Dpppoe_session.c71 #define pppoed_listener_this(sess) \ argument

12