acl  3.5.3.0
acl_ypipe.h 文件参考
#include "acl_define.h"
+ acl_ypipe.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

类型定义

typedef struct ACL_YPIPE ACL_YPIPE
 

函数

ACL_API ACL_YPIPEacl_ypipe_new (void)
 
ACL_API int acl_ypipe_check_read (ACL_YPIPE *self)
 
ACL_API void * acl_ypipe_read (ACL_YPIPE *self)
 
ACL_API void acl_ypipe_write (ACL_YPIPE *self, void *data)
 
ACL_API int acl_ypipe_flush (ACL_YPIPE *self)
 
ACL_API void acl_ypipe_free (ACL_YPIPE *self, void(*free_fun)(void *))
 

类型定义说明

◆ ACL_YPIPE

typedef struct ACL_YPIPE ACL_YPIPE

在文件 acl_ypipe.h11 行定义.

函数说明

◆ acl_ypipe_check_read()

ACL_API int acl_ypipe_check_read ( ACL_YPIPE self)

◆ acl_ypipe_flush()

ACL_API int acl_ypipe_flush ( ACL_YPIPE self)

◆ acl_ypipe_free()

ACL_API void acl_ypipe_free ( ACL_YPIPE self,
void(*)(void *)  free_fun 
)

◆ acl_ypipe_new()

ACL_API ACL_YPIPE* acl_ypipe_new ( void  )

◆ acl_ypipe_read()

ACL_API void* acl_ypipe_read ( ACL_YPIPE self)

◆ acl_ypipe_write()

ACL_API void acl_ypipe_write ( ACL_YPIPE self,
void *  data 
)