Searched refs:xIsInputStream (Results 1 – 3 of 3) sorted by relevance
22 … BaseType_t xIsInputStream );
91 BaseType_t xIsInputStream );2771 BaseType_t xIsInputStream = pdTRUE; in test_prvTCPCreateStream() local2782 pxReturn = prvTCPCreateStream( &xSocket, xIsInputStream ); in test_prvTCPCreateStream()2796 BaseType_t xIsInputStream = pdTRUE; in test_prvTCPCreateStream1() local2807 pxReturn = prvTCPCreateStream( &xSocket, xIsInputStream ); in test_prvTCPCreateStream1()2821 BaseType_t xIsInputStream = pdTRUE; in test_prvTCPCreateStream_LowAndHighFieldsDefined() local2835 pxReturn = prvTCPCreateStream( &xSocket, xIsInputStream ); in test_prvTCPCreateStream_LowAndHighFieldsDefined()
184 BaseType_t xIsInputStream );4988 BaseType_t xIsInputStream ) in prvTCPCreateStream() argument4996 if( xIsInputStream != pdFALSE ) in prvTCPCreateStream()5064 …( ( "prvTCPCreateStream: %cxStream created %u bytes (total %u)\n", ( xIsInputStream != 0 ) ? 'R' :… in prvTCPCreateStream()5067 if( xIsInputStream != 0 ) in prvTCPCreateStream()