Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/test/
Dthreadtest3.c399 static int nGlobalErr = 0; variable
445 nGlobalErr++; in print_err()
1448 printf("Total of %d errors across all tests\n", nGlobalErr); in main()
1449 return (nGlobalErr>0 ? 255 : 0); in main()