Home
last modified time | relevance | path

Searched refs:escape_null (Results 1 – 1 of 1) sorted by relevance

/lib/
Dstring_helpers.c379 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null() function
528 if (flags & ESCAPE_NULL && escape_null(c, &p, end)) in string_escape_mem()