函数逻辑报告 |
Source Code:lib\seq_buf.c |
Create Date:2022-07-27 07:12:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:seq_buf_hex_dump - print formatted hex dump into the sequence buffer*@s: seq_buf descriptor*@prefix_str: string to prefix each line with;* caller supplies trailing spaces for alignment if desired*@prefix_type: controls whether prefix of an offset,
函数原型:int seq_buf_hex_dump(struct seq_buf *s, const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_buf * | s | |
const char * | prefix_str | |
int | prefix_type | |
int | rowsize | |
int | groupsize | |
const void * | buf | |
size_t | len | |
bool | ascii |
391 | 返回:0 |
名称 | 描述 |
---|---|
trace_seq_hex_dump |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |