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

/external/chromium_org/third_party/libxml/src/
H A Duri.c2038 res->scheme = xmlMemStrdup(bas->scheme);
2040 res->authority = xmlMemStrdup(bas->authority);
2042 res->server = xmlMemStrdup(bas->server);
2044 res->user = xmlMemStrdup(bas->user);
2048 res->path = xmlMemStrdup(bas->path);
2050 res->query_raw = xmlMemStrdup (ref->query_raw);
2052 res->query = xmlMemStrdup(ref->query);
2054 res->query_raw = xmlMemStrdup(bas->query_raw);
2056 res->query = xmlMemStrdup(bas->query);
2058 res->fragment = xmlMemStrdup(re
[all...]
H A Dnanohttp.c314 ctxt->protocol = xmlMemStrdup(uri->scheme);
315 ctxt->hostname = xmlMemStrdup(uri->server);
317 ctxt->path = xmlMemStrdup(uri->path);
319 ctxt->path = xmlMemStrdup("/");
321 ctxt->query = xmlMemStrdup(uri->query);
367 proxy = xmlMemStrdup(uri->server);
660 return(xmlMemStrdup(buf));
669 return(xmlMemStrdup(buf));
675 return(xmlMemStrdup(buf));
737 ctxt->contentType = xmlMemStrdup(cu
[all...]
H A Dglobals.c79 #undef xmlMemStrdup macro
87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; variable
146 * xmlMemStrdup:
153 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup; variable
552 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
558 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
787 return (&xmlMemStrdup);
789 return (&xmlGetGlobalState()->xmlMemStrdup);
H A Dxmlmemory.c72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup macro
1016 xmlMemStrdup = strdupFunc;
1041 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1085 xmlMemStrdup = strdupFunc;
1115 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.c1079 xmlCharEncodingAliases[i].name = xmlMemStrdup(name);
1086 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].name = xmlMemStrdup(name);
1087 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].alias = xmlMemStrdup(upper);
1334 up = xmlMemStrdup(upper);
1691 enc->name = xmlMemStrdup(name);
1718 enc->name = xmlMemStrdup(name);
H A DxmlIO.c3650 ret = xmlMemStrdup(dir);
3654 ret = xmlMemStrdup(dir);
H A Dtree.c4442 ret->name = xmlMemStrdup(doc->name);
/external/libxml2/
H A Duri.c2038 res->scheme = xmlMemStrdup(bas->scheme);
2040 res->authority = xmlMemStrdup(bas->authority);
2042 res->server = xmlMemStrdup(bas->server);
2044 res->user = xmlMemStrdup(bas->user);
2048 res->path = xmlMemStrdup(bas->path);
2050 res->query_raw = xmlMemStrdup (ref->query_raw);
2052 res->query = xmlMemStrdup(ref->query);
2054 res->query_raw = xmlMemStrdup(bas->query_raw);
2056 res->query = xmlMemStrdup(bas->query);
2058 res->fragment = xmlMemStrdup(re
[all...]
H A Dnanohttp.c312 ctxt->protocol = xmlMemStrdup(uri->scheme);
313 ctxt->hostname = xmlMemStrdup(uri->server);
315 ctxt->path = xmlMemStrdup(uri->path);
317 ctxt->path = xmlMemStrdup("/");
319 ctxt->query = xmlMemStrdup(uri->query);
365 proxy = xmlMemStrdup(uri->server);
658 return(xmlMemStrdup(buf));
667 return(xmlMemStrdup(buf));
673 return(xmlMemStrdup(buf));
735 ctxt->contentType = xmlMemStrdup(cu
[all...]
H A Dglobals.c79 #undef xmlMemStrdup macro
87 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup; variable
127 * xmlMemStrdup:
134 xmlStrdupFunc xmlMemStrdup = (xmlStrdupFunc) xmlStrdup; variable
533 gs->xmlMemStrdup = (xmlStrdupFunc) xmlMemoryStrdup;
539 gs->xmlMemStrdup = (xmlStrdupFunc) xmlStrdup;
768 return (&xmlMemStrdup);
770 return (&xmlGetGlobalState()->xmlMemStrdup);
H A Dxmlmemory.c72 #ifdef xmlMemStrdup
73 #undef xmlMemStrdup macro
1019 xmlMemStrdup = strdupFunc;
1044 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
1088 xmlMemStrdup = strdupFunc;
1118 if (strdupFunc != NULL) *strdupFunc = xmlMemStrdup;
H A Dnanoftp.c217 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(ur
[all...]
H A Dencoding.c1079 xmlCharEncodingAliases[i].name = xmlMemStrdup(name);
1086 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].name = xmlMemStrdup(name);
1087 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].alias = xmlMemStrdup(upper);
1334 up = xmlMemStrdup(upper);
1693 enc->name = xmlMemStrdup(name);
1721 encu->name = xmlMemStrdup(name);
H A DxmlIO.c3776 ret = xmlMemStrdup(dir);
3780 ret = xmlMemStrdup(dir);
H A Dtree.c4455 ret->name = xmlMemStrdup(doc->name);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dglobals.h88 #undef xmlMemStrdup macro
129 xmlStrdupFunc xmlMemStrdup; member in struct:_xmlGlobalState
197 * - xmlMemStrdup
236 #define xmlMemStrdup \ macro
239 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
247 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
H A Dxmlmemory.h95 LIBXML_DLL_IMPORT xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__) macro
/external/libxml2/include/libxml/
H A Dglobals.h88 #undef xmlMemStrdup macro
129 xmlStrdupFunc xmlMemStrdup; member in struct:_xmlGlobalState
197 * - xmlMemStrdup
236 #define xmlMemStrdup \ macro
239 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
247 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
H A Dxmlmemory.h95 LIBXML_DLL_IMPORT xmlStrdupFunc xmlMemStrdup;
201 * xmlMemStrdup:
208 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__) macro

Completed in 329 milliseconds