/aosp_15_r20/external/libxml2/ |
H A D | nanohttp.c | 267 ctxt->protocol = xmlMemStrdup(uri->scheme); in xmlNanoHTTPScanURL() 274 ctxt->hostname = xmlMemStrdup(uri->server); in xmlNanoHTTPScanURL() 276 ctxt->hostname = xmlMemStrdup(uri->server); in xmlNanoHTTPScanURL() 278 ctxt->path = xmlMemStrdup(uri->path); in xmlNanoHTTPScanURL() 280 ctxt->path = xmlMemStrdup("/"); in xmlNanoHTTPScanURL() 282 ctxt->query = xmlMemStrdup(uri->query); in xmlNanoHTTPScanURL() 320 proxy = xmlMemStrdup(uri->server); in xmlNanoHTTPScanProxy() 613 return(xmlMemStrdup(buf)); in xmlNanoHTTPReadLine() 622 return(xmlMemStrdup(buf)); in xmlNanoHTTPReadLine() 628 return(xmlMemStrdup(buf)); in xmlNanoHTTPReadLine() [all …]
|
H A D | uri.c | 2113 res->scheme = xmlMemStrdup(bas->scheme); in xmlBuildURISafe() 2118 res->authority = xmlMemStrdup(bas->authority); in xmlBuildURISafe() 2123 res->server = xmlMemStrdup(bas->server); in xmlBuildURISafe() 2128 res->user = xmlMemStrdup(bas->user); in xmlBuildURISafe() 2135 res->path = xmlMemStrdup(bas->path); in xmlBuildURISafe() 2140 res->query_raw = xmlMemStrdup (ref->query_raw); in xmlBuildURISafe() 2144 res->query = xmlMemStrdup(ref->query); in xmlBuildURISafe() 2148 res->query_raw = xmlMemStrdup(bas->query_raw); in xmlBuildURISafe() 2152 res->query = xmlMemStrdup(bas->query); in xmlBuildURISafe() 2157 res->fragment = xmlMemStrdup(ref->fragment); in xmlBuildURISafe() [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | nanohttp.c | 286 ctxt->protocol = xmlMemStrdup(uri->scheme); in xmlNanoHTTPScanURL() 293 ctxt->hostname = xmlMemStrdup(uri->server); in xmlNanoHTTPScanURL() 295 ctxt->hostname = xmlMemStrdup(uri->server); in xmlNanoHTTPScanURL() 297 ctxt->path = xmlMemStrdup(uri->path); in xmlNanoHTTPScanURL() 299 ctxt->path = xmlMemStrdup("/"); in xmlNanoHTTPScanURL() 301 ctxt->query = xmlMemStrdup(uri->query); in xmlNanoHTTPScanURL() 339 proxy = xmlMemStrdup(uri->server); in xmlNanoHTTPScanProxy() 632 return(xmlMemStrdup(buf)); in xmlNanoHTTPReadLine() 641 return(xmlMemStrdup(buf)); in xmlNanoHTTPReadLine() 647 return(xmlMemStrdup(buf)); in xmlNanoHTTPReadLine() [all …]
|
H A D | uri.c | 2096 res->scheme = xmlMemStrdup(bas->scheme); in xmlBuildURISafe() 2101 res->authority = xmlMemStrdup(bas->authority); in xmlBuildURISafe() 2106 res->server = xmlMemStrdup(bas->server); in xmlBuildURISafe() 2111 res->user = xmlMemStrdup(bas->user); in xmlBuildURISafe() 2118 res->path = xmlMemStrdup(bas->path); in xmlBuildURISafe() 2123 res->query_raw = xmlMemStrdup (ref->query_raw); in xmlBuildURISafe() 2127 res->query = xmlMemStrdup(ref->query); in xmlBuildURISafe() 2131 res->query_raw = xmlMemStrdup(bas->query_raw); in xmlBuildURISafe() 2135 res->query = xmlMemStrdup(bas->query); in xmlBuildURISafe() 2140 res->fragment = xmlMemStrdup(ref->fragment); in xmlBuildURISafe() [all …]
|
H A D | nanoftp.c | 183 proxyUser = xmlMemStrdup(env); in xmlNanoFTPInit() 187 proxyPasswd = xmlMemStrdup(env); in xmlNanoFTPInit() 248 proxy = xmlMemStrdup(host); in xmlNanoFTPProxy() 250 proxyUser = xmlMemStrdup(user); in xmlNanoFTPProxy() 252 proxyPasswd = xmlMemStrdup(passwd); in xmlNanoFTPProxy() 297 ctxt->protocol = xmlMemStrdup(uri->scheme); in xmlNanoFTPScanURL() 298 ctxt->hostname = xmlMemStrdup(uri->server); in xmlNanoFTPScanURL() 300 ctxt->path = xmlMemStrdup(uri->path); in xmlNanoFTPScanURL() 302 ctxt->path = xmlMemStrdup("/"); in xmlNanoFTPScanURL() 309 ctxt->user = xmlMemStrdup(uri->user); in xmlNanoFTPScanURL() [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/ |
H A D | xmlmemory.h | 79 XML_OP(xmlMemStrdup, xmlStrdupFunc, XML_NO_ATTR) 88 #define xmlMemStrdup XML_GLOBAL_MACRO(xmlMemStrdup) macro 97 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; 215 #define xmlMemStrdup(str) xmlMemStrdupLoc((str), __FILE__, __LINE__) macro
|
/aosp_15_r20/external/libxml2/include/libxml/ |
H A D | xmlmemory.h | 79 XML_OP(xmlMemStrdup, xmlStrdupFunc, XML_NO_ATTR) 88 #define xmlMemStrdup XML_GLOBAL_MACRO(xmlMemStrdup) macro 97 XMLPUBVAR xmlStrdupFunc xmlMemStrdup;
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libxml2/include/libxml/ |
D | globals.h | 92 #undef xmlMemStrdup 133 xmlStrdupFunc xmlMemStrdup; member 242 #define xmlMemStrdup \ macro 245 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 254 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libxml2/include/libxml/ |
D | globals.h | 92 #undef xmlMemStrdup 133 xmlStrdupFunc xmlMemStrdup; member 242 #define xmlMemStrdup \ macro 245 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 254 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libxml2/include/libxml/ |
D | globals.h | 92 #undef xmlMemStrdup 133 xmlStrdupFunc xmlMemStrdup; member 242 #define xmlMemStrdup \ macro 245 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 254 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libxml2/include/libxml/ |
D | globals.h | 91 #undef xmlMemStrdup 132 xmlStrdupFunc xmlMemStrdup; member 240 #define xmlMemStrdup \ macro 243 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable 251 XMLPUBVAR xmlStrdupFunc xmlMemStrdup; variable
|