Searched refs:next_attr (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_discovery.c | 139 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 D | sdp_parse_helper.c | 132 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()
|