Function report |
Source Code:lib\assoc_array.c |
Create Date:2022-07-28 06:54:32 |
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_clear - Script deletion of all objects from an associative array*@array: The array to clear.*@ops: The operations to use.* Precalculate and preallocate a script for the deletion of all the objects* from an associative array
Proto:struct assoc_array_edit *assoc_array_clear(struct assoc_array *array, const struct assoc_array_ops *ops)
Type:struct assoc_array_edit
Parameter:
Type | Parameter | Name |
---|---|---|
struct assoc_array * | array | |
const struct assoc_array_ops * | ops |
1282 | If Not The node at the root of the tree Then Return NULL |
1285 | edit = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
1291 | to = NULL |
1293 | ops_for_excised_subtree = ops |
1294 | pr_devel("all gone\n") |
1295 | Return edit |
Name | Describe |
---|---|
keyring_revoke |
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 |