openHiTLS API
openHiTLS 0.1.0-Alpha1
首页
模块
结构体
文件
Bsl_uio
BSL_UIO
BSL_UIO_Append
BSL_UIO_BufferMethod
BSL_UIO_ClearFlags
BSL_UIO_Ctrl
BSL_UIO_CtrlParameter
BSL_UIO_Free
BSL_UIO_FreeChain
BSL_UIO_FreeMethod
BSL_UIO_GetCtx
BSL_UIO_GetIsUnderlyingClosedByUio
BSL_UIO_GetMethod
BSL_UIO_Gets
BSL_UIO_GetTransportType
BSL_UIO_GetUserData
BSL_UIO_New
BSL_UIO_NewMethod
BSL_UIO_Next
BSL_UIO_PopCurrent
BSL_UIO_Puts
BSL_UIO_Read
BSL_UIO_SctpMethod
BSL_UIO_SetCtx
BSL_UIO_SetFd
BSL_UIO_SetFlags
BSL_UIO_SetInit
BSL_UIO_SetIsUnderlyingClosedByUio
BSL_UIO_SetMethod
BSL_UIO_SetMethodType
BSL_UIO_SetUserData
BSL_UIO_SetUserDataFreeFunc
BSL_UIO_TcpMethod
BSL_UIO_TestFlags
BSL_UIO_TransportType
BSL_UIO_UpRef
BSL_UIO_USERDATA_FREE_FUNC
BSL_UIO_Write
◆
BSL_UIO_Append()
int32_t BSL_UIO_Append
(
BSL_UIO
*
uio
,
BSL_UIO
*
tail
)
Add a UIO object to the tail of the chain.
注意
The reference counting of the added UIO object will not increase by 1.
参数
uio
[IN] uio object
tail
[IN] UIO object added to the tail
返回值
BSL_SUCCESS
,success.
Non-BSL_SUCCESS,failure.
For details, see
bsl_errno.h
.
制作者
1.9.7