Home
last modified time | relevance | path

Searched refs:dtds (Results 1 – 4 of 4) sorted by relevance

/external/bluez/libs/src/
Dsdp.c530 sdp_data_t *sdp_seq_alloc_with_length(void **dtds, void **values, int *length, int len) in sdp_seq_alloc_with_length() argument
537 int8_t dtd = *(uint8_t *) dtds[i]; in sdp_seq_alloc_with_length()
558 sdp_data_t *sdp_seq_alloc(void **dtds, void **values, int len) in sdp_seq_alloc() argument
565 uint8_t dtd = *(uint8_t *) dtds[i]; in sdp_seq_alloc()
1738 void **dtds, **values; in sdp_set_uuidseq_attr() local
1747 dtds = (void **)malloc(len * sizeof(void *)); in sdp_set_uuidseq_attr()
1754 dtds[i] = &uuid16; in sdp_set_uuidseq_attr()
1758 dtds[i] = &uuid32; in sdp_set_uuidseq_attr()
1762 dtds[i] = &uuid128; in sdp_set_uuidseq_attr()
1775 sdp_data_t *data = sdp_seq_alloc(dtds, values, len); in sdp_set_uuidseq_attr()
[all …]
/external/bluez/libs/include/bluetooth/
Dsdp_lib.h166 sdp_data_t *sdp_seq_alloc(void **dtds, void **values, int len);
167 sdp_data_t *sdp_seq_alloc_with_length(void **dtds, void **values, int *length, int len);
/external/bluez/utils/tools/
Dsdptool.c1758 void *dtds[sizeof(formats)], *values[sizeof(formats)]; in add_opush() local
1798 dtds[i] = &dtd; in add_opush()
1801 sflist = sdp_seq_alloc(dtds, values, sizeof(formats)); in add_opush()
2173 void *dtds[2]; in add_hid_keyb() local
2289 dtds[0] = &dtd2; in add_hid_keyb()
2291 dtds[1] = &dtd_data; in add_hid_keyb()
2295 hid_spec_lst = sdp_seq_alloc_with_length(dtds, values, leng, 2); in add_hid_keyb()
2336 void *dtds[2]; in add_hid_wiimote() local
2445 dtds[0] = &dtd2; in add_hid_wiimote()
2447 dtds[1] = &dtd_data; in add_hid_wiimote()
[all …]
/external/webkit/WebCore/
DChangeLog-2002-12-033546 we stay in quirks mode for strict HTML4 dtds when we