Searched refs:hexbuf_end (Results 1 – 1 of 1) sorted by relevance
471 char *hexbuf_end; in uri_decode() local479 c = strtoul ( hexbuf, &hexbuf_end, 16 ); in uri_decode()480 encoded_string += ( hexbuf_end - hexbuf ); in uri_decode()