Function report |
Source Code:block\sed-opal.c |
Create Date:2022-07-28 18:10:36 |
| Last Modify:2020-03-17 23:36:33 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:response_parse_short
Proto:static ssize_t response_parse_short(struct opal_resp_tok *tok, const u8 *pos)
Type:ssize_t
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct opal_resp_tok * | tok | |
| const u8 * | pos |
| 777 | len = (pos[0] & SHORT_ATOM_LEN_MASK) + 1 |
| 778 | width = OPAL_WIDTH_SHORT |
| 780 | If pos[0] & SHORT_ATOM_BYTESTRING Then |
| 782 | Else if pos[0] & SHORT_ATOM_SIGNED Then |
| 783 | type = OPAL_DTA_TOKENID_SINT |
| 784 | Else |
| 800 | Return len |
| Name | Describe |
|---|---|
| response_parse |
| 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 |