1 #ifndef ACL_CHUNK_CHAIN_INCLUDE_H 2 #define ACL_CHUNK_CHAIN_INCLUDE_H 93 acl_int64 from,
int dlen);
ACL_API acl_int64 acl_chain_off_begin(ACL_CHAIN *chain)
ACL_API void acl_chain_set_from_next(ACL_CHAIN *chain, acl_int64 from_next)
ACL_API void acl_chain_reset(ACL_CHAIN *chain, acl_int64 off_begin)
ACL_API void acl_chain_list(ACL_CHAIN *chain)
ACL_API int acl_chain_data_len(ACL_CHAIN *chain)
ACL_API acl_int64 acl_chain_from_next(ACL_CHAIN *chain)
ACL_API const char * acl_chain_data(ACL_CHAIN *chain)
ACL_API ACL_CHAIN * acl_chain_new(size_t init_size, acl_int64 off_begin)
ACL_API int acl_chain_chunk_data_len(ACL_CHAIN *chain)
ACL_API void acl_chain_free(ACL_CHAIN *chain)
ACL_API int acl_chain_size(ACL_CHAIN *chain)
ACL_API void acl_chain_add(ACL_CHAIN *chain, const void *data, acl_int64 from, int dlen)
struct ACL_CHAIN ACL_CHAIN