Home
last modified time | relevance | path

Searched refs:xmlNanoHTTPFetchContent (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dnanohttp.c166 static int xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len );
1648 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPFetch()
1690 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPSave()
1813 xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ) { in xmlNanoHTTPFetchContent() function