Home
last modified time | relevance | path

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

/third_party/ejdb/src/jql/inc/
Djqpx.c235 IW_INLINE int _jql_hex(char c) { in _jql_hex() function
296 if ( ((h1 = _jql_hex(p[1])) < 0) || ((h2 = _jql_hex(p[2])) < 0) in _jqp_unescape_json_string()
297 || ((h3 = _jql_hex(p[3])) < 0) || ((h4 = _jql_hex(p[4])) < 0)) { in _jqp_unescape_json_string()
305 || ((h1 = _jql_hex(p[1])) < 0) || ((h2 = _jql_hex(p[2])) < 0) in _jqp_unescape_json_string()
306 || ((h3 = _jql_hex(p[3])) < 0) || ((h4 = _jql_hex(p[4])) < 0)) { in _jqp_unescape_json_string()