Function report |
Source Code:lib\extable.c |
Create Date:2022-07-28 06:13:56 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cmp_ex_search
Proto:static int cmp_ex_search(const void *key, const void *elt)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const void * | key | |
| const void * | elt |
| 101 | If _key > ex_to_insn(_elt) Then Return 1 |
| 103 | If _key < ex_to_insn(_elt) Then Return -1 |
| 105 | Return 0 |
| 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 |