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()
1107 free(str, M_NETGRAPH_PARSE); in ng_bytearray_parse()
1111 free(str, M_NETGRAPH_PARSE); in ng_bytearray_parse()
1116 free(str, M_NETGRAPH_PARSE); in ng_bytearray_parse()
1209 foff = malloc(num * sizeof(*foff), M_NETGRAPH_PARSE, M_NOWAIT | M_ZERO); in ng_parse_composite()
1367 free(foff, M_NETGRAPH_PARSE); in ng_parse_composite()
1387 workBuf = malloc(workSize, M_NETGRAPH_PARSE, M_NOWAIT); in ng_unparse_composite()
1445 free(workBuf, M_NETGRAPH_PARSE); in ng_unparse_composite()
1459 free(workBuf, M_NETGRAPH_PARSE); in ng_unparse_composite()
1709 free(t, M_NETGRAPH_PARSE); in ng_parse_get_token()
1737 cbuf = malloc(strlen(s + start), M_NETGRAPH_PARSE, M_NOWAIT); in ng_get_string_token()
1804 free(cbuf, M_NETGRAPH_PARSE); in ng_get_string_token()
1820 cbuf = malloc(strlen(raw) * 4 + 3, M_NETGRAPH_PARSE, M_NOWAIT); in ng_encode_string()