Function report |
Source Code:include\linux\seq_buf.h |
Create Date:2022-07-28 05:58:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:seq_buf_get_buf - get buffer to write arbitrary data to*@s: the seq_buf handle*@bufp: the beginning of the buffer is stored here* Return the number of bytes available in the buffer, or zero if* there's no space.
Proto:static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp)
Type:size_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_buf * | s | |
char ** | bufp |
91 | * bufp = NULL |
92 | Return 0 |
Name | Describe |
---|---|
seq_buf_path | seq_buf_path - copy a path into the sequence buffer*@s: seq_buf descriptor*@path: path to write into the sequence buffer |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |