Function report |
Source Code:lib\idr.c |
Create Date:2022-07-28 06:13:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dr_get_next_ul() - Find next populated entry.*@idr: IDR handle.*@nextid: Pointer to an ID.* Returns the next populated entry in the tree with an ID greater than* or equal to the value pointed to by @nextid. On exit, @nextid is updated
Proto:void *idr_get_next_ul(struct idr *idr, unsigned long *nextid)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct idr * | idr | |
unsigned long * | nextid |
231 | void * entry = NULL |
237 | entry = Dependency order vs. p above. ( * slot) |
238 | If Not entry Then Continue |
240 | If Not xa_is_internal() - Is the entry an internal entry?*@entry: XArray entry.* Context: Any context.* Return: %true if the entry is an internal entry. Then Break |
242 | If slot != xa_head && Not xa_is_retry() - Is the entry a retry entry?*@entry: Entry retrieved from the XArray* Return: %true if the entry is a retry entry. Then Break |
246 | If Not slot Then Return NULL |
250 | Return entry |
Name | Describe |
---|---|
idr_get_next | dr_get_next() - Find next populated entry.*@idr: IDR handle.*@nextid: Pointer to an ID.* Returns the next populated entry in the tree with an ID greater than* or equal to the value pointed to by @nextid. On exit, @nextid is updated |
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 |