Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/src/
Dls.c140 if (is_rls ? !(supported_request ("rlist") || supported_request ("ls")) in ls()
141 : !supported_request ("list")) in ls()
144 if (quiet && !supported_request ("global-list-quiet")) in ls()
168 if (supported_request ("rlist")) in ls()
Dclient.c2402 if (supported_request ("Relative-directory")) in send_repository()
2411 if (supported_request ("Static-directory")) in send_repository()
2425 if (supported_request ("Sticky")) in send_repository()
3330 supported_request (const char *name) in supported_request() function
4030 have_global = supported_request ("Global_option"); in start_server()
4047 if (!supported_request ("Kerberos-encrypt")) in start_server()
4058 if (!supported_request ("Gssapi-encrypt")) in start_server()
4103 if (supported_request ("Gzip-stream")) in start_server()
4122 else if (supported_request ("gzip-file-contents")) in start_server()
4143 if (client_referrer && supported_request ("Referrer")) in start_server()
[all …]
Drelease.c324 || (supported_request ("noop") && supported_request ("Notify"))) in release()
Dversion.c72 if (supported_request ("version")) in version()
Dclient.h87 bool supported_request (const char *);
Dsuck.c61 if (!supported_request("suck")) in suck()
Dannotate.c110 if (is_rannotate && !supported_request ("rannotate")) in annotate()
Dcheckout.c289 && supported_request ("expand-modules")); in checkout()
Dedit.c543 if (!supported_request ("edit")) in edit()
Dlog.c301 if (is_rlog && !supported_request ("rlog")) in cvslog()
Dcommit.c539 if (ign_inhibit_server || !supported_request ("Questionable")) in commit()
Dupdate.c310 if (supported_request ("update-patches")) in update()