HomeSort by relevance Sort by last modified time
    Searched refs:xmlStrdup (Results 1 - 25 of 45) sorted by null

1 2

  /external/libxslt/libxslt/
keys.c 66 cur->name = xmlStrdup(name);
68 cur->nameURI = xmlStrdup(nameURI);
139 cur->name = xmlStrdup(name);
141 cur->nameURI = xmlStrdup(nameURI);
290 key->match = xmlStrdup(match);
291 key->use = xmlStrdup(use);
templates.c 569 text->content = xmlStrdup(BAD_CAST "");
578 text->content = xmlStrdup(value);
753 text->content = xmlStrdup(BAD_CAST "");
764 text->content = xmlStrdup(value);
functions.c 428 key = xmlStrdup(obj1->stringval);
735 name = xmlStrdup(obj->stringval);
838 name = xmlStrdup(obj->stringval);
840 if (ns != NULL) nsURI = xmlStrdup(ns->href);
893 name = xmlStrdup(obj->stringval);
numbers.c 977 *result = xmlStrdup(BAD_CAST "-");
979 *result = xmlStrdup(self->minusSign);
990 *result = xmlStrdup(BAD_CAST "NaN");
992 *result = xmlStrdup(self->noNumber);
    [all...]
security.c 382 uri->path = (char *)xmlStrdup(URL);
extensions.c 119 cur->prefix = xmlStrdup(prefix);
121 cur->URI = xmlStrdup(URI);
355 ext_name = xmlStrdup(URI);
357 ext_name = xmlStrdup(protocol + 3);
423 regfunc_name = xmlStrdup(ext_name);
    [all...]
xslt.c 286 self->digit = xmlStrdup(BAD_CAST("#"));
287 self->patternSeparator = xmlStrdup(BAD_CAST(";"));
288 self->decimalPoint = xmlStrdup(BAD_CAST("."));
289 self->grouping = xmlStrdup(BAD_CAST(","));
290 self->percent = xmlStrdup(BAD_CAST("%"));
291 self->permille = xmlStrdup(BAD_CAST(permille));
292 self->zeroDigit = xmlStrdup(BAD_CAST("0"));
293 self->minusSign = xmlStrdup(BAD_CAST("-"));
294 self->infinity = xmlStrdup(BAD_CAST("Infinity"));
295 self->noNumber = xmlStrdup(BAD_CAST("NaN"))
    [all...]
  /external/libxml2/
error.c 485 str = (char *) xmlStrdup(BAD_CAST "No error message provided");
535 to->file = (char *) xmlStrdup((const xmlChar *) file);
567 to->file = (char *) xmlStrdup(baseptr->doc->URL);
569 to->file = (char *) xmlStrdup(node->doc->URL);
574 to->str1 = (char *) xmlStrdup((const xmlChar *) str1);
576 to->str2 = (char *) xmlStrdup((const xmlChar *) str2);
578 to->str3 = (char *) xmlStrdup((const xmlChar *) str3);
944 message = (char *) xmlStrdup((xmlChar *) from->message);
945 file = (char *) xmlStrdup ((xmlChar *) from->file);
946 str1 = (char *) xmlStrdup ((xmlChar *) from->str1)
    [all...]
xmlschemastypes.c     [all...]
uri.c     [all...]
entities.c 166 ret->name = xmlStrdup(name);
168 ret->ExternalID = xmlStrdup(ExternalID);
170 ret->SystemID = xmlStrdup(SystemID);
632 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
665 doc->encoding = xmlStrdup(BAD_CAST "ISO-8859-1");
840 cur->name = xmlStrdup(ent->name);
842 cur->ExternalID = xmlStrdup(ent->ExternalID);
844 cur->SystemID = xmlStrdup(ent->SystemID);
846 cur->content = xmlStrdup(ent->content);
848 cur->orig = xmlStrdup(ent->orig)
    [all...]
xmlreader.c 927 qname = xmlStrdup(node->ns->prefix);
1018 qname = xmlStrdup(node->ns->prefix);
    [all...]
xmlwriter.c 209 ret->ichar = xmlStrdup(BAD_CAST " ");
555 writer->doc->encoding = xmlStrdup((xmlChar *)writer->out->encoder->name);
1010 p->name = xmlStrdup(name);
1064 buf = xmlStrdup(prefix);
1085 buf = xmlStrdup(BAD_CAST "xmlns");
1092 p->uri = xmlStrdup(namespaceURI);
    [all...]
tree.c 293 ret = xmlStrdup(&name[len + 1]);
750 cur->href = xmlStrdup(href);
752 cur->prefix = xmlStrdup(prefix);
884 cur->name = xmlStrdup(name);
886 cur->ExternalID = xmlStrdup(ExternalID);
888 cur->SystemID = xmlStrdup(SystemID);
958 cur->name = xmlStrdup(name);
966 cur->ExternalID = xmlStrdup(ExternalID);
976 cur->SystemID = xmlStrdup(SystemID);
1059 cpy = xmlStrdup((const xmlChar *)(str));
    [all...]
valid.c 967 ret->name = xmlStrdup(name);
973 ret->name = xmlStrdup(tmp);
1029 ret->name = xmlStrdup(cur->name);
1036 ret->prefix = xmlStrdup(cur->prefix);
1059 tmp->name = xmlStrdup(cur->name);
1066 tmp->prefix = xmlStrdup(cur->prefix);
    [all...]
catalog.c 291 ret->name = xmlStrdup(name);
297 ret->value = xmlStrdup(value);
303 ret->URL = xmlStrdup(URL);
870 return(xmlStrdup(result));
1050 ret = xmlStrdup(pubID);
    [all...]
xinclude.c 239 ret->URI = xmlStrdup(URI);
342 ctxt->url = ctxt->urlTab[ctxt->urlNr] = xmlStrdup(value);
513 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
710 newctxt->base = xmlStrdup(ctxt->base);
791 ctxt->txturlTab[ctxt->txtNr] = xmlStrdup(url);
    [all...]
hash.c 601 entry->name = xmlStrdup(name);
602 entry->name2 = xmlStrdup(name2);
603 entry->name3 = xmlStrdup(name3);
731 entry->name = xmlStrdup(name);
732 entry->name2 = xmlStrdup(name2);
733 entry->name3 = xmlStrdup(name3);
xmlstring.c 56 * xmlStrdup:
66 xmlStrdup(const xmlChar *cur) {
490 return(xmlStrdup(str1));
523 return(xmlStrdup(add));
xmlmodule.c 91 module->name = xmlStrdup((const xmlChar *) name);
SAX2.c 989 doc->encoding = xmlStrdup(ctxt->encoding);
1043 ctxt->myDoc->encoding = xmlStrdup(ctxt->inputTab[0]->encoding);
1076 name = xmlStrdup(fullname);
1098 name = xmlStrdup(fullname);
1111 nval = xmlStrdup(fullname);
    [all...]
xpath.c 277 ctxt->lastError.message = (char *) xmlStrdup(buf);
280 xmlStrdup(BAD_CAST "Memory allocation failed\n");
360 ctxt->context->lastError.str1 = (char *) xmlStrdup(ctxt->base);
    [all...]
globals.c 134 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
539 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 93 callback->xmlLocalName = xmlStrdup(xmlLocalName);
94 callback->xmlPrefix = xmlStrdup(xmlPrefix);
95 callback->xmlURI = xmlStrdup(xmlURI);
99 callback->namespaces[i] = xmlStrdup(namespaces[i]);
108 callback->attributes[i * 5 + j] = xmlStrdup(attributes[i * 5 + j]);
140 callback->target = xmlStrdup(target);
141 callback->data = xmlStrdup(data);
160 callback->s = xmlStrdup(s);
169 callback->name = xmlStrdup(name);
170 callback->externalID = xmlStrdup(externalID)
    [all...]
  /external/libxml2/include/libxml/
xmlstring.h 41 xmlStrdup (const xmlChar *cur);

Completed in 250 milliseconds

1 2