Searched refs:escape_passthrough (Results 1 – 1 of 1) sorted by relevance
/lib/ |
A D | string_helpers.c | 361 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough() function 609 escape_passthrough(c, &p, end)) in string_escape_mem() 613 flags & ESCAPE_NAP && escape_passthrough(c, &p, end)) in string_escape_mem() 617 flags & ESCAPE_NP && escape_passthrough(c, &p, end)) in string_escape_mem() 621 flags & ESCAPE_NA && escape_passthrough(c, &p, end)) in string_escape_mem() 640 escape_passthrough(c, &p, end); in string_escape_mem()
|
Completed in 4 milliseconds