Home
last modified time | relevance | path

Searched refs:YXML_ATTREND (Results 1 – 3 of 3) sorted by relevance

/btstack/3rd-party/yxml/
H A Dyxml.h48 YXML_ATTREND = 6, /* End of attribute '.."' */ enumerator
H A Dyxml.c266 …et_t yxml_attrvalend (yxml_t *x, unsigned ch) { (void) ch; yxml_popstack(x); return YXML_ATTREND; } in yxml_attrvalend()
/btstack/src/classic/
H A Dpbap_client.c383 case YXML_ATTREND: in pbap_client_process_vcard_list_body()