Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xas_extract_marked
Proto:static unsigned int xas_extract_marked(struct xa_state *xas, void **dst, unsigned long max, unsigned int n, xa_mark_t mark)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
struct xa_state * | xas | |
void ** | dst | |
unsigned long | max | |
unsigned int | n | |
xa_mark_t | mark |
1916 | i = 0 |
1928 | Return i |
Name | Describe |
---|---|
xa_extract | xa_extract() - Copy selected entries from the XArray into a normal array.*@xa: The source XArray to copy from.*@dst: The buffer to copy entries into.*@start: The first index in the XArray eligible to be selected. |
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 |