Searched refs:CT_STRUCT (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_parse.c | 97 CT_STRUCT, enumerator 186 return ng_parse_composite(type, s, off, start, buf, buflen, CT_STRUCT); in ng_struct_parse() 193 return ng_unparse_composite(type, data, off, cbuf, cbuflen, CT_STRUCT); in ng_struct_unparse() 203 "{}", &off, start, buf, buflen, CT_STRUCT); in ng_struct_getDefault() 1220 != (ctype == CT_STRUCT ? T_LBRACE : T_LBRACKET)) { in ng_parse_composite() 1232 if (tok == (ctype == CT_STRUCT ? T_RBRACE : T_RBRACKET)) { in ng_parse_composite() 1240 if (ctype != CT_STRUCT) { in ng_parse_composite() 1396 (ctype == CT_STRUCT) ? '{' : '[')) != 0) in ng_unparse_composite() 1428 if (ctype != CT_STRUCT) { in ng_unparse_composite() 1458 didOne ? " " : "", (ctype == CT_STRUCT) ? '}' : ']'); in ng_unparse_composite() [all …]
|