Searched refs:hex_value (Results 1 – 3 of 3) sorted by relevance
13 hex_value(uint8_t c) in hex_value() function45 if ((v3 = hex_value(*str++)) < 0) { return SPDK_JSON_PARSE_INVALID; } in json_decode_string_escape_unicode()48 if ((v2 = hex_value(*str++)) < 0) { return SPDK_JSON_PARSE_INVALID; } in json_decode_string_escape_unicode()51 if ((v1 = hex_value(*str++)) < 0) { return SPDK_JSON_PARSE_INVALID; } in json_decode_string_escape_unicode()54 if ((v0 = hex_value(*str++)) < 0) { return SPDK_JSON_PARSE_INVALID; } in json_decode_string_escape_unicode()
177 hex_value(uint8_t c) in hex_value() function283 val = hex_value(c); in parse_mask()
425 hex_value(uint8_t c) in hex_value() function454 current_val = hex_value(*val_pointer); in fuzz_json_decode_hex_uint64()