Searched refs:rule (Results 1 - 25 of 64) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfib_rules.c19 static void notify_rule_change(int event, struct fib_rule *rule,
83 struct fib_rule *rule, *tmp; local
85 list_for_each_entry_safe(rule, tmp, ops->rules_list, list) {
86 list_del_rcu(&rule->list);
87 fib_rule_put(rule);
116 static int fib_rule_match(struct fib_rule *rule, struct fib_rules_ops *ops, argument
121 if (rule->ifindex && (rule->ifindex != fl->iif))
124 if ((rule->mark ^ fl->mark) & rule
135 struct fib_rule *rule; local
202 struct fib_rule *rule, *r, *last = NULL; local
338 struct fib_rule *rule, *tmp; local
425 fib_rule_nlmsg_size(struct fib_rules_ops *ops, struct fib_rule *rule) argument
441 fib_nl_fill_rule(struct sk_buff *skb, struct fib_rule *rule, u32 pid, u32 seq, int type, int flags, struct fib_rules_ops *ops) argument
496 struct fib_rule *rule; local
548 notify_rule_change(int event, struct fib_rule *rule, struct fib_rules_ops *ops, struct nlmsghdr *nlh, u32 pid) argument
574 struct fib_rule *rule; local
585 struct fib_rule *rule; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules_parse.c41 static struct udev_rule *rule; local
52 /* get next rule */
53 rule = (struct udev_rule *) (rules->buf + rules->current);
54 rules->current += sizeof(struct udev_rule) + rule->bufsize;
56 return rule;
61 static struct udev_rule *rule; local
69 rule = (struct udev_rule *) (rules->buf + rules->current);
71 if (strcmp(&rule->buf[rule->label.val_off], label) != 0) {
73 rules->current += sizeof(struct udev_rule) + rule
197 add_rule_key(struct udev_rule *rule, struct key *key, enum key_operation operation, const char *value) argument
211 add_rule_key_pair(struct udev_rule *rule, struct key_pairs *pairs, enum key_operation operation, const char *key, const char *value) argument
236 struct udev_rule *rule; local
[all...]
H A Dudev_rules.c598 static char *key_val(struct udev_rule *rule, struct key *key) argument
600 return rule->buf + key->val_off;
603 static char *key_pair_name(struct udev_rule *rule, struct key_pair *pair) argument
605 return rule->buf + pair->key_name_off;
608 static int match_key(const char *key_name, struct udev_rule *rule, struct key *key, const char *val) argument
620 strlcpy(value, rule->buf + key->val_off, sizeof(value));
649 /* match a single rule against a given device and possibly its parent devices */
650 static int match_rule(struct udevice *udev, struct udev_rule *rule) argument
654 if (match_key("ACTION", rule, &rule
973 struct udev_rule *rule; local
1141 struct udev_rule *rule; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Droutemap.c39 /* Route map rule. This rule has both `match' rule and `set' rule. */
48 /* Pre-compiled match rule. */
209 struct route_map_rule *rule;
218 for (rule = index->match_list.head; rule; rule = rule
207 struct route_map_rule *rule; local
243 struct route_map_rule *rule; local
386 struct route_map_rule_cmd *rule; local
400 struct route_map_rule_cmd *rule; local
411 route_map_rule_add(struct route_map_rule_list *list, struct route_map_rule *rule) argument
425 route_map_rule_delete(struct route_map_rule_list *list, struct route_map_rule *rule) argument
472 struct route_map_rule *rule; local
531 struct route_map_rule *rule; local
558 struct route_map_rule *rule; local
617 struct route_map_rule *rule; local
1015 struct route_map_rule *rule; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dfib_rules.h31 struct fib_rule *rule; member in struct:fib_lookup_arg
80 static inline void fib_rule_get(struct fib_rule *rule) argument
82 atomic_inc(&rule->refcnt);
87 struct fib_rule *rule = container_of(head, struct fib_rule, rcu); local
88 kfree(rule);
91 static inline void fib_rule_put(struct fib_rule *rule) argument
93 if (atomic_dec_and_test(&rule->refcnt))
94 call_rcu(&rule->rcu, fib_rule_put_rcu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dselinux.h25 * selinux_audit_rule_init - alloc/init an selinux audit rule structure.
26 * @field: the field this rule refers to
27 * @op: the operater the rule uses
28 * @rulestr: the text "target" of the rule
29 * @rule: pointer to the new rule structure returned via this
31 * Returns 0 if successful, -errno if not. On success, the rule structure
36 struct selinux_audit_rule **rule);
39 * selinux_audit_rule_free - free an selinux audit rule structure.
40 * @rule
135 selinux_audit_rule_init(u32 field, u32 op, char *rulestr, struct selinux_audit_rule **rule) argument
142 selinux_audit_rule_free(struct selinux_audit_rule *rule) argument
147 selinux_audit_rule_match(u32 sid, u32 field, u32 op, struct selinux_audit_rule *rule, struct audit_context *actx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_rules.c71 res->r = arg.rule;
76 static int dn_fib_rule_action(struct fib_rule *rule, struct flowi *flp, argument
82 switch(rule->action) {
100 tbl = dn_fib_get_table(rule->table, 0);
115 static int dn_fib_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) argument
117 struct dn_fib_rule *r = (struct dn_fib_rule *)rule;
128 static int dn_fib_rule_configure(struct fib_rule *rule, struct sk_buff *skb, argument
133 struct dn_fib_rule *r = (struct dn_fib_rule *)rule;
138 if (rule->table == RT_TABLE_UNSPEC) {
139 if (rule
167 dn_fib_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, struct nlattr **tb) argument
205 dn_fib_rule_fill(struct fib_rule *rule, struct sk_buff *skb, struct nlmsghdr *nlh, struct fib_rule_hdr *frh) argument
229 struct fib_rule *rule; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dfib6_rules.c63 if (arg.rule)
64 fib_rule_put(arg.rule);
73 static int fib6_rule_action(struct fib_rule *rule, struct flowi *flp, argument
80 switch (rule->action) {
95 table = fib6_get_table(rule->table);
100 struct fib6_rule *r = (struct fib6_rule *)rule;
104 * we check the result if it meets requirement of the rule.
106 if ((rule->flags & FIB_RULE_FIND_SADDR) &&
132 static int fib6_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) argument
134 struct fib6_rule *r = (struct fib6_rule *) rule;
164 fib6_rule_configure(struct fib_rule *rule, struct sk_buff *skb, struct nlmsghdr *nlh, struct fib_rule_hdr *frh, struct nlattr **tb) argument
198 fib6_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, struct nlattr **tb) argument
223 fib6_rule_fill(struct fib_rule *rule, struct sk_buff *skb, struct nlmsghdr *nlh, struct fib_rule_hdr *frh) argument
252 fib6_rule_nlmsg_payload(struct fib_rule *rule) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dauditfilter.c135 if (e->rule.watch)
136 audit_put_watch(e->rule.watch);
137 if (e->rule.fields)
138 for (i = 0; i < e->rule.field_count; i++) {
139 struct audit_field *f = &e->rule.fields[i];
143 kfree(e->rule.fields);
144 kfree(e->rule.filterkey);
213 entry->rule.fields = fields;
269 krule->inode_f || krule->watch) /* 1 inode # per rule, for hash */
329 struct audit_field *arch = entry->rule
354 audit_to_entry_common(struct audit_rule *rule) argument
420 audit_rule_to_entry(struct audit_rule *rule) argument
678 struct audit_rule *rule; local
1370 struct audit_rule *rule; local
1384 struct audit_rule *rule; local
1444 audit_log_rule_change(uid_t loginuid, u32 sid, char *action, struct audit_krule *rule, int res) argument
1616 audit_filter_user_rules(struct netlink_skb_parms *cb, struct audit_krule *rule, enum audit_state *state) argument
1700 audit_rule_has_selinux(struct audit_krule *rule) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_routemap.c36 /* Add rip route map rule. */
49 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
61 /* Delete rip route map rule. */
74 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
86 /* Add rip route map rule. */
99 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
111 /* Delete rip route map rule. */
124 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
157 route_match_metric (void *rule, struct prefix *prefix,
165 metric = rule;
156 route_match_metric(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
193 route_match_metric_free(void *rule) argument
210 route_match_interface(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
245 route_match_interface_free(void *rule) argument
263 route_match_ip_next_hop(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
297 route_match_ip_next_hop_free(void *rule) argument
314 route_match_ip_next_hop_prefix_list(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
345 route_match_ip_next_hop_prefix_list_free(void *rule) argument
363 route_match_ip_address(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
390 route_match_ip_address_free(void *rule) argument
407 route_match_ip_address_prefix_list(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
431 route_match_ip_address_prefix_list_free(void *rule) argument
448 route_set_metric(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
491 route_set_metric_free(void *rule) argument
509 route_set_ip_nexthop(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
551 route_set_ip_nexthop_free(void *rule) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_routemap.c42 ospf6_routemap_rule_match_address_prefixlist (void *rule, argument
52 plist = prefix_list_lookup (AFI_IP6, (char *) rule);
68 ospf6_routemap_rule_match_address_prefixlist_free (void *rule) argument
70 XFREE (MTYPE_ROUTE_MAP_COMPILED, rule);
82 ospf6_routemap_rule_set_metric_type (void *rule, struct prefix *prefix, argument
85 char *metric_type = rule;
106 ospf6_routemap_rule_set_metric_type_free (void *rule) argument
108 XFREE (MTYPE_ROUTE_MAP_COMPILED, rule);
120 ospf6_routemap_rule_set_metric (void *rule, struct prefix *prefix, argument
123 char *metric = rule;
142 ospf6_routemap_rule_set_metric_free(void *rule) argument
156 ospf6_routemap_rule_set_forwarding(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
181 ospf6_routemap_rule_set_forwarding_free(void *rule) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_routemap.c104 route_match_ip_address (void *rule, struct prefix *prefix,
112 alist = access_list_lookup (AFI_IP, (char *) rule);
132 route_match_ip_address_free (void *rule)
134 XFREE (MTYPE_ROUTE_MAP_COMPILED, rule);
151 route_match_ip_next_hop (void *rule, struct prefix *prefix,
165 alist = access_list_lookup (AFI_IP, (char *) rule);
185 route_match_ip_next_hop_free (void *rule)
187 XFREE (MTYPE_ROUTE_MAP_COMPILED, rule);
203 route_match_ip_address_prefix_list (void *rule, struct prefix *prefix,
210 plist = prefix_list_lookup (AFI_IP, (char *) rule);
103 route_match_ip_address(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
131 route_match_ip_address_free(void *rule) argument
149 route_match_ip_next_hop(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
183 route_match_ip_next_hop_free(void *rule) argument
200 route_match_ip_address_prefix_list(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
224 route_match_ip_address_prefix_list_free(void *rule) argument
240 route_match_ip_next_hop_prefix_list(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
271 route_match_ip_next_hop_prefix_list_free(void *rule) argument
288 route_match_metric(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
326 route_match_metric_free(void *rule) argument
344 route_match_aspath(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
374 route_match_aspath_free(void *rule) argument
393 route_match_aspath(void *rule, struct prefix *prefix, void *object) argument
420 route_match_aspath_free(void *rule) argument
446 route_match_community(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
504 route_match_community_free(void *rule) argument
526 route_match_origin(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
563 route_match_origin_free(void *rule) argument
580 route_set_ip_nexthop(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
623 route_set_ip_nexthop_free(void *rule) argument
641 route_set_local_pref(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
684 route_set_local_pref_free(void *rule) argument
702 route_set_weight(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
744 route_set_weight_free(void *rule) argument
762 route_set_metric(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
839 route_set_metric_free(void *rule) argument
857 route_set_aspath_prepend(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
894 route_set_aspath_prepend_free(void *rule) argument
919 route_set_community(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1005 route_set_community_free(void *rule) argument
1027 route_set_community_delete(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1091 route_set_community_delete_free(void *rule) argument
1109 route_set_ecommunity_rt(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1154 route_set_ecommunity_rt_free(void *rule) argument
1173 route_set_ecommunity_soo(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1208 route_set_ecommunity_soo_free(void *rule) argument
1227 route_set_origin(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1263 route_set_origin_free(void *rule) argument
1281 route_set_atomic_aggregate(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1304 route_set_atomic_aggregate_free(void *rule) argument
1326 route_set_aggregator_as(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1364 route_set_aggregator_as_free(void *rule) argument
1381 route_match_ipv6_address(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1405 route_match_ipv6_address_free(void *rule) argument
1422 route_match_ipv6_next_hop(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1465 route_match_ipv6_next_hop_free(void *rule) argument
1481 route_match_ipv6_address_prefix_list(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1505 route_match_ipv6_address_prefix_list_free(void *rule) argument
1522 route_set_ipv6_nexthop_global(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1568 route_set_ipv6_nexthop_global_free(void *rule) argument
1586 route_set_ipv6_nexthop_local(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1632 route_set_ipv6_nexthop_local_free(void *rule) argument
1650 route_set_vpnv4_nexthop(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1689 route_set_vpnv4_nexthop_free(void *rule) argument
1707 route_set_originator_id(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
1746 route_set_originator_id_free(void *rule) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_routemap.c92 /* Delete rip route map rule. */
105 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
130 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
155 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
168 /* Delete rip route map rule. */
181 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
197 route_match_ip_nexthop (void *rule, struct prefix *prefix, argument
210 alist = access_list_lookup (AFI_IP, (char *) rule);
230 route_match_ip_nexthop_free (void *rule) argument
232 XFREE (MTYPE_ROUTE_MAP_COMPILED, rule);
247 route_match_ip_next_hop_prefix_list(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
277 route_match_ip_next_hop_prefix_list_free(void *rule) argument
294 route_match_ip_address(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
322 route_match_ip_address_free(void *rule) argument
338 route_match_ip_address_prefix_list(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
362 route_match_ip_address_prefix_list_free(void *rule) argument
379 route_match_interface(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
408 route_match_interface_free(void *rule) argument
425 route_set_metric(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
461 route_set_metric_free(void *rule) argument
478 route_set_metric_type(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
518 route_set_metric_type_free(void *rule) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dfib_rules.c96 res->r = arg.rule;
101 static int fib4_rule_action(struct fib_rule *rule, struct flowi *flp, argument
107 switch (rule->action) {
125 if ((tbl = fib_get_table(rule->table)) == NULL)
146 static int fib4_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) argument
148 struct fib4_rule *r = (struct fib4_rule *) rule;
177 static int fib4_rule_configure(struct fib_rule *rule, struct sk_buff *skb, argument
182 struct fib4_rule *rule4 = (struct fib4_rule *) rule;
187 if (rule->table == RT_TABLE_UNSPEC) {
188 if (rule
223 fib4_rule_compare(struct fib_rule *rule, struct fib_rule_hdr *frh, struct nlattr **tb) argument
251 fib4_rule_fill(struct fib_rule *rule, struct sk_buff *skb, struct nlmsghdr *nlh, struct fib_rule_hdr *frh) argument
280 struct fib_rule *rule; local
294 fib4_rule_nlmsg_payload(struct fib_rule *rule) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Drules.c317 int rule_execute(struct hotplug2_event_t *event, struct rule_t *rule) { argument
320 for (i = 0; i < rule->conditions_c; i++) {
321 if (rule_condition_eval(event, &(rule->conditions[i])) != EVAL_MATCH)
330 for (i = 0; i < rule->actions_c; i++) {
331 switch (rule->actions[i].type) {
347 last_rv = make_dev_from_event(event, rule->actions[i].parameter[0], strtoul(rule->actions[i].parameter[1], NULL, 0));
350 last_rv = chmod(rule->actions[i].parameter[0], strtoul(rule->actions[i].parameter[1], NULL, 0));
354 last_rv = chown_chgrp(rule
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/
H A Dmanager.c20 static int pnp_assign_port(struct pnp_dev *dev, struct pnp_port *rule, int idx) argument
25 if (!dev || !rule)
43 *flags |= rule->flags | IORESOURCE_IO;
46 if (!rule->size) {
51 *start = rule->min;
52 *end = *start + rule->size - 1;
56 *start += rule->align;
57 *end = *start + rule->size - 1;
58 if (*start > rule->max || !rule
64 pnp_assign_mem(struct pnp_dev *dev, struct pnp_mem *rule, int idx) argument
118 pnp_assign_irq(struct pnp_dev * dev, struct pnp_irq *rule, int idx) argument
171 pnp_assign_dma(struct pnp_dev *dev, struct pnp_dma *rule, int idx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_routemap.c36 route_match_interface (void *rule, struct prefix *prefix,
45 ifname = rule;
68 route_match_interface_free (void *rule)
70 XFREE (MTYPE_ROUTE_MAP_COMPILED, rule);
96 route_set_metric (void *rule, struct prefix *prefix,
104 mod = rule;
175 route_set_metric_free (void *rule)
177 XFREE (MTYPE_ROUTE_MAP_COMPILED, rule);
201 vty_out (vty, "Can't find rule.%s", VTY_NEWLINE);
225 vty_out (vty, "Can't find rule
94 route_set_metric(void *rule, struct prefix *prefix, route_map_object_t type, void *object) argument
173 route_set_metric_free(void *rule) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Ddebflex.awk1 # Clarify the flex debug trace by substituting first line of each rule.
63 # collect complete rule output from a scanner
68 # otherwise we have a new rule - process what we got so far
98 printf "%s:%d: *** No such rule.\n", source, line;
109 if (match(field[i], /accepting rule at line /)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/divert/
H A Disdn_divert.c38 divert_rule rule; /* used rule */ member in struct:deflect_struc
273 /* insert a new rule before idx */
283 ds->rule = *newrule; /* set rule */
318 /* delete the rule at position idx */
368 /* get a pointer to a specific rule number */
376 { return(&ds->rule);
398 if (((dv->rule.callopt == 1) && (ic->command == ISDN_STAT_ICALLW)) ||
399 ((dv->rule
[all...]
H A Disdn_divert.h22 #define IIOCGETRULE _IO('I', 4) /* read one rule */
23 #define IIOCMODRULE _IO('I', 5) /* modify/replace a rule */
24 #define IIOCINSRULE _IO('I', 6) /* insert/append one rule */
25 #define IIOCDELRULE _IO('I', 7) /* delete a rule */
75 { int ruleidx; /* index of rule */
76 divert_rule rule; /* rule parms */ member in struct:__anon4639::__anon4641
85 data from rule used if empty */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dschematron.c97 * A Schematrons rule
102 xmlSchematronRulePtr next; /* the next rule in the list */
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */
105 xmlChar *context; /* the context evaluation rule */
295 * @rule: the parent rule
307 xmlSchematronRulePtr rule,
313 if ((ctxt == NULL) || (rule == NULL) || (node == NULL) ||
341 if (rule->tests == NULL) {
342 rule
305 xmlSchematronAddTest(xmlSchematronParserCtxtPtr ctxt, xmlSchematronTestType type, xmlSchematronRulePtr rule, xmlNodePtr node, xmlChar *test, xmlChar *report) argument
847 xmlSchematronParseRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPatternPtr pattern, xmlNodePtr rule) argument
1668 xmlSchematronRulePtr rule; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dschematron.c97 * A Schematrons rule
102 xmlSchematronRulePtr next; /* the next rule in the list */
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */
105 xmlChar *context; /* the context evaluation rule */
290 * @rule: the parent rule
302 xmlSchematronRulePtr rule,
308 if ((ctxt == NULL) || (rule == NULL) || (node == NULL) ||
336 if (rule->tests == NULL) {
337 rule
300 xmlSchematronAddTest(xmlSchematronParserCtxtPtr ctxt, xmlSchematronTestType type, xmlSchematronRulePtr rule, xmlNodePtr node, xmlChar *test, xmlChar *report) argument
840 xmlSchematronParseRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPatternPtr pattern, xmlNodePtr rule) argument
1613 xmlSchematronRulePtr rule; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dschematron.c97 * A Schematrons rule
102 xmlSchematronRulePtr next; /* the next rule in the list */
103 xmlSchematronRulePtr patnext;/* the next rule in the pattern list */
105 xmlChar *context; /* the context evaluation rule */
290 * @rule: the parent rule
302 xmlSchematronRulePtr rule,
308 if ((ctxt == NULL) || (rule == NULL) || (node == NULL) ||
336 if (rule->tests == NULL) {
337 rule
300 xmlSchematronAddTest(xmlSchematronParserCtxtPtr ctxt, xmlSchematronTestType type, xmlSchematronRulePtr rule, xmlNodePtr node, xmlChar *test, xmlChar *report) argument
840 xmlSchematronParseRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPatternPtr pattern, xmlNodePtr rule) argument
1613 xmlSchematronRulePtr rule; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl_ciph.c445 int rule, int strength_bits, CIPHER_ORDER *co_list,
453 printf("Applying rule %d with %08lx %08lx %08lx %08lx (%d)\n",
454 rule, algorithms, mask, algo_strength, mask_strength,
496 printf("Action = %d\n", rule);
500 if (rule == CIPHER_ADD)
509 else if (rule == CIPHER_ORD)
516 else if (rule == CIPHER_DEL)
518 else if (rule == CIPHER_KILL)
599 int j, multi, found, rule, retval, ok, buflen; local
611 { rule
443 ssl_cipher_apply_rule(unsigned long algorithms, unsigned long mask, unsigned long algo_strength, unsigned long mask_strength, int rule, int strength_bits, CIPHER_ORDER *co_list, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_ciph.c589 int rule, int strength_bits, CIPHER_ORDER *co_list,
597 printf("Applying rule %d with %08lx %08lx %08lx %08lx (%d)\n",
598 rule, algorithms, mask, algo_strength, mask_strength,
649 printf("Action = %d\n", rule);
653 if (rule == CIPHER_ADD)
676 else if (rule == CIPHER_ORD)
683 else if (rule == CIPHER_DEL)
685 else if (rule == CIPHER_KILL)
766 int j, multi, found, rule, retval, ok, buflen; local
779 { rule
586 ssl_cipher_apply_rule(unsigned long cipher_id, unsigned long ssl_version, unsigned long algorithms, unsigned long mask, unsigned long algo_strength, unsigned long mask_strength, int rule, int strength_bits, CIPHER_ORDER *co_list, CIPHER_ORDER **head_p, CIPHER_ORDER **tail_p) argument
[all...]

Completed in 172 milliseconds

123