HomeSort by relevance Sort by last modified time
    Searched refs:xmlMemStrdup (Results 1 - 10 of 10) sorted by null

  /external/libxml2/
uri.c     [all...]
nanohttp.c 309 ctxt->protocol = xmlMemStrdup(uri->scheme);
310 ctxt->hostname = xmlMemStrdup(uri->server);
312 ctxt->path = xmlMemStrdup(uri->path);
314 ctxt->path = xmlMemStrdup("/");
316 ctxt->query = xmlMemStrdup(uri->query);
362 proxy = xmlMemStrdup(uri->server);
619 return(xmlMemStrdup(buf));
628 return(xmlMemStrdup(buf));
634 return(xmlMemStrdup(buf));
695 ctxt->contentType = xmlMemStrdup(cur)
    [all...]
globals.c 78 #undef xmlMemStrdup
86 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
126 * xmlMemStrdup:
133 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
524 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
530 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
758 return (&xmlMemStrdup);
760 return (&xmlGetGlobalState()->xmlMemStrdup);
xmlmemory.c 72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup
1016 xmlMemStrdup = strdupFunc;
1041 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1085 xmlMemStrdup = strdupFunc;
1115 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
nanoftp.c 216 proxyUser = xmlMemStrdup(env);
220 proxyPasswd = xmlMemStrdup(env);
281 proxy = xmlMemStrdup(host);
283 proxyUser = xmlMemStrdup(user);
285 proxyPasswd = xmlMemStrdup(passwd);
330 ctxt->protocol = xmlMemStrdup(uri->scheme);
331 ctxt->hostname = xmlMemStrdup(uri->server);
333 ctxt->path = xmlMemStrdup(uri->path);
335 ctxt->path = xmlMemStrdup("/");
342 ctxt->user = xmlMemStrdup(uri->user)
    [all...]
encoding.c 1079 xmlCharEncodingAliases[i].name = xmlMemStrdup(name);
1086 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].name = xmlMemStrdup(name);
1087 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].alias = xmlMemStrdup(upper);
    [all...]
xmlIO.c     [all...]
tree.c     [all...]
  /external/libxml2/include/libxml/
globals.h 87 #undef xmlMemStrdup
128 xmlStrdupFunc xmlMemStrdup;
194 * - xmlMemStrdup
233 #define xmlMemStrdup \
236 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
244 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
xmlmemory.h 95 LIBXML_DLL_IMPORT extern xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)

Completed in 407 milliseconds