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 < (count($memory_funcs) - 2))
94 printf("[016] Only %d memory functions have been found, expecting at least %d.\n",
95 $found, count($memory_funcs) - 2);
99 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
110 $found = 0;
113 $found++;
115 if ($found > 2)
117 $found);