Home
last modified time | relevance | path

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

/btstack/3rd-party/yxml/
H A Dyxml.c263 static inline yxml_ret_t yxml_attrstart (yxml_t *x, unsigned ch) { return yxml_pushstack(x, &x->at… in yxml_attrstart() function
586 return yxml_attrstart(x, ch); in yxml_parse()