openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_LIST_DeleteAll()

void BSL_LIST_DeleteAll ( BslList pList,
BSL_LIST_PFUNC_FREE  pfFreeFunc 
)

This function deletes all the nodes of the list but does not delete the list header.

参数
pList[IN] The list
pfFreeFunc[IN] The freefunction to free the data pointer in each node