Searched refs:stream2 (Results 1 – 6 of 6) sorted by relevance
44 typeset stream2=$BACKDIR/stream276 log_must eval "zfs send -c -e $sendfs@now >$stream2"77 log_must eval "zstream dump -v <$stream2 >$dump2"78 log_must eval "zfs recv -d $recvfs2 <$stream2"80 verify_stream_size $stream2 $sendfs81 log_must stream_has_features $stream2 embed_data
40 rm $BACKDIR/stream2
138 SSL *stream1 = NULL, *stream2 = NULL, *stream3 = NULL; in main() local269 stream2 = SSL_new_stream(ssl, SSL_STREAM_FLAG_UNI); in main()270 if (stream1 == NULL || stream2 == NULL) { in main()281 if (!write_a_request(stream2, request2_start, hostname)) { in main()437 SSL_free(stream2); in main()
73 stream2.exp \148 stream2.res \222 stream2.final \293 stream2.nexe \
207 stream2 = SSL_new_stream(ssl, SSL_STREAM_FLAG_UNI);208 if (stream1 == NULL || stream2 == NULL) {240 writing to B<stream2> second. Remember that our client is blocking so these252 if (!write_a_request(stream2, request2_start, hostname)) {343 Our B<stream2> object that we created above was a uni-directional stream so it384 SSL_free(stream2);
150 test/default/stream2