Searched refs:item (Results 1 – 3 of 3) sorted by relevance
70 for item in $*; do71 validate $item77 for item in $builds; do78 generate $item82 for item in $builds; do83 echo "Building $item"84 build $item96 for item in $builds; do97 echo "Testing $item"98 test $item $parallel_jobs &[all …]
2533 NX_RTCP_SDES_ITEM *item; in _nx_rtcp_packet_sdes_process() local2554 item = &chunk -> nx_rtcp_sdes_item[0]; in _nx_rtcp_packet_sdes_process()2558 while (((UCHAR *)item + sizeof(NX_RTCP_SDES_ITEM) <= end) && item -> nx_rtcp_sdes_type) in _nx_rtcp_packet_sdes_process()2561 if (item -> nx_rtcp_sdes_data + item -> nx_rtcp_sdes_length > end) in _nx_rtcp_packet_sdes_process()2566 if (item -> nx_rtcp_sdes_type == NX_RTCP_SDES_TYPE_CNAME) in _nx_rtcp_packet_sdes_process()2571 sdes_info.cname_length = item -> nx_rtcp_sdes_length; in _nx_rtcp_packet_sdes_process()2574 sdes_info.cname = &item -> nx_rtcp_sdes_data[0]; in _nx_rtcp_packet_sdes_process()2583 item = (NX_RTCP_SDES_ITEM *)((UCHAR *)item + 2 + item -> nx_rtcp_sdes_length); in _nx_rtcp_packet_sdes_process()2589 … chunk = (NX_RTCP_SDES_CHUNK *)((UCHAR *)chunk + (((UCHAR *)item - (UCHAR *)chunk) >> 2) + 1); in _nx_rtcp_packet_sdes_process()
4634 … the loop that iterates to capture all the packets in a mail item.