Home
last modified time | relevance | path

Searched refs:rs_optional (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
HDclient.c3036 rs_optional),
3037 RSP_LINE("Referrer", handle_referrer, response_type_normal, rs_optional),
3038 RSP_LINE("Redirect", handle_redirect, response_type_redirect, rs_optional),
3041 RSP_LINE("New-entry", handle_new_entry, response_type_normal, rs_optional),
3042 RSP_LINE("Checksum", handle_checksum, response_type_normal, rs_optional),
3043 RSP_LINE("Copy-file", handle_copy_file, response_type_normal, rs_optional),
3045 RSP_LINE("Created", handle_created, response_type_normal, rs_optional),
3047 rs_optional),
3049 RSP_LINE("Patched", handle_patched, response_type_normal, rs_optional),
3050 RSP_LINE("Rcs-diff", handle_rcs_diff, response_type_normal, rs_optional),
[all …]
HDclient.h178 rs_optional, enumerator
HDserver.c667 else if (rs->status == rs_optional) in serve_valid_responses()