Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dnanohttp.h58 xmlNanoHTTPRedir (void *ctx);
/external/libxml2/
Dnanohttp.c1754 xmlNanoHTTPRedir( void * ctx ) { in xmlNanoHTTPRedir() function
Delfgcchack.h5836 #undef xmlNanoHTTPRedir
5837 extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir __attribute((alias("xmlNanoHTTPRedir__internal_…
5839 #ifndef xmlNanoHTTPRedir
5840 extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir__internal_alias __attribute((visibility("hidden…
5841 #define xmlNanoHTTPRedir xmlNanoHTTPRedir__internal_alias macro
DxmlIO.c3850 redir = xmlNanoHTTPRedir(ret->buf->context); in xmlCheckHTTPInput()