Searched refs:STREAM_SKIP_UINT16 (Results 1 – 4 of 4) sorted by relevance
60 #define STREAM_SKIP_UINT16(p) … macro
60 #define STREAM_SKIP_UINT16(p) \ macro
182 STREAM_SKIP_UINT16(stream); // skip the handle in reassemble_and_dispatch()
260 #define STREAM_SKIP_UINT16(p) do { (p) += 2; } while (0) macro