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
730 free(sval, M_NETGRAPH_PARSE); in ng_string_parse()
746 free(s, M_NETGRAPH_PARSE); in ng_string_unparse()
750 free(s, M_NETGRAPH_PARSE); in ng_string_unparse()
793 free(sval, M_NETGRAPH_PARSE); in ng_fixedstring_parse()
798 free(sval, M_NETGRAPH_PARSE); in ng_fixedstring_parse()
896 free(sval, M_NETGRAPH_PARSE); in ng_sizedstring_parse()
902 free(sval, M_NETGRAPH_PARSE); in ng_sizedstring_parse()
919 free(s, M_NETGRAPH_PARSE); in ng_sizedstring_unparse()
922 free(s, M_NETGRAPH_PARSE); in ng_sizedstring_unparse()
1109 free(str, M_NETGRAPH_PARSE); in ng_bytearray_parse()
1113 free(str, M_NETGRAPH_PARSE); in ng_bytearray_parse()
1118 free(str, M_NETGRAPH_PARSE); in ng_bytearray_parse()
1211 foff = malloc(num * sizeof(*foff), M_NETGRAPH_PARSE, M_NOWAIT | M_ZERO); in ng_parse_composite()
1369 free(foff, M_NETGRAPH_PARSE); in ng_parse_composite()
1389 workBuf = malloc(workSize, M_NETGRAPH_PARSE, M_NOWAIT); in ng_unparse_composite()
1447 free(workBuf, M_NETGRAPH_PARSE); in ng_unparse_composite()
1461 free(workBuf, M_NETGRAPH_PARSE); in ng_unparse_composite()
1711 free(t, M_NETGRAPH_PARSE); in ng_parse_get_token()
1739 cbuf = malloc(strlen(s + start), M_NETGRAPH_PARSE, M_NOWAIT); in ng_get_string_token()
1806 free(cbuf, M_NETGRAPH_PARSE); in ng_get_string_token()
1822 cbuf = malloc(strlen(raw) * 4 + 3, M_NETGRAPH_PARSE, M_NOWAIT); in ng_encode_string()