Function report |
Source Code:lib\test-string_helpers.c |
Create Date:2022-07-28 06:26:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:test_string_check_buf
Proto:static __init bool test_string_check_buf(const char *name, unsigned int flags, char *in, size_t p, char *out_real, size_t q_real, char *out_test, size_t q_test)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | name | |
unsigned int | flags | |
char * | in | |
size_t | p | |
char * | out_real | |
size_t | q_real | |
char * | out_test | |
size_t | q_test |
24 | print_hex_dump(warning conditions , "Input: ", DUMP_PREFIX_NONE, 16, 1, in, p, true) |
26 | print_hex_dump(warning conditions , "Expected: ", DUMP_PREFIX_NONE, 16, 1, out_test, q_test, true) |
28 | print_hex_dump(warning conditions , "Got: ", DUMP_PREFIX_NONE, 16, 1, out_real, q_real, true) |
31 | Return false |
Name | Describe |
---|---|
test_string_unescape | |
test_string_escape |
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 |