Lines Matching refs:M_NETGRAPH_PARSE
63 static MALLOC_DEFINE(M_NETGRAPH_PARSE, "netgraph_parse", "netgraph parse info");
65 #define M_NETGRAPH_PARSE M_NETGRAPH macro
728 free(sval, M_NETGRAPH_PARSE); in ng_string_parse()
744 free(s, M_NETGRAPH_PARSE); in ng_string_unparse()
748 free(s, M_NETGRAPH_PARSE); in ng_string_unparse()
791 free(sval, M_NETGRAPH_PARSE); in ng_fixedstring_parse()
796 free(sval, M_NETGRAPH_PARSE); in ng_fixedstring_parse()
894 free(sval, M_NETGRAPH_PARSE); in ng_sizedstring_parse()
900 free(sval, M_NETGRAPH_PARSE); in ng_sizedstring_parse()
917 free(s, M_NETGRAPH_PARSE); in ng_sizedstring_unparse()
920 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()
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()