| Function report | 
| Source Code: lib\assoc_array.c | Create Date:2022-07-28 06:54:35 | 
| 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_cancel_edit - Discard an edit script
Proto:void assoc_array_cancel_edit(struct assoc_array_edit *edit)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct assoc_array_edit * | edit | 
| 1420 | If ptr Then | 
| 1421 | If assoc_array_ptr_is_node(ptr) Then kfree(assoc_array_ptr_to_node(ptr)) | 
| 1423 | Else kfree(assoc_array_ptr_to_shortcut(ptr)) | 
| Name | Describe | 
|---|---|
| assoc_array_insert | assoc_array_insert - Script insertion of an object into an associative array*@array: The array to insert into | 
| 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 | 
| __key_link_end | Finish linking a key into to a keyring.* Must be called with __key_link_begin() having being called. | 
| __key_unlink_end | Finish unlinking a key from to a keyring. | 
| 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 |