Searched refs:publicID (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
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 DparserInternals.in.h366 xmlChar **publicID,
H A Dtree.in.h1152 const xmlChar *publicID);
H A Dparser.c3700 * @publicID: a xmlChar** receiving PubidLiteral
3715 * case publicID receives PubidLiteral, is strict is off
3716 * it is possible to return NULL and have publicID set.
3720 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { argument
3725 *publicID = NULL;
3744 *publicID = xmlParsePubidLiteral(ctxt);
3745 if (*publicID == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
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 Dparser.c4264 * @publicID: a xmlChar** receiving PubidLiteral
4279 * case publicID receives PubidLiteral, is strict is off
4280 * it is possible to return NULL and have publicID set.
4284 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { argument
4289 *publicID = NULL;
4308 *publicID = xmlParsePubidLiteral(ctxt);
4309 if (*publicID == NULL) {
H A Dtestapi.c20644 xmlChar * publicID; /* the public identifier */ local
20651 publicID = gen_const_xmlChar_ptr(n_publicID, 1);
20653 ret_val = xmlIsXHTML((const xmlChar *)systemID, (const xmlChar *)publicID);
20657 des_const_xmlChar_ptr(n_publicID, (const xmlChar *)publicID, 1);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
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 DparserInternals.in.h366 xmlChar **publicID,
H A Dtree.in.h1152 const xmlChar *publicID);
H A Dparser.c3700 * @publicID: a xmlChar** receiving PubidLiteral
3715 * case publicID receives PubidLiteral, is strict is off
3716 * it is possible to return NULL and have publicID set.
3720 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { argument
3725 *publicID = NULL;
3744 *publicID = xmlParsePubidLiteral(ctxt);
3745 if (*publicID == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DparserInternals.h366 xmlChar **publicID,
H A Dtree.h1180 const xmlChar *publicID);

Completed in 491 milliseconds