Searched refs:xmlNanoHTTPFetchContent (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
D | nanohttp.c | 171 static int xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ); 1638 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPFetch() 1677 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPSave() 1798 xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ) { in xmlNanoHTTPFetchContent() function
|
/external/libxml2/ |
D | nanohttp.c | 169 static int xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ); 1638 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPFetch() 1680 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPSave() 1803 xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ) { in xmlNanoHTTPFetchContent() function
|