| 函数逻辑报告 | 
| Source Code: block\sed-opal.c | Create Date:2022-07-27 19:45:53 | 
| Last Modify:2020-03-17 23:36:33 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:response_get_string
函数原型:static size_t response_get_string(const struct parsed_resp *resp, int n, const char **store)
返回类型:size_t
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| const struct parsed_resp * | resp | |
| int | n | |
| const char ** | store | 
| 921 | * store = NULL | 
| 922 | tok等于response_get_token(resp, n) | 
| 923 | 如果是错误则返回:0 | 
| 926 | 如果type不等于OPAL_DTA_TOKENID_BYTESTRING则 | 
| 927 | pr_debug("Token is not a byte string!\n") | 
| 928 | 返回:0 | 
| 932 | 当:width恒等于OPAL_WIDTH_TINY | 
| 933 | 当:width恒等于OPAL_WIDTH_SHORT | 
| 936 | 当:width恒等于OPAL_WIDTH_MEDIUM | 
| 939 | 当:width恒等于OPAL_WIDTH_LONG | 
| 942 | 默认 | 
| 943 | pr_debug("Token has invalid width!\n") | 
| 944 | 返回:0 | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |