HomeSort by: relevance | last modified time | path
    Searched refs:xml_data_encode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
upnp_xml.h 16 void xml_data_encode(struct wpabuf *buf, const char *data, int len);
upnp_xml.c 102 /* xml_data_encode -- format data for xml file, escaping special characters.
121 void xml_data_encode(struct wpabuf *buf, const char *data, int len) function
164 xml_data_encode(buf, data, os_strlen(data));
wps_upnp_web.c 232 xml_data_encode(buf, s, os_strlen(s));

Completed in 16 milliseconds