Searched defs:c2x (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 623 static APR_INLINE unsigned char *c2x(unsigned what, unsigned char prefix, function 654 d = c2x(c, '%', d); 665 d = c2x(c, '%', d);
|
/httpd/server/ |
H A D | util.c | 1828 /* c2x takes an unsigned, and expects the caller has guaranteed that 1840 static APR_INLINE unsigned char *c2x(unsigned what, unsigned char prefix, function 1875 d = c2x(c, '%', d); 1913 d = c2x(c, '%', d); 1932 d = c2x(c, '%', d); 2056 c2x(*s, 'x', d); 2119 c2x(*s, 'x', d);
|
Completed in 25 milliseconds