Searched defs:xml_next_tag (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.c62 * xml_next_tag - Advance to next tag
78 int xml_next_tag(const char *in, const char **out, function
203 if (xml_next_tag(doc, &tag, &tagname, &end))
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.c62 * xml_next_tag - Advance to next tag
78 int xml_next_tag(const char *in, const char **out, function
203 if (xml_next_tag(doc, &tag, &tagname, &end))
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.c62 * xml_next_tag - Advance to next tag
78 int xml_next_tag(const char *in, const char **out, function
203 if (xml_next_tag(doc, &tag, &tagname, &end))
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c105 * xml_next_tag - Advance to next tag
121 static int xml_next_tag(char *in, char **out, char **out_tagname, function
251 if (xml_next_tag(doc, &tag, &tagname, &end))

Completed in 1468 milliseconds