Searched refs:jsonIs4HexB (Results 1 – 1 of 1) sorted by relevance
214084 static int jsonIs4HexB(const char *z, int *pOp){ function214341 || (z[j]=='\\' && jsonIs4HexB(&z[j+1], &op))214345 || (z[k]=='\\' && jsonIs4HexB(&z[k+1], &op))