Home | History | Annotate | Download | only in parser

Lines Matching refs:split

397 static inline void print_de(int, struct frame *frm, int *split, uint16_t *psm, uint8_t *channel);
399 static inline void print_des(uint8_t de_type, int level, int n, struct frame *frm, int *split, uint16_t *psm, uint8_t *channel)
403 print_de(level, frm, split, psm, channel);
406 static inline void print_de(int level, struct frame *frm, int *split, uint16_t *psm, uint8_t *channel)
421 if (split) {
422 /* Split output by uuids.
424 if (*split) {
428 ++*split;
438 print_des(de_type, level, n, frm, split, psm, channel);
443 print_des(de_type, level, n, frm, split, psm, channel);
519 int len, split, n1 = 0, n2 = 0;
533 split = (attr_id != SDP_ATTR_ID_PROTOCOL_DESCRIPTOR_LIST);
539 print_de(level + 1, frm, split ? NULL: &split,