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

/httpd/server/
H A Dapreq_util.c127 char xstr[5]; local
128 xstr[0]='0';
129 xstr[1]='x';
130 xstr[2]=what[0];
131 xstr[3]=what[1];
132 xstr[4]='\0';
133 digit = apr_xlate_conv_byte(ap_hdrs_from_ascii, 0xFF & strtol(xstr, NULL, 16));
338 char xstr[7]; local
339 xstr[0]='0';
340 xstr[
[all...]
H A Dutil.c1687 char xstr[5]; local
1688 xstr[0]='0';
1689 xstr[1]='x';
1690 xstr[2]=what[0];
1691 xstr[3]=what[1];
1692 xstr[4]='\0';
1694 0xFF & strtol(xstr, NULL, 16));

Completed in 1293 milliseconds