Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xa_node_free
Proto:static void xa_node_free(struct xa_node *node)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xa_node * | node |
Name | Describe |
---|---|
xas_shrink | |
xas_delete_node | xas_delete_node() - Attempt to delete an xa_node*@xas: Array operation state.* Attempts to delete the @xas->xa_node. This will fail if xa->node has* a non-zero reference count. |
xas_free_nodes | xas_free_nodes() - Free this node and all nodes that it references*@xas: Array operation state.*@top: Node to free* This node has been removed from the tree. We must now free it and all* of its subnodes |
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 |