Searched refs:nxt_hex2int (Results 1 – 3 of 3) sorted by relevance
478 const uint8_t nxt_hex2int[256] variable525 nxt_prefetch(&nxt_hex2int['0']); in nxt_decode_uri()537 d0 = nxt_hex2int[*src++]; in nxt_decode_uri()538 d1 = nxt_hex2int[*src++]; in nxt_decode_uri()560 nxt_prefetch(&nxt_hex2int['0']); in nxt_decode_uri_plus()573 d0 = nxt_hex2int[*src++]; in nxt_decode_uri_plus()574 d1 = nxt_hex2int[*src++]; in nxt_decode_uri_plus()722 d0 = nxt_hex2int[*++src]; in nxt_is_complex_uri_encoded()723 d1 = nxt_hex2int[*++src]; in nxt_is_complex_uri_encoded()
917 d0 = nxt_hex2int[p[1]]; in nxt_http_arguments_parse()918 d1 = nxt_hex2int[p[2]]; in nxt_http_arguments_parse()1149 d0 = nxt_hex2int[src[1]]; in nxt_http_field_hash()1150 d1 = nxt_hex2int[src[2]]; in nxt_http_field_hash()
172 extern const uint8_t nxt_hex2int[256];