OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sdp_xml_data
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluez/src/
sdp-xml.h
42
struct
sdp_xml_data
{
struct
46
struct
sdp_xml_data
*next; /* Next item on the stack */
52
struct
sdp_xml_data
*sdp_xml_data_alloc(void);
53
void sdp_xml_data_free(struct
sdp_xml_data
*elem);
54
struct
sdp_xml_data
*sdp_xml_data_expand(struct
sdp_xml_data
*elem);
56
sdp_data_t *sdp_xml_parse_datatype(const char *el, struct
sdp_xml_data
*elem,
sdp-xml.c
701
struct
sdp_xml_data
*sdp_xml_data_alloc(void)
703
struct
sdp_xml_data
*elem;
705
elem = malloc(sizeof(struct
sdp_xml_data
));
709
memset(elem, 0, sizeof(struct
sdp_xml_data
));
719
void sdp_xml_data_free(struct
sdp_xml_data
*elem)
729
struct
sdp_xml_data
*sdp_xml_data_expand(struct
sdp_xml_data
*elem)
746
sdp_data_t *sdp_xml_parse_datatype(const char *el, struct
sdp_xml_data
*elem,
/external/bluetooth/bluez/plugins/
service.c
60
struct
sdp_xml_data
*stack_head;
113
struct
sdp_xml_data
*newelem = sdp_xml_data_alloc();
165
struct
sdp_xml_data
*elem;
Completed in 81 milliseconds