Function report |
Source Code:include\linux\assoc_array_priv.h |
Create Date:2022-07-28 06:54:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:assoc_array_node_to_ptr
Proto:static inline struct assoc_array_ptr *assoc_array_node_to_ptr(const struct assoc_array_node *p)
Type:struct assoc_array_ptr
Parameter:
Type | Parameter | Name |
---|---|---|
const struct assoc_array_node * | p |
Name | Describe |
---|---|
assoc_array_insert_in_empty_tree | Handle insertion into an empty tree. |
assoc_array_insert_into_terminal_node | Handle insertion into a terminal node. |
assoc_array_insert_mid_shortcut | Handle insertion into the middle of a shortcut. |
assoc_array_delete | assoc_array_delete - Script deletion of an object from an associative array*@array: The array to search.*@ops: The operations to use.*@index_key: The key to the object.* Precalculate and preallocate a script for the deletion of an object from an |
assoc_array_gc | assoc_array_gc - Garbage collect an associative array |
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 |