Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Ddbfuzz2.c248 static int numberOfVChar(const char *z){ in numberOfVChar() function
269 if( z[0]=='v' && (n = numberOfVChar(z))>0 ){ in LLVMFuzzerInitialize()
H A Dfuzzcheck.c1723 static int numberOfVChar(const char *z){ in numberOfVChar() function
1968 if( (nV = numberOfVChar(z))>=1 ){ in main()