Searched refs:conditions_c (Results 1 - 2 of 2) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Drules.c320 for (i = 0; i < rule->conditions_c; i++) {
485 for (j = 0; j < rules->rules[i].conditions_c; j++) {
537 last_rule.conditions_c = 0;
557 last_rule.conditions_c++;
558 last_rule.conditions = xrealloc(last_rule.conditions, sizeof(struct condition_t) * last_rule.conditions_c);
559 last_rule.conditions[last_rule.conditions_c-1].key = strdup(buf);
564 last_rule.conditions[last_rule.conditions_c-1].type = -1;
568 last_rule.conditions[last_rule.conditions_c-1].type = conditions[i].type;
573 if (last_rule.conditions[last_rule.conditions_c-1].type == -1) {
581 last_rule.conditions[last_rule.conditions_c
[all...]
H A Drules.h64 int conditions_c; member in struct:rule_t

Completed in 119 milliseconds