Home
last modified time | relevance | path

Searched refs:cvsroot_t (Results 1 – 21 of 21) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Droot.h53 } cvsroot_t; typedef
55 extern cvsroot_t *current_parsed_root;
56 extern const cvsroot_t *original_parsed_root;
58 cvsroot_t *Name_Root (const char *dir, const char *update_dir);
59 cvsroot_t *parse_cvsroot (const char *root)
61 cvsroot_t *local_cvsroot (const char *dir)
Droot.c33 cvsroot_t *
37 cvsroot_t *ret; in Name_Root()
355 cvsroot_t *current_parsed_root = NULL;
362 const cvsroot_t *original_parsed_root;
374 static cvsroot_t *new_cvsroot_t(void)
376 static cvsroot_t *
379 cvsroot_t *newroot; in new_cvsroot_t()
382 newroot = xmalloc(sizeof(cvsroot_t)); in new_cvsroot_t()
412 free_cvsroot_t (cvsroot_t *root) in free_cvsroot_t()
469 cvsroot_t *
[all …]
Dclient.h26 void make_bufs_from_fds (int, int, int, cvsroot_t *,
66 void connect_to_pserver (cvsroot_t *, struct buffer **, struct buffer **,
97 open_connection_to_server (cvsroot_t *root, struct buffer **to_server_p,
Drsh-client.c44 start_rsh_server (cvsroot_t *root, struct buffer **to_server_p, in start_rsh_server()
133 start_rsh_server (cvsroot_t *root, struct buffer **to_server_p, in start_rsh_server()
Drsh-client.h17 void start_rsh_server (cvsroot_t *, struct buffer **, struct buffer **);
Dkerberos4-client.h17 extern void start_kerberos4_server (cvsroot_t *root,
Dgssapi-client.h54 int connect_to_gserver (cvsroot_t *, int, const char *);
Dparseinfo.h52 cvsroot_t *PrimaryServer;
Dlogin.c185 cvsroot_t *tmp_root; in password_entry_parseline()
283 password_entry_operation (password_entry_operation_t operation, cvsroot_t *root, char *newpassword) in password_entry_operation()
Dserver.h221 extern cvsroot_t *referrer;
Dkerberos4-client.c40 start_kerberos4_server (cvsroot_t *root, struct buffer **to_server_p, in start_kerberos4_server()
Dbuffer.h186 fd_buffer_initialize (int fd, pid_t child_pid, cvsroot_t *root, bool input,
Dclient.c79 static void auth_server (cvsroot_t *, struct buffer *, struct buffer *,
87 static cvsroot_t *client_referrer;
157 cvsroot_t *this_root = NULL; in arg_should_not_be_sent_to_server()
3398 get_cvs_port_number (const cvsroot_t *root) in get_cvs_port_number()
3435 get_proxy_port_number (const cvsroot_t *root) in get_proxy_port_number()
3446 make_bufs_from_fds(int tofd, int fromfd, int child_pid, cvsroot_t *root, in make_bufs_from_fds()
3503 connect_to_pserver (cvsroot_t *root, struct buffer **to_server_p, in connect_to_pserver()
3611 auth_server (cvsroot_t *root, struct buffer *to_server, in auth_server()
3781 connect_to_forked_server (cvsroot_t *root, struct buffer **to_server_p, in connect_to_forked_server()
3850 open_connection_to_server (cvsroot_t *root, struct buffer **to_server_p, in open_connection_to_server()
Drecurse.c267 cvsroot_t *root = Name_Root (NULL, update_dir); in start_recursion()
691 cvsroot_t *this_root = Name_Root (NULL, update_dir); in do_recursion()
1146 cvsroot_t *this_root = Name_Root (dir, update_dir); in do_dir_proc()
Dcvs.h937 int get_cvs_port_number (const cvsroot_t *root);
939 char *normalize_cvsroot (const cvsroot_t *root)
Dgssapi-client.c82 connect_to_gserver (cvsroot_t *root, int sock, const char *hostname) in connect_to_gserver()
Dparseinfo.c494 cvsroot_t *tmproot; in parse_config()
Dbuffer.c1737 cvsroot_t *root;
1753 fd_buffer_initialize (int fd, pid_t child_pid, cvsroot_t *root, bool input, in fd_buffer_initialize()
Dmain.c546 cvsroot_t *CVSroot_parsed = NULL; in main()
Dserver.c175 cvsroot_t *referrer;
4831 cvsroot_t *saved_parsed_root; in serve_init()
DChangeLog292 * server.c (server_init): Don't free cvsroot_t when finished with it.
296 * root.h (cvsroot_t->isremote): Update comment.
300 * root.h (cvsroot_t->isremote): Declare bool.
1327 * root.h (cvsroot_t): Include remote elements with SERVER_SUPPORT.
1502 * root.h (cvsroot_t): Add redirect field.
1530 * root.c (Name_root), server.c (serve_referrer): Don't free cvsroot_t.
1544 * root.h (cvsroot_t): Add cvs_rsh and cvs_server for bookkeeping
2442 * root.c (original_root): Make cvsroot_t and rename to...
2634 * root.c (Name_Root): Return a parsed cvsroot_t rather than a string.
4244 * root.h (cvsroot_t): Move username, password, hostname, port inside
[all …]