Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c213390 static int jsonIs4Hex(const char *z){ function
213768 if( !jsonIs4Hex(&z[1]) ) return 0;
213913 if( !jsonIs4Hex((const char*)&z[j+2]) ) return j+1;
214185 || (c=='u' && jsonIs4Hex(&z[j+1])) ){