Lines Matching refs:token
646 int fr_htable_getnext(token, ilp, ifs)
647 ipftoken_t *token;
664 * Get "previous" entry from the token and find the next entry.
666 * If we found an entry, add a reference to it and update the token.
667 * Otherwise, zero out data to be returned and NULL out token.
672 iph = token->ipt_data;
680 token->ipt_data = nextiph;
684 token->ipt_data = NULL;
689 node = token->ipt_data;
702 token->ipt_data = nextnode;
706 token->ipt_data = NULL;
723 * Copy out data and clean up references and token as needed.
731 if (token->ipt_data == NULL) {
732 ipf_freetoken(token, ifs);
740 ipf_freetoken(token, ifs);
748 if (token->ipt_data == NULL) {
749 ipf_freetoken(token, ifs);
757 ipf_freetoken(token, ifs);