Searched refs:jsonIs2Hex (Results 1 – 1 of 1) sorted by relevance
213383 static int jsonIs2Hex(const char *z){ function213391 return jsonIs2Hex(z) && jsonIs2Hex(&z[2]);214195 || (c=='x' && jsonIs2Hex(&z[j+1])) ){