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.c26659 xmlSchemaVPushText(xmlSchemaValidCtxtPtr vctxt, function
27138 ret = xmlSchemaVPushText(vctxt, nodeType, BAD_CAST value,
27144 "calling xmlSchemaVPushText()");
27189 if (xmlSchemaVPushText(vctxt, XML_TEXT_NODE, ch, len,
27192 "calling xmlSchemaVPushText()");
27214 if (xmlSchemaVPushText(vctxt, XML_CDATA_SECTION_NODE, ch, len,
27217 "calling xmlSchemaVPushText()");
27877 ret = xmlSchemaVPushText(vctxt, node->type, node->content,
27881 "calling xmlSchemaVPushText()");

Completed in 373 milliseconds