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()
385 const u_char *const start, u_char *buf, int *buflen) in ng_int8_getDefault()
429 const char *s, int *off, const u_char *const start, in ng_int16_parse()
481 const u_char *const start, u_char *buf, int *buflen) in ng_int16_getDefault()
525 const char *s, int *off, const u_char *const start, in ng_int32_parse()
580 const u_char *const start, u_char *buf, int *buflen) in ng_int32_getDefault()
624 const char *s, int *off, const u_char *const start, in ng_int64_parse()
675 const u_char *const start, u_char *buf, int *buflen) in ng_int64_getDefault()
719 const char *s, int *off, const u_char *const start, in ng_string_parse()
756 const u_char *const start, u_char *buf, int *buflen) in ng_string_getDefault()
782 const char *s, int *off, const u_char *const start, in ng_fixedstring_parse()
819 const u_char *const start, u_char *buf, int *buflen) in ng_fixedstring_getDefault()
886 const char *s, int *off, const u_char *const start, in ng_sizedstring_parse()
929 const u_char *const start, u_char *buf, int *buflen) in ng_sizedstring_getDefault()
954 const char *s, int *off, const u_char *const start, in ng_ipaddr_parse()
989 const u_char *const start, u_char *buf, int *buflen) in ng_ipaddr_getDefault()
1016 const char *s, int *const off, const u_char *const start, in ng_enaddr_parse()
1073 const u_char *start, const u_char *buf) in ng_parse_bytearray_subtype_getLength()
1093 const char *s, int *off, const u_char *const start, in ng_bytearray_parse()
1142 const u_char *const start, u_char *buf, int *buflen) in ng_bytearray_getDefault()
1168 const u_char *start, const u_char *buf) in ng_parse_ng_mesg_getLength()
1199 int *off, const u_char *const start, u_char *const buf, int *buflen, in ng_parse_composite()
1469 int index, const u_char *const start, u_char *buf, int *buflen, in ng_get_composite_elem_default()
1515 const u_char *const start, const u_char *buf, in ng_get_composite_len()
1729 int start, off; in ng_get_string_token() local