Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/core/
Duri.c471 char *hexbuf_end; in uri_decode() local
479 c = strtoul ( hexbuf, &hexbuf_end, 16 ); in uri_decode()
480 encoded_string += ( hexbuf_end - hexbuf ); in uri_decode()