Searched refs:c2x (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/subversion/subversion/svnserve/
H A Dlog-escape.c49 /* c2x takes an unsigned, and expects the caller has guaranteed that
62 static APR_INLINE unsigned char *c2x(unsigned what, unsigned char prefix, function
132 c2x(*s, 'x', d);
/freebsd-11.0-release/contrib/apr/encoding/
H A Dapr_escape.c317 /* c2x takes an unsigned, and expects the caller has guaranteed that
329 static APR_INLINE unsigned char *c2x(unsigned what, unsigned char prefix, function
354 d = c2x(c, '%', d);
438 d = c2x(c, '%', d);
505 d = c2x(c, '%', d);
939 c2x(c, 'x', d);

Completed in 79 milliseconds