Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c141 static SLPBoolean next_attr(char **t_inout, char **v_inout, in next_attr() function
171 return (next_attr(t_inout, v_inout, s_inout, type)); in next_attr()
254 while (next_attr(&tag, &val, &state, &type)) { in aggregate_attrs()
458 while (next_attr(&tag, &val, &state, &type)) { in foreach_context()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c130 sdp_attr_t *next_attr; in sdp_free_attribute() local
133 next_attr = attr->a_next; in sdp_free_attribute()
139 attr = next_attr; in sdp_free_attribute()