Searched refs:standalone (Results 1 - 25 of 26) sorted by relevance

12

/haiku-fatelf/src/libs/expat/lib/
H A Dxmltok_ns.c93 int *standalone)
105 standalone);
84 XmlParseXmlDecl(int isGeneralTextEntity, const ENCODING *enc, const char *ptr, const char *end, const char **badPtr, const char **versionPtr, const char **versionEndPtr, const char **encodingName, const ENCODING **encoding, int *standalone) argument
H A Dxmlparse.c266 XML_Bool standalone; member in struct:__anon4755
1862 XML_L("document is not standalone"),
2229 if (!dtd->hasParamEntityRefs || dtd->standalone) {
3240 int standalone = -1; local
3252 &standalone)) {
3258 if (!isGeneralTextEntity && standalone == 1) {
3259 _dtd->standalone = XML_TRUE;
3284 xmlDeclHandler(handlerArg, storedversion, storedEncName, standalone);
3758 !dtd->standalone &&
3794 !dtd->standalone
[all...]
H A Dxmltok.c1084 int *standalone)
1143 if (standalone)
1144 *standalone = 1;
1147 if (standalone)
1148 *standalone = 0;
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dcommondata.c158 int standalone = 0; variable
257 standalone = 0;
H A Dkctrl.c557 extern int standalone;
558 standalone = RkwGetServerName() ? 0 : 1;
H A Dutil.c1602 extern int standalone;
1604 if (standalone) {
/haiku-fatelf/src/tools/docbook/libxml2/
H A DSAX2.c276 * Is this document tagged standalone ?
285 return(ctxt->myDoc->standalone == 1);
539 if ((ctxt->myDoc != NULL) && (ctxt->myDoc->standalone == 1)) {
541 ctxt->myDoc->standalone = 0;
543 ctxt->myDoc->standalone = 1;
547 ctxt->myDoc->standalone = 0;
551 "Entity(%s) document marked standalone but requires external subset\n",
554 ctxt->myDoc->standalone = 1;
978 doc->standalone = ctxt->standalone;
[all...]
H A Dlegacy.c98 "is standalone",
193 } else if (!strcmp(name, "is standalone")) {
194 *((int *) result) = ctxt->standalone;
311 } else if (!strcmp(name, "is standalone")) {
312 ctxt->standalone = *((int *) value);
823 * Is this document tagged standalone ?
H A Dxmlwriter.c500 * @standalone: "yes" or "no" or NULL for default
508 const char *encoding, const char *standalone)
586 if (standalone != 0) {
587 count = xmlOutputBufferWriteString(writer->out, " standalone=");
595 count = xmlOutputBufferWriteString(writer->out, standalone);
4437 doc->standalone = ctxt->standalone;
507 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version, const char *encoding, const char *standalone) argument
H A Dparser.c25 * from the SAX callbacks or as standalone functions using a preparsed
316 errmsg = "external parsed entities cannot be standalone\n";
340 errmsg = "standalone accepts only 'yes' or 'no'\n";
1950 * with "standalone='yes'", ... ... The declaration of a parameter
1955 * with "standalone='no'", ... ... The declaration of a parameter entity
2048 * references, or a document with "standalone='yes'", ...
2052 if ((ctxt->standalone == 1) ||
2061 * parameter entities with "standalone='no'", ...
6228 if (input->standalone == 1) {
6260 * with "standalone
8855 int standalone = -1; local
[all...]
H A DparserInternals.c471 * the literal two-character sequence "#xD#xA" or a standalone
605 * sequence "#xD#xA" or a standalone literal #xD, an XML processor
1293 input->standalone = -1;
1553 ctxt->standalone = -1;
H A Dentities.c457 if (doc->standalone != 1) {
H A Dvalid.c3759 if ((ent == NULL) && (doc->standalone == 1)) {
3760 doc->standalone = 0;
3915 if ((doc->standalone) && (extsubset == 1) && (!xmlStrEqual(value, ret))) {
3917 "standalone: %s on %s value had to be normalized based on external subset declaration\n",
6027 if ((doc->standalone == 1) && (extsubset == 1)) {
6043 "standalone: %s declared in the external subset contains white spaces nodes\n",
H A DHTMLparser.c2129 cur->standalone = 1;
4182 ctxt->standalone = -1;
5767 ctxt->standalone = -1;
H A Dxmlsave.c548 * Do this only on a standalone DTD or on the internal subset though.
856 switch (cur->standalone) {
858 xmlOutputBufferWrite(buf, 16, " standalone=\"no\"");
861 xmlOutputBufferWrite(buf, 17, " standalone=\"yes\"");
H A Dtree.c1106 cur->standalone = -1;
4148 ret->standalone = doc->standalone;
H A DdebugXML.c1195 if (doc->standalone)
1196 fprintf(ctxt->output, "standalone=true\n");
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dparser.h75 int standalone; /* Was that entity marked standalone */ member in struct:_xmlParserInput
192 int standalone; /* standalone document */ member in struct:_xmlParserCtxt
622 * Is this document tagged standalone?
H A Dxmlwriter.h60 const char *standalone);
H A Dtree.h496 int standalone; /* standalone document (no external refs) */ member in struct:_xmlDoc
/haiku-fatelf/headers/libs/expat/
H A Dexpat.h173 parameter may be NULL for XML declarations. The standalone
175 was no standalone parameter in the declaration, that it was given
181 int standalone);
379 /* This is called if the document is not standalone, that is, it has an
381 have standalone="yes". If this handler returns XML_STATUS_ERROR,
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxsltutils.c1495 int standalone; local
1498 XSLT_GET_IMPORT_INT(standalone, style, standalone);
1518 switch (standalone) {
1520 xmlOutputBufferWriteString(buf, " standalone=\"no\"");
1523 xmlOutputBufferWriteString(buf, " standalone=\"yes\"");
H A DxsltInternals.h1465 int standalone; /* standalone = "yes" | "no" */ member in struct:_xsltStylesheet
H A Dxslt.c698 ret->standalone = -1;
1187 prop = xmlGetNsProp(cur, (const xmlChar *) "standalone", NULL);
1190 style->standalone = 1;
1192 style->standalone = 0;
1195 "invalid value for standalone: %s\n", prop);
H A Dtransform.c3054 (const xmlChar *) "standalone",
3058 style->standalone = 1;
3060 style->standalone = 0;
3063 "invalid value for standalone: %s\n",

Completed in 482 milliseconds

12