Lines Matching refs:supported_response

543 supported_response (char *name)  in supported_response()  function
3735 buf_output0 (protocol, supported_response ("MT") ? "MT text " : "M "); in do_cvs_command()
4028 if (supported_response ("F")) in do_cvs_command()
4491 if (supported_response ("Mode")) in checked_in_response()
4561 if (!supported_response ("New-entry")) in server_update_entries()
4920 if (!supported_response ("Copy-file")) in server_copy_file()
4941 if (!supported_response ("Mod-time")) in server_modtime()
5036 checksum_supported = supported_response ("Checksum"); in server_updated()
5059 if (!(supported_response ("Created") in server_updated()
5060 && supported_response ("Update-existing"))) in server_updated()
5262 return supported_response ("Rcs-diff"); in server_use_rcs_diff()
5272 set_static_supported = supported_response ("Set-static-directory"); in server_set_entstat()
5288 clear_static_supported = supported_response ("Clear-static-directory"); in server_clear_entstat()
5311 set_sticky_supported = supported_response ("Set-sticky"); in server_set_sticky()
5375 if (!supported_response ("Template")) in template_proc()
5422 if (!supported_response ("Clear-template") && in server_clear_template()
5423 !supported_response ("Template")) in server_clear_template()
5427 if (supported_response ("Clear-template")) in server_clear_template()
5743 redirect_supported = supported_response ("Redirect"); in serve_command_prep()
5755 if (supported_response ("Referrer")) in serve_command_prep()
6006 && supported_response ("Force-gzip")) in serve_valid_requests()
7690 if (!supported_response ("Mbinary")) in cvs_output_binary()
7911 if (server_active && supported_response ("MT")) in cvs_output_tagged()