Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c214084 static int jsonIs4HexB(const char *z, int *pOp){ function
214341 || (z[j]=='\\' && jsonIs4HexB(&z[j+1], &op))
214345 || (z[k]=='\\' && jsonIs4HexB(&z[k+1], &op))