Lines Matching refs:xIterator

1116     ListItem_t xIterator;  in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()  local
1126 …listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) … in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1128 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1130 …listGET_NEXT_ExpectAndReturn( &( xIterator ), ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) … in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1141 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2() local
1154 …listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) … in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1156 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1158 …listGET_NEXT_ExpectAndReturn( &( xIterator ), ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) … in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1169 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3() local
1184 …listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) … in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1186 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1188 …listGET_NEXT_ExpectAndReturn( &( xIterator ), ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) … in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1199 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4() local
1214 …listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) … in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1216 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1218 …listGET_NEXT_ExpectAndReturn( &( xIterator ), ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) … in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1229 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1() local
1247 …listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) … in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1249 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1251 …listGET_NEXT_ExpectAndReturn( &( xIterator ), ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) … in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1270 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2() local
1288 …listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) … in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1290 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1292 …listGET_NEXT_ExpectAndReturn( &( xIterator ), ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) … in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1311 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3() local
1329 …listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) … in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1331 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1333 …listGET_NEXT_ExpectAndReturn( &( xIterator ), ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) … in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1352 ListItem_t xIterator; in test_prvTCPSetSocketCount_NotListeningSock_1() local
1365 …listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) … in test_prvTCPSetSocketCount_NotListeningSock_1()
1367 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_NotListeningSock_1()
1369 …listGET_NEXT_ExpectAndReturn( &( xIterator ), ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) … in test_prvTCPSetSocketCount_NotListeningSock_1()
1382 ListItem_t xIterator; in test_prvTCPSetSocketCount_NotListeningSock_2() local
1396 …listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) … in test_prvTCPSetSocketCount_NotListeningSock_2()
1398 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_NotListeningSock_2()
1400 …listGET_NEXT_ExpectAndReturn( &( xIterator ), ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) … in test_prvTCPSetSocketCount_NotListeningSock_2()
1413 ListItem_t xIterator; in test_prvTCPSetSocketCount_NotListeningSock_3() local
1427 …listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) … in test_prvTCPSetSocketCount_NotListeningSock_3()
1429 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_NotListeningSock_3()
1431 …listGET_NEXT_ExpectAndReturn( &( xIterator ), ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) … in test_prvTCPSetSocketCount_NotListeningSock_3()
1444 ListItem_t xIterator; in test_prvTCPSetSocketCount_NotListeningSock_HappyPath() local
1458 …listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) … in test_prvTCPSetSocketCount_NotListeningSock_HappyPath()
1460 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_NotListeningSock_HappyPath()
1619 ListItem_t xIterator; in test_prvGetPrivatePortNumber_TCP_Found() local
1629 listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ), &xIterator ); in test_prvGetPrivatePortNumber_TCP_Found()
1631 listGET_LIST_ITEM_VALUE_ExpectAndReturn( &xIterator, xWantedItemValue ); in test_prvGetPrivatePortNumber_TCP_Found()
1682 ListItem_t xIterator; in test_prvGetPrivatePortNumber_UDP_Found() local
1692 listGET_NEXT_ExpectAndReturn( ( ListItem_t * ) &( xBoundUDPSocketsList.xListEnd ), &xIterator ); in test_prvGetPrivatePortNumber_UDP_Found()
1694 listGET_LIST_ITEM_VALUE_ExpectAndReturn( &xIterator, xWantedItemValue ); in test_prvGetPrivatePortNumber_UDP_Found()
1713 ListItem_t xIterator; in test_prvGetPrivatePortNumber_UDP_NotFoundAfterAllIterations() local
1723 listGET_NEXT_IgnoreAndReturn( &xIterator ); in test_prvGetPrivatePortNumber_UDP_NotFoundAfterAllIterations()