Searched defs:publicID (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c44 * @publicID: the public identifier
51 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { argument
52 if ((systemID == NULL) && (publicID == NULL))
54 if (publicID != NULL) {
55 if (xmlStrEqual(publicID, XHTML_STRICT_PUBLIC_ID)) return(1);
56 if (xmlStrEqual(publicID, XHTML_FRAME_PUBLIC_ID)) return(1);
57 if (xmlStrEqual(publicID, XHTML_TRANS_PUBLIC_ID)) return(1);
H A DHTMLparser.c2995 * @publicID: a xmlChar** receiving PubidLiteral
3005 * case publicID receives PubidLiteral, is strict is off
3006 * it is possible to return NULL and have publicID set.
3010 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) { argument
3036 *publicID = htmlParsePubidLiteral(ctxt);
3037 if (*publicID == NULL) {
H A Dparser.c4364 * @publicID: a xmlChar** receiving PubidLiteral
4379 * case publicID receives PubidLiteral, is strict is off
4380 * it is possible to return NULL and have publicID set.
4384 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { argument
4389 *publicID = NULL;
4408 *publicID = xmlParsePubidLiteral(ctxt);
4409 if (*publicID == NULL) {
H A Dtestapi.c20709 xmlChar * publicID; /* the public identifier */ local
20716 publicID = gen_const_xmlChar_ptr(n_publicID, 1);
20718 ret_val = xmlIsXHTML((const xmlChar *)systemID, (const xmlChar *)publicID);
20722 des_const_xmlChar_ptr(n_publicID, (const xmlChar *)publicID, 1);
[all...]
/external/libxml2/
H A Dxmlsave.c44 * @publicID: the public identifier
51 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { argument
52 if ((systemID == NULL) && (publicID == NULL))
54 if (publicID != NULL) {
55 if (xmlStrEqual(publicID, XHTML_STRICT_PUBLIC_ID)) return(1);
56 if (xmlStrEqual(publicID, XHTML_FRAME_PUBLIC_ID)) return(1);
57 if (xmlStrEqual(publicID, XHTML_TRANS_PUBLIC_ID)) return(1);
H A DHTMLparser.c2997 * @publicID: a xmlChar** receiving PubidLiteral
3007 * case publicID receives PubidLiteral, is strict is off
3008 * it is possible to return NULL and have publicID set.
3012 htmlParseExternalID(htmlParserCtxtPtr ctxt, xmlChar **publicID) { argument
3038 *publicID = htmlParsePubidLiteral(ctxt);
3039 if (*publicID == NULL) {
H A Dparser.c4444 * @publicID: a xmlChar** receiving PubidLiteral
4459 * case publicID receives PubidLiteral, is strict is off
4460 * it is possible to return NULL and have publicID set.
4464 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { argument
4469 *publicID = NULL;
4488 *publicID = xmlParsePubidLiteral(ctxt);
4489 if (*publicID == NULL) {
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c62 static int xsltGetHTMLIDs(const xmlChar *version, const xmlChar **publicID,
5684 * @publicID: used to return the public ID
5691 xsltGetHTMLIDs(const xmlChar *version, const xmlChar **publicID, argument
5700 if (publicID != NULL)
5701 *publicID = (const xmlChar *) xsltHTMLVersions[i].public;
/external/libxslt/libxslt/
H A Dtransform.c62 static int xsltGetHTMLIDs(const xmlChar *version, const xmlChar **publicID,
5684 * @publicID: used to return the public ID
5691 xsltGetHTMLIDs(const xmlChar *version, const xmlChar **publicID, argument
5700 if (publicID != NULL)
5701 *publicID = (const xmlChar *) xsltHTMLVersions[i].public;
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 915 milliseconds