Home
last modified time | relevance | path

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

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