Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Ddbtotxt.c44 static int allZero(unsigned char *aLine){ in allZero() function
167 if( allZero(aLine) ) continue; in main()
H A Dshowdb.c850 static int allZero(unsigned char *a, int n){ in allZero() function
879 if( allZero(a, g.pagesize) ){ in page_usage_btree()
/sqlite-3.40.0/test/
H A Dfuzzcheck.c314 static int allZero(unsigned char *aLine){ in allZero() function
359 if( allZero(aLine) ) continue; in renderDbSqlForCLI()