Lines Matching refs:M_NETGRAPH_PARSE
64 static MALLOC_DEFINE(M_NETGRAPH_PARSE, "netgraph_parse", "netgraph parse info");
66 #define M_NETGRAPH_PARSE M_NETGRAPH macro
729 free(sval, M_NETGRAPH_PARSE); in ng_string_parse()
745 free(s, M_NETGRAPH_PARSE); in ng_string_unparse()
749 free(s, M_NETGRAPH_PARSE); in ng_string_unparse()
792 free(sval, M_NETGRAPH_PARSE); in ng_fixedstring_parse()
797 free(sval, M_NETGRAPH_PARSE); in ng_fixedstring_parse()
895 free(sval, M_NETGRAPH_PARSE); in ng_sizedstring_parse()
901 free(sval, M_NETGRAPH_PARSE); in ng_sizedstring_parse()
918 free(s, M_NETGRAPH_PARSE); in ng_sizedstring_unparse()
921 free(s, M_NETGRAPH_PARSE); in ng_sizedstring_unparse()
1108 free(str, M_NETGRAPH_PARSE); in ng_bytearray_parse()
1112 free(str, M_NETGRAPH_PARSE); in ng_bytearray_parse()
1117 free(str, M_NETGRAPH_PARSE); in ng_bytearray_parse()
1210 foff = malloc(num * sizeof(*foff), M_NETGRAPH_PARSE, M_NOWAIT | M_ZERO); in ng_parse_composite()
1368 free(foff, M_NETGRAPH_PARSE); in ng_parse_composite()
1388 workBuf = malloc(workSize, M_NETGRAPH_PARSE, M_NOWAIT); in ng_unparse_composite()
1446 free(workBuf, M_NETGRAPH_PARSE); in ng_unparse_composite()
1460 free(workBuf, M_NETGRAPH_PARSE); in ng_unparse_composite()
1710 free(t, M_NETGRAPH_PARSE); in ng_parse_get_token()
1738 cbuf = malloc(strlen(s + start), M_NETGRAPH_PARSE, M_NOWAIT); in ng_get_string_token()
1805 free(cbuf, M_NETGRAPH_PARSE); in ng_get_string_token()
1821 cbuf = malloc(strlen(raw) * 4 + 3, M_NETGRAPH_PARSE, M_NOWAIT); in ng_encode_string()