Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_discovery.c139 static SLPBoolean next_attr(char **t_inout, char **v_inout, in next_attr() function
169 return (next_attr(t_inout, v_inout, s_inout, type)); in next_attr()
252 while (next_attr(&tag, &val, &state, &type)) { in aggregate_attrs()
456 while (next_attr(&tag, &val, &state, &type)) { in foreach_context()
/titanic_50/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c132 sdp_attr_t *next_attr; in sdp_free_attribute() local
135 next_attr = attr->a_next; in sdp_free_attribute()
141 attr = next_attr; in sdp_free_attribute()