Lines Matching refs:found
76 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
87 $found = 0;
90 $found++;
92 if ($found < 1) {
93 printf("[016] Only %d memory functions have been found, expecting at least %d.\n",
94 $found, 1);
100 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
111 $found = 0;
114 $found++;
116 if ($found > 2) {
118 $found);