MCPcopy Index your code
hub / github.com/F-Stack/f-stack / ng_array_parse

Function ng_array_parse

freebsd/netgraph/ng_parse.c:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 ************************************************************************/
284
285static int
286ng_array_parse(const struct ng_parse_type *type,
287 const char *s, int *off, const u_char *const start,
288 u_char *const buf, int *buflen)
289{
290 return ng_parse_composite(type, s, off, start, buf, buflen, CT_ARRAY);
291}
292
293static int
294ng_array_unparse(const struct ng_parse_type *type,

Callers 1

ng_bytearray_parseFunction · 0.85

Calls 1

ng_parse_compositeFunction · 0.85

Tested by

no test coverage detected