Lines Matching defs:method
342 const char *method = NULL;
348 if (strcmp (iter.key, "method") == 0)
352 fprintf (stderr, "W: invalid type of method: (%s)\n", json_type_to_name (json_object_get_type (iter.val)));
355 method = json_object_get_string (iter.val);
395 if (method != NULL && strcmp (method, "match") == 0)
460 else if (method != NULL && strcmp (method, "list") == 0)
537 fprintf (stderr, "W: unknown testing method: %s\n", method);
539 if (method)
540 method = NULL;