Home
last modified time | relevance | path

Searched refs:a_idx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/libmilter/
H A Dengine.c25 int a_idx; /* index for macro array */ member
404 arg.a_idx = cmds[i].cm_macros;
860 mi_clr_macros(ctx, g->a_idx + 1);
1185 mi_clr_macros(g->a_ctx, g->a_idx + 1);
1351 mi_clr_macros(g->a_ctx, g->a_idx + 1);
1398 mi_clr_macros(g->a_ctx, g->a_idx + 1); \
/freebsd/sys/net/route/
H A Dnhgrp_ctl.c91 uint32_t a_idx = w_a->nh->nh_priv->nh_idx; in wn_cmp_idx() local
94 if (a_idx < b_idx) in wn_cmp_idx()
96 else if (a_idx > b_idx) in wn_cmp_idx()