Searched refs:http (Results 1 - 25 of 753) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Dhttpcore.c48 #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...]
H A Dhttp.c30 #include <ipxe/http.h>
48 .scheme = "http",
H A Dhttps.c31 #include <ipxe/http.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/X64/
H A Dfpu_rmode.S7 # http://opensource.org/licenses/bsd-license.php.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Arm/
H A DCpuFlushTlb.S10 # http://opensource.org/licenses/bsd-license.php.
H A DCpuSleep.S16 # http://opensource.org/licenses/bsd-license.php.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Ia32/
H A DCpuFlushTlb.asm6 ; http://opensource.org/licenses/bsd-license.php.
H A DCpuSleep.asm6 ; http://opensource.org/licenses/bsd-license.php.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/X64/
H A DCpuFlushTlb.asm6 ; http://opensource.org/licenses/bsd-license.php.
H A DCpuSleep.asm6 ; http://opensource.org/licenses/bsd-license.php.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Arm/
H A DCpuBreakpoint.S10 # http://opensource.org/licenses/bsd-license.php.
H A DDisableInterrupts.S10 # http://opensource.org/licenses/bsd-license.php.
H A DDisableInterrupts.asm10 ; http://opensource.org/licenses/bsd-license.php.
H A DEnableInterrupts.S10 # http://opensource.org/licenses/bsd-license.php.
H A DEnableInterrupts.asm10 ; http://opensource.org/licenses/bsd-license.php.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DCpuBreakpoint.asm6 ; http://opensource.org/licenses/bsd-license.php.
H A DCpuPause.asm6 ; http://opensource.org/licenses/bsd-license.php.
H A DDisableInterrupts.asm7 ; http://opensource.org/licenses/bsd-license.php.
H A DEnableDisableInterrupts.asm7 ; http://opensource.org/licenses/bsd-license.php.
H A DEnableInterrupts.asm7 ; http://opensource.org/licenses/bsd-license.php.
H A DFlushCacheLine.asm7 ; http://opensource.org/licenses/bsd-license.php.
H A DFxRestore.asm7 ; http://opensource.org/licenses/bsd-license.php.
H A DFxSave.asm7 ; http://opensource.org/licenses/bsd-license.php.
H A DInvd.asm7 ; http://opensource.org/licenses/bsd-license.php.
H A DMwait.asm7 ; http://opensource.org/licenses/bsd-license.php.

Completed in 129 milliseconds

1234567891011>>