Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dclient.c3043 rs_optional),
3044 RSP_LINE("Referrer", handle_referrer, response_type_normal, rs_optional),
3045 RSP_LINE("Redirect", handle_redirect, response_type_redirect, rs_optional),
3048 RSP_LINE("New-entry", handle_new_entry, response_type_normal, rs_optional),
3049 RSP_LINE("Checksum", handle_checksum, response_type_normal, rs_optional),
3050 RSP_LINE("Copy-file", handle_copy_file, response_type_normal, rs_optional),
3052 RSP_LINE("Created", handle_created, response_type_normal, rs_optional),
3054 rs_optional),
3056 RSP_LINE("Patched", handle_patched, response_type_normal, rs_optional),
3057 RSP_LINE("Rcs-diff", handle_rcs_diff, response_type_normal, rs_optional),
[all …]
H A Dclient.h178 rs_optional, enumerator
H A Dserver.c669 else if (rs->status == rs_optional) in serve_valid_responses()