Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbl/
Djbl_json.c69 IW_INLINE int _jbl_hex(char c) { in _jbl_hex() function
132 if ( ((h1 = _jbl_hex(p[1])) < 0) || ((h2 = _jbl_hex(p[2])) < 0) in _jbl_unescape_json_string()
133 || ((h3 = _jbl_hex(p[3])) < 0) || ((h4 = _jbl_hex(p[4])) < 0)) { in _jbl_unescape_json_string()
141 || ((h1 = _jbl_hex(p[1])) < 0) || ((h2 = _jbl_hex(p[2])) < 0) in _jbl_unescape_json_string()
142 || ((h3 = _jbl_hex(p[3])) < 0) || ((h4 = _jbl_hex(p[4])) < 0)) { in _jbl_unescape_json_string()