Lines Matching refs:M_NETGRAPH_PARSE
65 static MALLOC_DEFINE(M_NETGRAPH_PARSE, "netgraph_parse", "netgraph parse info");
67 #define M_NETGRAPH_PARSE M_NETGRAPH macro
731 free(sval, M_NETGRAPH_PARSE); in ng_string_parse()
747 free(s, M_NETGRAPH_PARSE); in ng_string_unparse()
751 free(s, M_NETGRAPH_PARSE); in ng_string_unparse()
794 free(sval, M_NETGRAPH_PARSE); in ng_fixedstring_parse()
799 free(sval, M_NETGRAPH_PARSE); in ng_fixedstring_parse()
897 free(sval, M_NETGRAPH_PARSE); in ng_sizedstring_parse()
903 free(sval, M_NETGRAPH_PARSE); in ng_sizedstring_parse()
920 free(s, M_NETGRAPH_PARSE); in ng_sizedstring_unparse()
923 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()