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 311 ctxt->protocol = xmlMemStrdup(uri->scheme);
318 ctxt->hostname = xmlMemStrdup(uri->server);
320 ctxt->hostname = xmlMemStrdup(uri->server);
322 ctxt->path = xmlMemStrdup(uri->path);
324 ctxt->path = xmlMemStrdup("/");
326 ctxt->query = xmlMemStrdup(uri->query);
372 proxy = xmlMemStrdup(uri->server);
665 return(xmlMemStrdup(buf));
674 return(xmlMemStrdup(buf));
680 return(xmlMemStrdup(buf))
    [all...]
globals.c 79 #undef xmlMemStrdup
87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
127 * xmlMemStrdup:
134 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
533 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
539 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
768 return (&xmlMemStrdup);
770 return (&xmlGetGlobalState()->xmlMemStrdup);
xmlmemory.c 72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup
1030 xmlMemStrdup = strdupFunc;
1055 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1099 xmlMemStrdup = strdupFunc;
1129 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
nanoftp.c 217 proxyUser = xmlMemStrdup(env);
221 proxyPasswd = xmlMemStrdup(env);
282 proxy = xmlMemStrdup(host);
284 proxyUser = xmlMemStrdup(user);
286 proxyPasswd = xmlMemStrdup(passwd);
331 ctxt->protocol = xmlMemStrdup(uri->scheme);
332 ctxt->hostname = xmlMemStrdup(uri->server);
334 ctxt->path = xmlMemStrdup(uri->path);
336 ctxt->path = xmlMemStrdup("/");
343 ctxt->user = xmlMemStrdup(uri->user)
    [all...]
encoding.c 1083 xmlCharEncodingAliases[i].name = xmlMemStrdup(name);
1090 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].name = xmlMemStrdup(name);
1091 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 271 milliseconds