Searched refs:xmlNanoHTTPMethod (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dnanohttp.h32 xmlNanoHTTPMethod (const char *URL,
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c1151 return(xmlNanoHTTPMethod(URL, NULL, NULL, contentType, NULL, 0));
1510 * xmlNanoHTTPMethod:
1527 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, function
H A DxmlIO.c1884 http_ctxt = xmlNanoHTTPMethod( ctxt->uri, http_mthd, http_content,
H A Delfgcchack.h5718 #undef xmlNanoHTTPMethod macro
5719 extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod __attribute((alias("xmlNanoHTTPMethod__internal_alias")));
5721 #ifndef xmlNanoHTTPMethod
5722 extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod__internal_alias __attribute((visibility("hidden")));
5723 #define xmlNanoHTTPMethod xmlNanoHTTPMethod__internal_alias macro

Completed in 96 milliseconds