Home
last modified time | relevance | path

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

/webrtc/sctp/src/param/
H A Dmod.rs76 let stop_processing = ((raw_type >> 15) & 0x01) == 0; in build_param() localVariable
77 if stop_processing { in build_param()