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

/macosx-10.10/libxml2-26/libxml2/
H A Duri.c1958 res->scheme = xmlMemStrdup(bas->scheme);
1960 res->authority = xmlMemStrdup(bas->authority);
1962 res->server = xmlMemStrdup(bas->server);
1964 res->user = xmlMemStrdup(bas->user);
1968 res->path = xmlMemStrdup(bas->path);
1970 res->query_raw = xmlMemStrdup (ref->query_raw);
1972 res->query = xmlMemStrdup(ref->query);
1974 res->query_raw = xmlMemStrdup(bas->query_raw);
1976 res->query = xmlMemStrdup(bas->query);
1978 res->fragment = xmlMemStrdup(re
[all...]
H A Dnanohttp.c311 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(bu
[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.c1087 xmlCharEncodingAliases[i].name = xmlMemStrdup(name);
1094 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].name = xmlMemStrdup(name);
1095 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].alias = xmlMemStrdup(upper);
1342 up = xmlMemStrdup(upper);
1703 enc->name = xmlMemStrdup(name);
1731 encu->name = xmlMemStrdup(name);
H A Dlibxml2.syms834 xmlMemStrdup; # variable
H A DxmlIO.c3811 ret = xmlMemStrdup(dir);
3815 ret = xmlMemStrdup(dir);
H A Dtree.c4495 ret->name = xmlMemStrdup(doc->name);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-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
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
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.c1031 xmlCharEncodingAliases[i].name = xmlMemStrdup(name);
1038 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].name = xmlMemStrdup(name);
1039 xmlCharEncodingAliases[xmlCharEncodingAliasesNb].alias = xmlMemStrdup(upper);
1286 up = xmlMemStrdup(upper);
1635 enc->name = xmlMemStrdup(name);
H A Dlibxml2.syms834 xmlMemStrdup; # variable
H A DxmlIO.c3650 ret = xmlMemStrdup(dir);
3654 ret = xmlMemStrdup(dir);
H A Dtree.c4442 ret->name = xmlMemStrdup(doc->name);
/macosx-10.10/libxml2-26/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
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-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

Completed in 485 milliseconds