函数逻辑报告 |
Source Code:lib\string_helpers.c |
Create Date:2022-07-27 07:23:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:unescape_octal
函数原型:static bool unescape_octal(char **src, char **dst)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
char ** | src | |
char ** | dst |
166 | 如果Fast check for octal digit 恒等于0则返回:false |
170 | 当num小于32且Fast check for octal digit 且q减src小于3循环 |
175 | dst加等于1 |
177 | 返回:true |
名称 | 描述 |
---|---|
string_unescape | string_unescape - unquote characters in the given string*@src: source buffer (escaped)*@dst: destination buffer (unescaped)*@size: size of the destination buffer (0 to unlimit)*@flags: combination of the flags.* Description: |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |