|
Data Structures |
| struct | _HTStream |
| union | hkey |
| struct | hash_table |
| struct | auth |
| struct | request_context |
Defines |
| #define | XSB_LIBWWW_PACKAGE |
| #define | PCDATA_SPECIAL -77 |
| #define | FREE_TARGET(t) (*(t->target->isa->_free))(t->target) |
| #define | AUTH_OR_REDIRECTION(status) |
Typedefs |
| typedef enum request_type | REQUEST_TYPE |
| typedef hkey | HKEY |
| typedef hash_table | HASH_TABLE |
| typedef auth | AUTHENTICATION |
| typedef request_context | REQUEST_CONTEXT |
| typedef void | DELETE_USERDATA (void *userdata) |
Enumerations |
| enum | request_type {
FETCH,
HTMLPARSE,
XMLPARSE,
RDFPARSE,
HEADER
} |
Functions |
| void | strcpy_lower (char *to, const char *from) |
| int | add_to_htable (HKEY item, HASH_TABLE *htable) |
| int | is_in_htable (const HKEY item, HASH_TABLE *htable) |
| void | print_prolog_term (prolog_term term, char *message) |
| void | html_register_callbacks () |
| void | HTXML_newInstance (HTStream *me, HTRequest *request, HTFormat target_format, HTStream *target_stream, XML_Parser xmlparser, void *context) |
| void | libwww_newRDF_parserHandler (HTStream *me, HTRequest *request, HTFormat target_format, HTStream *target_stream, HTRDF *rdfparser, void *context) |
| void | add_result_param (prolog_term *result_param, char *functor, int cnt,...) |
| void | report_asynch_subrequest_status (HTRequest *request, int status) |
| void | report_synch_subrequest_status (HTRequest *request, int status) |
| int | verifyMIMEformat (HTRequest *request, REQUEST_TYPE type) |
| char * | RequestID (HTRequest *request) |
| int | xml_entity_termination_handler (HTRequest *request, HTResponse *response, void *param, int status) |
| REQUEST_CONTEXT * | set_subrequest_context (HTRequest *request, HTRequest *subrequest, prolog_term result_term) |
| void | setup_termination_filter (HTRequest *request, HTNetAfter *filter) |
| void | set_xml_conversions (void) |
| void | set_rdf_conversions (void) |
| void | set_html_conversions (void) |
Variables |
| int | total_number_of_requests |
| int | event_loop_runnung |
| HTList * | XML_converter = NULL |
| HTList * | RDF_converter = NULL |
| HTList * | HTML_converter = NULL |