Lines Matching refs:pphd
236 ndr_handle_t **pphd; in ndr_hdfree() local
241 pphd = &ndr_handle_list; in ndr_hdfree()
243 while (*pphd) { in ndr_hdfree()
244 hd = *pphd; in ndr_hdfree()
248 *pphd = hd->nh_next; in ndr_hdfree()
254 pphd = &(*pphd)->nh_next; in ndr_hdfree()
297 ndr_handle_t **pphd; in ndr_hdclose() local
300 pphd = &ndr_handle_list; in ndr_hdclose()
302 while (*pphd) { in ndr_hdclose()
303 hd = *pphd; in ndr_hdclose()
306 *pphd = hd->nh_next; in ndr_hdclose()
315 pphd = &(*pphd)->nh_next; in ndr_hdclose()