Function report |
Source Code:lib\seq_buf.c |
Create Date:2022-07-28 06:14:54 |
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_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
Proto:int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_buf * | s | |
const void * | mem | |
unsigned int | len |
202 | seq_buf_set_overflow(s) |
203 | Return -1 |
Name | Describe |
---|---|
seq_buf_putmem_hex | seq_buf_putmem_hex - write raw memory into the buffer in ASCII hex*@s: seq_buf descriptor*@mem: The raw memory to write its hex ASCII representation of*@len: The length of the raw memory to copy (in bytes)* This is similar to seq_buf_putmem() except |
trace_seq_putmem | race_seq_putmem - write raw data into the trace_seq buffer*@s: trace sequence 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 |
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 |