Searched refs:low (Results 1 – 2 of 2) sorted by relevance
879 unsigned char high, low; in buffer_urldecode_internal() local896 low = hex2int(*(src + 2)); in buffer_urldecode_internal()897 if (low != 0xFF) { in buffer_urldecode_internal()898 high = (high << 4) | low; in buffer_urldecode_internal()
17 low memory footprint compared to other webservers and takes care of cpu-load.