Function report |
Source Code:lib\lru_cache.c |
Create Date:2022-07-28 07:16:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lc_get_cumulative - like lc_get; also finds to-be-changed elements*@lc: the lru cache to operate on*@enr: the label to look up* Unlike lc_get this also returns the element for @enr, if it is belonging to* a pending transaction, so the return values are
Proto:struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr)
Type:struct lc_element
Parameter:
Type | Parameter | Name |
---|---|---|
struct lru_cache * | lc | |
unsigned int | enr |
502 | Return __lc_get(lc, enr, LC_GET_MAY_CHANGE | LC_GET_MAY_USE_UNCOMMITTED) |
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 |