Home
last modified time | relevance | path

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

/external/bluetooth/bluez/lib/
Dsdp.c537 sdp_data_t *sdp_seq_alloc_with_length(void **dtds, void **values, int *length, in sdp_seq_alloc_with_length() argument
545 int8_t dtd = *(uint8_t *) dtds[i]; in sdp_seq_alloc_with_length()
566 sdp_data_t *sdp_seq_alloc(void **dtds, void **values, int len) in sdp_seq_alloc() argument
573 uint8_t dtd = *(uint8_t *) dtds[i]; in sdp_seq_alloc()
1982 void **dtds, **values; in sdp_set_uuidseq_attr() local
1991 dtds = malloc(len * sizeof(void *)); in sdp_set_uuidseq_attr()
1992 if (!dtds) in sdp_set_uuidseq_attr()
1997 free(dtds); in sdp_set_uuidseq_attr()
2006 dtds[i] = &uuid16; in sdp_set_uuidseq_attr()
2010 dtds[i] = &uuid32; in sdp_set_uuidseq_attr()
[all …]
/external/bluetooth/bluez/lib/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/bluetooth/bluez/tools/
Dsdptool.c1757 void *dtds[sizeof(formats)], *values[sizeof(formats)]; in add_opush() local
1797 dtds[i] = &dtd; in add_opush()
1800 sflist = sdp_seq_alloc(dtds, values, sizeof(formats)); in add_opush()
2244 void *dtds[2]; in add_hid_keyb() local
2360 dtds[0] = &dtd2; in add_hid_keyb()
2362 dtds[1] = &dtd_data; in add_hid_keyb()
2366 hid_spec_lst = sdp_seq_alloc_with_length(dtds, values, leng, 2); in add_hid_keyb()
2407 void *dtds[2]; in add_hid_wiimote() local
2516 dtds[0] = &dtd2; in add_hid_wiimote()
2518 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