Searched refs:xmlMemStrdup (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Duri.c1978 res->scheme = xmlMemStrdup(bas->scheme);
1980 res->authority = xmlMemStrdup(bas->authority);
1982 res->server = xmlMemStrdup(bas->server);
1984 res->user = xmlMemStrdup(bas->user);
1988 res->path = xmlMemStrdup(bas->path);
1990 res->query_raw = xmlMemStrdup (ref->query_raw);
1992 res->query = xmlMemStrdup(ref->query);
1994 res->query_raw = xmlMemStrdup(bas->query_raw);
1996 res->query = xmlMemStrdup(bas->query);
1998 res->fragment = xmlMemStrdup(re
[all...]
H A Dnanohttp.c309 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(cu
[all...]
H A Dglobals.c78 #undef xmlMemStrdup macro
86 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; variable
126 * xmlMemStrdup:
133 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup; variable
524 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
530 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
758 return (&xmlMemStrdup);
760 return (&xmlGetGlobalState()->xmlMemStrdup);
H A Dxmlmemory.c72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup macro
943 xmlMemStrdup = strdupFunc;
968 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1012 xmlMemStrdup = strdupFunc;
1042 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
H A Dnanoftp.c216 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(ur
[all...]
H A Dencoding.c1031 xmlCharEncodingAliases[i].name = xmlMemStrdup(name);
1038 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].name = xmlMemStrdup(name);
1039 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].alias = xmlMemStrdup(upper);
1286 up = xmlMemStrdup(upper);
1630 enc->name = xmlMemStrdup(name);
H A DxmlIO.c3522 ret = xmlMemStrdup(dir);
3526 ret = xmlMemStrdup(dir);
H A Dtree.c4185 ret->name = xmlMemStrdup(doc->name);
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dglobals.h63 #undef xmlMemStrdup macro
92 xmlStrdupFunc xmlMemStrdup; member in struct:_xmlGlobalState
158 * - xmlMemStrdup
197 #define xmlMemStrdup \ macro
200 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
208 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
H A Dxmlmemory.h97 LIBXML_DLL_IMPORT extern xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__) macro

Completed in 107 milliseconds