Searched refs:prv_item (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_hashitem.c300 table->first->prv_item = item;
303 item->prv_item = NULL;
441 if (cur->prv_item)
442 cur->prv_item->nxt_item = cur->nxt_item;
446 cur->nxt_item->prv_item = cur->prv_item;
484 item->prv_item = 0;
530 if (nl->prv_item)
531 nl->prv_item->nxt_item = nl->nxt_item;
536 nl->nxt_item->prv_item
[all...]
H A Dnis_hashitem.h51 struct __nis_item_item *prv_item; member in struct:__nis_item_item

Completed in 15 milliseconds