Function report |
Source Code:lib\dynamic_debug.c |
Create Date:2022-07-28 07:15:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Parse `str' as a flags specification, format [-+=][p]+.* Sets up *maskp and *flagsp to be used when changing the* flags fields of matched _ddebug's. Returns 0 on success* or <0 on error.
Proto:static int ddebug_parse_flags(const char *str, unsigned int *flagsp, unsigned int *maskp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | str | |
unsigned int * | flagsp | |
unsigned int * | maskp |
398 | flags = 0 |
399 | op = '=' |
402 | Case str == '+' |
403 | Case str == '-' |
404 | Case str == '=' |
407 | Default |
420 | If i < 0 Then |
429 | Case op == '=' |
433 | Case op == '+' |
437 | Case op == '-' |
443 | Return 0 |
Name | Describe |
---|---|
ddebug_exec_query |
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 |