openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_UIO_Append()

int32_t BSL_UIO_Append ( BSL_UIO uio,
BSL_UIO tail 
)

Add a UIO object to the tail of the chain.

Attention
The reference counting of the added UIO object will not increase by 1.
Parameters
uio[IN] uio object
tail[IN] UIO object added to the tail
Return values
BSL_SUCCESS,success.
Non-BSL_SUCCESS,failure.For details, see bsl_errno.h.