函数逻辑报告 |
Source Code:include\linux\seq_buf.h |
Create Date:2022-07-27 06:56:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:seq_buf_set_overflow
函数原型:static inline void seq_buf_set_overflow(struct seq_buf *s)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_buf * | s |
名称 | 描述 |
---|---|
seq_buf_vprintf | seq_buf_vprintf - sequence printing of information.*@s: seq_buf descriptor*@fmt: printf format string*@args: va_list of arguments from a printf() type function* Writes a vnprintf() format into the sequencce buffer.* Returns zero on success, -1 on overflow. |
seq_buf_puts | 简单字符串序列打印 |
seq_buf_putc | 简单字符序列打印 |
seq_buf_putmem | seq_buf_putmem - write raw data into the sequenc buffer*@s: seq_buf descriptor*@mem: The raw memory to copy into the buffer*@len: The length of the raw memory to copy (in bytes)* There may be cases where raw memory needs to be written into the |
seq_buf_commit | seq_buf_commit - commit data to the buffer*@s: the seq_buf handle*@num: the number of bytes to commit* Commit @num bytes of data written to a buffer previously acquired* by seq_buf_get. To signal an error condition, or that the data |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |