Function report | 
Source Code:lib\string_helpers.c | 
Create Date:2022-07-28 06:25:55 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:escape_hex
Proto:static bool escape_hex(unsigned char c, char **dst, char *end)
Type:bool
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| unsigned char | c | |
| char ** | dst | |
| char * | end | 
| 424 | ++out | 
| 427 | ++out | 
| 428 | If out < end Then out = hex_asc_hi(c) | 
| 430 | ++out | 
| 431 | If out < end Then out = hex_asc_lo(c) | 
| 433 | ++out | 
| 436 | Return true | 
| Name | Describe | 
|---|---|
| string_escape_mem | string_escape_mem - quote characters in the given memory buffer*@src: source buffer (unescaped)*@isz: source buffer size*@dst: destination buffer (escaped)*@osz: destination buffer size*@flags: combination of the flags*@only: NULL-terminated string | 
| string_escape_mem_ascii | 
| 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  |