Searched refs:supported_request (Results 1 – 14 of 14) sorted by relevance
142 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()
2407 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() function4018 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 …]
326 || (supported_request ("noop") && supported_request ("Notify"))) in release()
78 if (supported_request ("version")) in version()
87 bool supported_request (const char *);
105 if (is_rannotate && !supported_request ("rannotate")) in annotate()
291 && supported_request ("expand-modules")); in checkout()
543 if (!supported_request ("edit")) in edit()
303 if (is_rlog && !supported_request ("rlog")) in cvslog()
539 if (ign_inhibit_server || !supported_request ("Questionable")) in commit()
317 if (supported_request ("update-patches")) in update()
2309 * client.c (supported_request): Reindent.2458 Also call supported_request rather than reimplementing it.4395 * client.c (supported_request), server.c (supported_response):
1650 (supported_request): Add external declaration for this;3141 * client.c (supported_request): New function.
2943 (supported_request): Change API to use bool & const.2945 * client.h (supported_request): Update proto.12006 * client.c (handle_valid_requests, supported_request): Change