Home
last modified time | relevance | path

Searched refs:pt_free (Results 1 – 8 of 8) sorted by relevance

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_read.c122 if (ptn && pt_free(ptn, 0) < 0) in cli_qmark_hook()
184 if (ptn && pt_free(ptn, 0) < 0) in cli_tab_hook()
364 pt_free(ptmatch, 0); in show_help_columns()
482 pt_free(ptmatch, 0); in show_help_line()
685 if (pt_free(ptmatch, 0) < 0) in cliread_parse()
688 if (pt_free(ptn, 0) < 0) in cliread_parse()
H A Dcligen_parsetree.h77 int pt_free(parse_tree *pt, int recurse);
H A Dcligen_parsetree.c505 pt_free(parse_tree *pt, in pt_free() function
534 return pt_free(pt, recursive); in cligen_parsetree_free()
H A Dcligen_match.c1052 pt_free(mrcprev->mr_parsetree, 0); in match_pattern_sets()
1104 pt_free(ptn, 0); in match_pattern_sets()
1338 pt_free(ptmatch, 0); in match_pattern_exact()
1468 pt_free(ptmatch, 0); in match_complete()
H A Dcligen_expand.c373 pt_free(pt1ref, 1); in pt_expand_treeref()
382 pt_free(pt1ref, 1); in pt_expand_treeref()
H A Dcligen_object.c146 pt_free(co->co_ptvec[0], 1); in co_pt_set()
792 pt_free(pt, 1); /* recursive */ in co_free()
H A Dcligen_pt_head.c218 pt_free(ph->ph_parsetree, 1); in cligen_ph_free()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drde_prefix.c49 static void pt_free(struct pt_entry *);
191 pt_free(pte); in pt_remove()
320 pt_free(struct pt_entry *pte) in pt_free() function