Lines Matching refs:itemp
1501 mib_item_destroy(mib_item_t **itemp) { in mib_item_destroy() argument
1506 if (itemp == NULL || *itemp == NULL) in mib_item_destroy()
1509 for (tempp = *itemp; tempp != NULL; tempp = tempp->next_item) in mib_item_destroy()
1519 if ((itemp[0][c]).valp != NULL) in mib_item_destroy()
1520 free((itemp[0][c]).valp); in mib_item_destroy()
1522 free(*itemp); in mib_item_destroy()
1524 *itemp = NULL; in mib_item_destroy()
5203 sctp_getnext_rem(const mib_item_t **itemp, in sctp_getnext_rem() argument
5206 const mib_item_t *item = *itemp; in sctp_getnext_rem()
5229 *itemp = item; in sctp_getnext_rem()
5233 *itemp = NULL; in sctp_getnext_rem()
5238 sctp_getnext_local(const mib_item_t **itemp, in sctp_getnext_local() argument
5241 const mib_item_t *item = *itemp; in sctp_getnext_local()
5264 *itemp = item; in sctp_getnext_local()
5268 *itemp = NULL; in sctp_getnext_local()