Home
last modified time | relevance | path

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

/external/libxml2/
Dnanohttp.c159 static int xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len );
1657 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPFetch()
1699 xmlNanoHTTPFetchContent( ctxt, &buf, &len ); in xmlNanoHTTPSave()
1822 xmlNanoHTTPFetchContent( void * ctx, char ** ptr, int * len ) { in xmlNanoHTTPFetchContent() function