Home | History | Annotate | Download | only in metrics

Lines Matching full:strcmp

29   if (strcmp(Char(name), "upload") == 0) {
31 if (strcmp(Char(attrs[i]), "interval") == 0) {
36 } else if (strcmp(Char(name), "limit") == 0) {
38 if (strcmp(Char(attrs[i]), "events") == 0) {
43 } else if (strcmp(Char(name), "collector") == 0) {
45 if (strcmp(Char(attrs[i]), "type") == 0) {
47 if (strcmp(type, "document") == 0) {
49 } else if (strcmp(type, "profile") == 0) {
51 } else if (strcmp(type, "window") == 0) {
53 } else if (strcmp(type, "ui") == 0) {