Home
last modified time | relevance | path

Searched refs:server_method (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/src/
H A Droot.c409 newroot->method = server_method;
654 case server_method:
H A Dcvs.h377 null_method, local_method, server_method, pserver_method, kserver_method, gserver_method, enumerator
H A DChangeLog-96948 so that it is only run for server_method. It is wrong for
1052 server_method (internal rsh client) separately.
1058 use either ext_method or server_method depending on
3020 server_method if the string contains a colon or local_method
H A Dclient.c4417 case server_method: in start_server()
/openbsd-src/regress/lib/libssl/tls/
H A Dtlstest.c233 const SSL_METHOD *(*server_method)(void); member