Searched refs:xmlNanoHTTPFetchContent (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | nanohttp.c | 122 static int xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ); 1597 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPFetch() 1639 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPSave() 1762 xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ) { in xmlNanoHTTPFetchContent() function
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | nanohttp.c | 141 static int xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ); 1613 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPFetch() 1655 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPSave() 1778 xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ) { in xmlNanoHTTPFetchContent() function
|