Home | History | Annotate | Download | only in net

Lines Matching refs:criteria

23 	criteria []nssCriterion
26 // standardCriteria reports all specified criteria have the default
29 for i, crit := range s.criteria {
30 if !crit.standardStatusAction(i == len(s.criteria)-1) {
37 // nssCriterion is the parsed structure of one of the criteria in brackets
46 // specifying the criterion at all. last is whether this criteria is the
108 var criteria []nssCriterion
109 // See if there's a criteria block in brackets.
116 criteria, err = parseCriteria(srcs[1:bclose])
118 return errors.New("invalid criteria: " + string(srcs[1:bclose]))
127 criteria: criteria,