Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c213430 static int json5Whitespace(const char *zIn){ function
214020 j += json5Whitespace(&z[j]);
214026 while( (sqlite3JsonId2(z[k]) && json5Whitespace(&z[k])==0)
214415 j = json5Whitespace(&z[i]);
214483 i += json5Whitespace(&zJson[i]);