Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/test/cmake/azure_iot/
Drun.sh70 for item in $*; do
71 validate $item
77 for item in $builds; do
78 generate $item
82 for item in $builds; do
83 echo "Building $item"
84 build $item
96 for item in $builds; do
97 echo "Testing $item"
98 test $item $parallel_jobs &
[all …]
/NetX-Duo-v6.4.1/addons/rtp/
Dnx_rtp_sender.c2533 NX_RTCP_SDES_ITEM *item; in _nx_rtcp_packet_sdes_process() local
2554 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()
/NetX-Duo-v6.4.1/docs/
Drevision_history.txt4634 … the loop that iterates to capture all the packets in a mail item.