Lines Matching refs:values
29 static bool match_entity(struct ldb_message_element *values,
34 for (i = 0; i < values->num_values; i++) {
36 if (values->values[i].length != sought_values->values[j].length) {
40 if (strncasecmp((char *)values->values[i].data,
41 (char *)sought_values->values[j].data,
42 values->values[i].length) == 0)
107 if (strcasecmp((char *)usercat->values[i].data, "all") == 0) {
156 if (strcasecmp((char *)hostcat->values[i].data, "all") == 0) {
250 return (const char *)usermap->a[i].values[0].data;