Searched defs:http (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | HTMLtree.c | 100 int http; local 104 http = 0; 110 if ((!xmlStrcasecmp(attr->name, BAD_CAST"http-equiv")) 112 http = 1; 116 if ((http != 0) && (content != NULL)) 217 xmlNewProp(meta, BAD_CAST"http-equiv", BAD_CAST"Content-Type"); 231 xmlNewProp(meta, BAD_CAST"http-equiv", BAD_CAST"Content-Type"); 243 int http; local 247 http = 0; 253 if ((!xmlStrcasecmp(attr->name, BAD_CAST"http [all...] |
H A D | HTMLparser.c | 590 static const char* const meta_attrs[] = { I18N, "http-equiv", "name", "scheme", NULL } ; 2165 BAD_CAST "http://www.w3.org/TR/REC-html40/loose.dtd", 2175 * Relates to http://www.w3.org/TR/html40 * 2664 * http://www.w3.org/TR/html4/sgml/dtd.html#Script 2665 * http://www.w3.org/TR/html4/sgml/dtd.html#StyleSheet 2666 * http://www.w3.org/TR/html4/types.html#type-script 2667 * http://www.w3.org/TR/html4/types.html#h-6.15 2668 * http://www.w3.org/TR/html4/appendix/notes.html#h-B.3.2.1 3285 * Checks an http-equiv attribute from a Meta tag to detect 3387 int http local [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/config/ |
H A D | config.c | 129 REQUIRE_OBJECT ( http ); variable
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/ |
H A D | httpcore.c | 48 #include <ipxe/http.h> 155 struct http_request *http = local 158 uri_put ( http->uri ); 159 empty_line_buffer ( &http->linebuf ); 160 free ( http ); 166 * @v http HTTP request 169 static void http_close ( struct http_request *http, int rc ) { argument 172 http->rx_state = HTTP_RX_DEAD; 177 if ( http->remaining != 0 ) { 178 DBGC ( http, "HTT 255 http_rx_response( struct http_request *http, char *response ) argument 286 http_rx_location( struct http_request *http, const char *value ) argument 308 http_rx_content_length( struct http_request *http, const char *value ) argument 354 http_rx_transfer_encoding( struct http_request *http, const char *value ) argument 404 http_rx_header( struct http_request *http, char *header ) argument 455 http_rx_chunk_len( struct http_request *http, char *length ) argument 517 http_socket_deliver( struct http_request *http, struct io_buffer *iobuf, struct xfer_metadata *meta __unused ) argument 759 http_partial_read( struct http_request *http, struct interface *partial, size_t offset, userptr_t buffer, size_t len ) argument 797 http_block_read( struct http_request *http, struct interface *block, uint64_t lba, unsigned int count, userptr_t buffer, size_t len __unused ) argument 813 http_block_read_capacity( struct http_request *http, struct interface *block ) argument 827 http_acpi_describe( struct http_request *http, struct acpi_description_header *acpi, size_t len ) argument 893 struct http_request *http; local [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-api.jar | ... ws/handler/ javax/xml/ws/handler/soap/ javax/xml/ws/http/ javax/xml/ws/soap/ javax/xml/ws/spi/ javax/xml ... |
H A D | jaxws-rt.jar | ... com/sun/xml/ws/transport/ com/sun/xml/ws/transport/http/ com/sun/xml/ws/transport/http/client/ com/sun/xml ... |
H A D | jaxws-tools.jar | ... tools/ws/wsdl/document/ com/sun/tools/ws/wsdl/document/http/ com/sun/tools/ws/wsdl/document/jaxws/ com/sun/tools ... |
Completed in 1394 milliseconds