Searched refs:xmlSchemaVPushText (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c26658 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, function
27132 ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value,
27138 "calling xmlSchemaVPushText()");
27183 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len,
27186 "calling xmlSchemaVPushText()");
27208 if (xmlSchemaVPushText(vctxt, XML_CDATA_SECTION_NODE, ch, len,
27211 "calling xmlSchemaVPushText()");
27871 ret = xmlSchemaVPushText(vctxt, node->type, node->content,
27875 "calling xmlSchemaVPushText()");
/external/libxml2/
H A Dxmlschemas.c26704 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, function
27183 ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value,
27189 "calling xmlSchemaVPushText()");
27234 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len,
27237 "calling xmlSchemaVPushText()");
27259 if (xmlSchemaVPushText(vctxt, XML_CDATA_SECTION_NODE, ch, len,
27262 "calling xmlSchemaVPushText()");
27952 ret = xmlSchemaVPushText(vctxt, node->type, node->content,
27956 "calling xmlSchemaVPushText()");

Completed in 166 milliseconds