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

  /external/libxml2/
uri.c     [all...]
nanohttp.c 318 ctxt->protocol = xmlMemStrdup(uri->scheme);
325 ctxt->hostname = xmlMemStrdup(uri->server);
327 ctxt->hostname = xmlMemStrdup(uri->server);
329 ctxt->path = xmlMemStrdup(uri->path);
331 ctxt->path = xmlMemStrdup("/");
333 ctxt->query = xmlMemStrdup(uri->query);
379 proxy = xmlMemStrdup(uri->server);
672 return(xmlMemStrdup(buf));
681 return(xmlMemStrdup(buf));
687 return(xmlMemStrdup(buf))
    [all...]
globals.c 79 #undef xmlMemStrdup
87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
139 * xmlMemStrdup:
146 xmlStrdupFunc xmlMemStrdup = xmlPosixStrdup;
545 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
551 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
780 return (&xmlMemStrdup);
782 return (&xmlGetGlobalState()->xmlMemStrdup);
xmlmemory.c 72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup
1059 xmlMemStrdup = strdupFunc;
1084 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1128 xmlMemStrdup = strdupFunc;
1158 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
nanoftp.c 209 proxyUser = xmlMemStrdup(env);
213 proxyPasswd = xmlMemStrdup(env);
274 proxy = xmlMemStrdup(host);
276 proxyUser = xmlMemStrdup(user);
278 proxyPasswd = xmlMemStrdup(passwd);
323 ctxt->protocol = xmlMemStrdup(uri->scheme);
324 ctxt->hostname = xmlMemStrdup(uri->server);
326 ctxt->path = xmlMemStrdup(uri->path);
328 ctxt->path = xmlMemStrdup("/");
335 ctxt->user = xmlMemStrdup(uri->user)
    [all...]
encoding.c 1092 xmlCharEncodingAliases[i].name = xmlMemStrdup(name);
1099 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].name = xmlMemStrdup(name);
1100 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].alias = xmlMemStrdup(upper);
    [all...]
libxml2.syms 834 xmlMemStrdup; # variable
    [all...]
xmlIO.c     [all...]
tree.c     [all...]
  /external/libxml2/include/libxml/
globals.h 92 #undef xmlMemStrdup
133 xmlStrdupFunc xmlMemStrdup;
202 * - xmlMemStrdup
241 #define xmlMemStrdup \
244 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
252 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
xmlmemory.h 95 LIBXML_DLL_IMPORT xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__)
  /external/libxml2/os400/
rpgsupport.c 73 THREADED_VAR(xmlMemStrdup, xmlStrdupFunc)
79 return xmlMemStrdup(str);

Completed in 106 milliseconds