Lines Matching refs:xIterator

1034     ListItem_t xIterator;  in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()  local
1044 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1046 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1048 listGET_NEXT_ExpectAndReturn( &( xIterator ), &( xBoundTCPSocketsList.xListEnd ) ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1059 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2() local
1072 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1074 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1076 listGET_NEXT_ExpectAndReturn( &( xIterator ), &( xBoundTCPSocketsList.xListEnd ) ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1087 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3() local
1102 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1104 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1106 listGET_NEXT_ExpectAndReturn( &( xIterator ), &( xBoundTCPSocketsList.xListEnd ) ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1117 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4() local
1132 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1134 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1136 listGET_NEXT_ExpectAndReturn( &( xIterator ), &( xBoundTCPSocketsList.xListEnd ) ); in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1147 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1() local
1165 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1167 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1169 listGET_NEXT_ExpectAndReturn( &( xIterator ), &( xBoundTCPSocketsList.xListEnd ) ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1188 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2() local
1206 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1208 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1210 listGET_NEXT_ExpectAndReturn( &( xIterator ), &( xBoundTCPSocketsList.xListEnd ) ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1229 ListItem_t xIterator; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3() local
1247 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1249 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1251 listGET_NEXT_ExpectAndReturn( &( xIterator ), &( xBoundTCPSocketsList.xListEnd ) ); in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1270 ListItem_t xIterator; in test_prvTCPSetSocketCount_NotListeningSock_1() local
1283 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) ); in test_prvTCPSetSocketCount_NotListeningSock_1()
1285 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_NotListeningSock_1()
1287 listGET_NEXT_ExpectAndReturn( &( xIterator ), &( xBoundTCPSocketsList.xListEnd ) ); in test_prvTCPSetSocketCount_NotListeningSock_1()
1300 ListItem_t xIterator; in test_prvTCPSetSocketCount_NotListeningSock_2() local
1314 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) ); in test_prvTCPSetSocketCount_NotListeningSock_2()
1316 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_NotListeningSock_2()
1318 listGET_NEXT_ExpectAndReturn( &( xIterator ), &( xBoundTCPSocketsList.xListEnd ) ); in test_prvTCPSetSocketCount_NotListeningSock_2()
1331 ListItem_t xIterator; in test_prvTCPSetSocketCount_NotListeningSock_3() local
1345 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) ); in test_prvTCPSetSocketCount_NotListeningSock_3()
1347 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_NotListeningSock_3()
1349 listGET_NEXT_ExpectAndReturn( &( xIterator ), &( xBoundTCPSocketsList.xListEnd ) ); in test_prvTCPSetSocketCount_NotListeningSock_3()
1362 ListItem_t xIterator; in test_prvTCPSetSocketCount_NotListeningSock_HappyPath() local
1376 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &( xIterator ) ); in test_prvTCPSetSocketCount_NotListeningSock_HappyPath()
1378 listGET_LIST_ITEM_OWNER_ExpectAndReturn( &xIterator, &xChildSocket ); in test_prvTCPSetSocketCount_NotListeningSock_HappyPath()
1537 ListItem_t xIterator; in test_prvGetPrivatePortNumber_TCP_Found() local
1547 listGET_NEXT_ExpectAndReturn( &( xBoundTCPSocketsList.xListEnd ), &xIterator ); in test_prvGetPrivatePortNumber_TCP_Found()
1549 listGET_LIST_ITEM_VALUE_ExpectAndReturn( &xIterator, xWantedItemValue ); in test_prvGetPrivatePortNumber_TCP_Found()
1600 ListItem_t xIterator; in test_prvGetPrivatePortNumber_UDP_Found() local
1610 listGET_NEXT_ExpectAndReturn( &( xBoundUDPSocketsList.xListEnd ), &xIterator ); in test_prvGetPrivatePortNumber_UDP_Found()
1612 listGET_LIST_ITEM_VALUE_ExpectAndReturn( &xIterator, xWantedItemValue ); in test_prvGetPrivatePortNumber_UDP_Found()
1631 ListItem_t xIterator; in test_prvGetPrivatePortNumber_UDP_NotFoundAfterAllIterations() local
1641 listGET_NEXT_IgnoreAndReturn( &xIterator ); in test_prvGetPrivatePortNumber_UDP_NotFoundAfterAllIterations()