Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c751 static int jsonIs4Hex(const char *z){ in jsonIs4Hex() function
843 || (c=='u' && jsonIs4Hex(z+j+1)) ){ in jsonParseValue()