Lines Matching refs:found
77 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
88 $found = 0;
91 $found++;
93 if ($found < 1) {
94 printf("[016] Only %d memory functions have been found, expecting at least %d.\n",
95 $found, 1);
101 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
112 $found = 0;
115 $found++;
117 if ($found > 2) {
119 $found);