Lines Matching defs:start
183 const char *s, int *off, const u_char *const start, in ng_struct_parse()
198 const u_char *const start, u_char *buf, int *buflen) in ng_struct_getDefault()
237 const char *s, int *off, const u_char *const start, in ng_fixedarray_parse()
254 const u_char *const start, u_char *buf, int *buflen) in ng_fixedarray_getDefault()
286 const char *s, int *off, const u_char *const start, in ng_array_parse()
301 const u_char *const start, u_char *buf, int *buflen) in ng_array_getDefault()
333 const char *s, int *off, const u_char *const start, in ng_int8_parse()
384 const u_char *const start, u_char *buf, int *buflen) in ng_int8_getDefault()
428 const char *s, int *off, const u_char *const start, in ng_int16_parse()
480 const u_char *const start, u_char *buf, int *buflen) in ng_int16_getDefault()
524 const char *s, int *off, const u_char *const start, in ng_int32_parse()
579 const u_char *const start, u_char *buf, int *buflen) in ng_int32_getDefault()
623 const char *s, int *off, const u_char *const start, in ng_int64_parse()
674 const u_char *const start, u_char *buf, int *buflen) in ng_int64_getDefault()
718 const char *s, int *off, const u_char *const start, in ng_string_parse()
755 const u_char *const start, u_char *buf, int *buflen) in ng_string_getDefault()
781 const char *s, int *off, const u_char *const start, in ng_fixedstring_parse()
818 const u_char *const start, u_char *buf, int *buflen) in ng_fixedstring_getDefault()
885 const char *s, int *off, const u_char *const start, in ng_sizedstring_parse()
928 const u_char *const start, u_char *buf, int *buflen) in ng_sizedstring_getDefault()
953 const char *s, int *off, const u_char *const start, in ng_ipaddr_parse()
990 const u_char *const start, u_char *buf, int *buflen) in ng_ipaddr_getDefault()
1017 const char *s, int *const off, const u_char *const start, in ng_enaddr_parse()
1074 const u_char *start, const u_char *buf) in ng_parse_bytearray_subtype_getLength()
1094 const char *s, int *off, const u_char *const start, in ng_bytearray_parse()
1143 const u_char *const start, u_char *buf, int *buflen) in ng_bytearray_getDefault()
1169 const u_char *start, const u_char *buf) in ng_parse_ng_mesg_getLength()
1200 int *off, const u_char *const start, u_char *const buf, int *buflen, in ng_parse_composite()
1472 int index, const u_char *const start, u_char *buf, int *buflen, in ng_get_composite_elem_default()
1518 const u_char *const start, const u_char *buf, in ng_get_composite_len()
1732 int start, off; in ng_get_string_token() local