Home
last modified time | relevance | path

Searched refs:supported_request (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dls.c142 if (is_rls ? !(supported_request ("rlist") || supported_request ("ls")) in ls()
143 : !supported_request ("list")) in ls()
146 if (quiet && !supported_request ("global-list-quiet")) in ls()
170 if (supported_request ("rlist")) in ls()
H A Dclient.c2407 if (supported_request ("Relative-directory")) in send_repository()
2416 if (supported_request ("Static-directory")) in send_repository()
2430 if (supported_request ("Sticky")) in send_repository()
3335 supported_request (const char *name) in supported_request() function
4018 have_global = supported_request ("Global_option"); in start_server()
4035 if (!supported_request ("Kerberos-encrypt")) in start_server()
4046 if (!supported_request ("Gssapi-encrypt")) in start_server()
4101 if (supported_request ("Gzip-stream")) in start_server()
4120 else if (supported_request ("gzip-file-contents")) in start_server()
4141 if (client_referrer && supported_request ("Referrer")) in start_server()
[all …]
H A Drelease.c326 || (supported_request ("noop") && supported_request ("Notify"))) in release()
H A Dversion.c78 if (supported_request ("version")) in version()
H A Dclient.h87 bool supported_request (const char *);
H A Dannotate.c105 if (is_rannotate && !supported_request ("rannotate")) in annotate()
H A Dcheckout.c291 && supported_request ("expand-modules")); in checkout()
H A Dedit.c543 if (!supported_request ("edit")) in edit()
H A Dlog.c303 if (is_rlog && !supported_request ("rlog")) in cvslog()
H A Dcommit.c539 if (ign_inhibit_server || !supported_request ("Questionable")) in commit()
H A Dupdate.c317 if (supported_request ("update-patches")) in update()
H A DChangeLog-962309 * client.c (supported_request): Reindent.
2458 Also call supported_request rather than reimplementing it.
4395 * client.c (supported_request), server.c (supported_response):
H A DChangeLog-93951650 (supported_request): Add external declaration for this;
3141 * client.c (supported_request): New function.
H A DChangeLog2943 (supported_request): Change API to use bool & const.
2945 * client.h (supported_request): Update proto.
12006 * client.c (handle_valid_requests, supported_request): Change