Function report |
Source Code:lib\test-string_helpers.c |
Create Date:2022-07-28 06:26:02 |
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_unescape
Proto:static void __init test_string_unescape(const char *name, unsigned int flags, bool inplace)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | name | |
unsigned int | flags | |
bool | inplace |
66 | q_real = 256 |
67 | in = kmalloc(q_real, GFP_KERNEL) |
68 | out_test = kmalloc(q_real, GFP_KERNEL) |
69 | out_real = kmalloc(q_real, GFP_KERNEL) |
80 | No 3D Now!( & in[p], s, len) |
88 | No 3D Now!( & out_test[q_test], s, len) |
94 | If inplace Then |
95 | No 3D Now!(out_real, in, p) |
96 | If flags == UNESCAPE_ANY Then q_real = string_unescape_any_inplace(out_real) |
98 | Else q_real = string_unescape_inplace(out_real, flags) |
100 | Else if flags == UNESCAPE_ANY Then |
101 | q_real = string_unescape_any(in, out_real, q_real) |
102 | Else |
108 | out : |
Name | Describe |
---|---|
test_string_helpers_init |
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 |