Home
last modified time | relevance | path

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

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