Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c213383 static int jsonIs2Hex(const char *z){ function
213391 return jsonIs2Hex(z) && jsonIs2Hex(&z[2]);
214195 || (c=='x' && jsonIs2Hex(&z[j+1])) ){