Lines Matching defs:start
184 const char *s, int *off, const u_char *const start, in ng_struct_parse()
199 const u_char *const start, u_char *buf, int *buflen) in ng_struct_getDefault()
238 const char *s, int *off, const u_char *const start, in ng_fixedarray_parse()
255 const u_char *const start, u_char *buf, int *buflen) in ng_fixedarray_getDefault()
287 const char *s, int *off, const u_char *const start, in ng_array_parse()
302 const u_char *const start, u_char *buf, int *buflen) in ng_array_getDefault()
334 const char *s, int *off, const u_char *const start, in ng_int8_parse()
388 const u_char *const start, u_char *buf, int *buflen) in ng_int8_getDefault()
432 const char *s, int *off, const u_char *const start, in ng_int16_parse()
487 const u_char *const start, u_char *buf, int *buflen) in ng_int16_getDefault()
531 const char *s, int *off, const u_char *const start, in ng_int32_parse()
589 const u_char *const start, u_char *buf, int *buflen) in ng_int32_getDefault()
633 const char *s, int *off, const u_char *const start, in ng_int64_parse()
687 const u_char *const start, u_char *buf, int *buflen) in ng_int64_getDefault()
731 const char *s, int *off, const u_char *const start, in ng_string_parse()
768 const u_char *const start, u_char *buf, int *buflen) in ng_string_getDefault()
794 const char *s, int *off, const u_char *const start, in ng_fixedstring_parse()
831 const u_char *const start, u_char *buf, int *buflen) in ng_fixedstring_getDefault()
898 const char *s, int *off, const u_char *const start, in ng_sizedstring_parse()
941 const u_char *const start, u_char *buf, int *buflen) in ng_sizedstring_getDefault()
966 const char *s, int *off, const u_char *const start, in ng_ipaddr_parse()
1001 const u_char *const start, u_char *buf, int *buflen) in ng_ipaddr_getDefault()
1028 const char *s, int *const off, const u_char *const start, in ng_enaddr_parse()
1085 const u_char *start, const u_char *buf) in ng_parse_bytearray_subtype_getLength()
1105 const char *s, int *off, const u_char *const start, in ng_bytearray_parse()
1154 const u_char *const start, u_char *buf, int *buflen) in ng_bytearray_getDefault()
1180 const u_char *start, const u_char *buf) in ng_parse_ng_mesg_getLength()
1211 int *off, const u_char *const start, u_char *const buf, int *buflen, in ng_parse_composite()
1480 int index, const u_char *const start, u_char *buf, int *buflen, in ng_get_composite_elem_default()
1526 const u_char *const start, const u_char *buf, in ng_get_composite_len()
1740 int start, off; in ng_get_string_token() local