Searched refs:xIsInputStream (Results 1 – 2 of 2) sorted by relevance
2602 BaseType_t xIsInputStream = pdTRUE; in test_prvTCPCreateStream() local2613 pxReturn = prvTCPCreateStream( &xSocket, xIsInputStream ); in test_prvTCPCreateStream()2627 BaseType_t xIsInputStream = pdTRUE; in test_prvTCPCreateStream1() local2638 pxReturn = prvTCPCreateStream( &xSocket, xIsInputStream ); in test_prvTCPCreateStream1()2652 BaseType_t xIsInputStream = pdTRUE; in test_prvTCPCreateStream_LowAndHighFieldsDefined() local2666 pxReturn = prvTCPCreateStream( &xSocket, xIsInputStream ); in test_prvTCPCreateStream_LowAndHighFieldsDefined()
154 BaseType_t xIsInputStream );4181 BaseType_t xIsInputStream ) in prvTCPCreateStream() argument4189 if( xIsInputStream != pdFALSE ) in prvTCPCreateStream()4254 …( ( "prvTCPCreateStream: %cxStream created %u bytes (total %u)\n", ( xIsInputStream != 0 ) ? 'R' :… in prvTCPCreateStream()4257 if( xIsInputStream != 0 ) in prvTCPCreateStream()