Lines Matching refs:found
72 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
83 $found = 0;
86 $found++;
88 if ($found < 1) {
89 printf("[016] Only %d memory functions have been found, expecting at least %d.\n",
90 $found, 1);
96 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
107 $found = 0;
110 $found++;
112 if ($found > 2) {
114 $found);