/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | send.c | 33 @param [in] length Length of the buffer in bytes. 46 size_t length, 53 return sendto ( s, buffer, length, flags, NULL, 0 ); 43 send( int s, CONST void * buffer, size_t length, int flags ) argument
|
H A D | recv.c | 34 @param [in] length Length of the buffer in bytes. 47 size_t length, 58 length, 44 recv( int s, void * buffer, size_t length, int flags ) argument
|
H A D | recvfrom.c | 34 @param [in] length Length of the buffer in bytes. 51 size_t length, 82 length, 158 length, 170 length -= LengthInBytes; 198 // Return the receive data length, -1 for errors 48 recvfrom( int s, void * buffer, size_t length, int flags, struct sockaddr * address, socklen_t * address_len ) argument
|
H A D | sendto.c | 34 @param [in] length Length of the buffer in bytes. 51 size_t length, 89 length, 104 length -= LengthInBytes; 105 } while (( 0 != length ) && ( EFI_NOT_READY == Status ) && bBlocking ); 48 sendto( int s, const void * buffer, size_t length, int flags, const struct sockaddr * to, socklen_t tolen ) argument
|
/vbox/src/libs/libxml2-2.6.31/doc/examples/ |
H A D | parse3.c | 21 * @length: the length in bytes 26 example3Func(const char *content, int length) { argument 33 doc = xmlReadMemory(content, length, "noname.xml", NULL, 0);
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/ |
H A D | pnpbios.c | 43 uint8_t length; member in struct:pnp_bios 63 uint8_t bytes[256]; /* 256 is maximum length possible */ 75 len = u.pnp_bios.length;
|
/vbox/src/VBox/Devices/Graphics/vmsvga/ |
H A D | svga3d_caps.h | 76 uint32_t length; member in struct:SVGA3dCapsRecordHeader
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | acpi.h | 25 uint32_t length; member in struct:acpi_description_header
|
H A D | bitmap.h | 43 unsigned int length; member in struct:bitmap 82 return ( bitmap->first_gap == bitmap->length );
|
H A D | eapol.h | 71 u16 length; member in struct:eapol_frame
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | asn.c | 34 ber_parse_header(STREAM s, int tagval, int *length) argument 58 *length = 0; 60 next_be(s, *length); 63 *length = len; 70 ber_out_header(STREAM s, int tagval, int length) argument 81 if (length >= 0x80) 84 out_uint16_be(s, length); 87 out_uint8(s, length);
|
H A D | rdp5.c | 39 uint16 length, count, x, y; local 59 in_uint16_le(s, length); 65 in_uint16_le(s, length); 67 g_next_packet = next = s->p + length; 71 if (mppc_expand(s->p, length, ctype, &roff, &rlen) == -1) 96 in_uint8s(ts, 2); /* part length */
|
H A D | channels.c | 78 channel_init(VCHANNEL * channel, uint32 length) argument 82 s = sec_init(g_encryption ? SEC_ENCRYPT : 0, length + 8); 90 uint32 length, flags; local 100 length = s->end - s->p - 8; 102 DEBUG_CHANNEL(("channel_send, length = %d\n", length)); 104 thislength = MIN(length, CHANNEL_CHUNK_LENGTH); 107 to work so.. This applies only to *this* length, not the length of 109 remaining = length 149 uint32 length, flags; local [all...] |
H A D | iso.c | 56 out_uint16_be(s, 11); /* length */ 72 int length = 30 + strlen(username); local 75 length += 8; 77 s = tcp_init(length); 81 out_uint16_be(s, length); /* length */ 83 out_uint8(s, length - 5); /* hdrlen */ 113 uint16 length; local 125 in_uint16_be(s, length); 129 in_uint8(s, length); 159 iso_init(int length) argument 173 uint16 length; local 258 uint16 length = 0; local [all...] |
H A D | printer.c | 155 printer_write(RD_NTHANDLE handle, uint8 * data, uint32 length, uint32 offset, uint32 * result) argument 160 *result = length * fwrite(data, length, 1, pprinter_data->printer_fp);
|
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/ |
H A D | unpack_drawpixels.c | 71 GLint length = READ_DATA( 32, GLint ); local 76 width, height, length); 83 cr_unpackDispatch.ZPixCR( width, height, format, type, ztype, zparm, length, pixels );
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/ |
H A D | slang_storage.h | 61 * type into an array. This array has a fixed length. Arrays are 77 GLuint length; member in struct:slang_storage_array_
|
H A D | slang_utility.h | 46 GLuint length; member in struct:__anon3734
|
/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/ |
H A D | ChecksumImpl.cs | 61 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception> 109 private static extern uint crc32(uint crc, int data, uint length); argument 130 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception> 160 private static extern uint adler32(uint adler, int data, uint length); argument 181 /// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngrio.c | 27 png_read_data(png_structp png_ptr, png_bytep data, png_size_t length) argument 29 png_debug1(4,"reading %d bytes\n", (int)length); 31 (*(png_ptr->read_data_fn))(png_ptr, data, length); 43 png_default_read_data(png_structp png_ptr, png_bytep data, png_size_t length) argument 51 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) ) 54 check = (png_size_t)fread(data, (png_size_t)1, length, 58 if (check != length) 71 png_default_read_data(png_structp png_ptr, png_bytep data, png_size_t length) argument 83 if ( !ReadFile((HANDLE)(png_ptr->io_ptr), data, length, &check, NULL) ) 86 check = fread(n_data, 1, length, io_pt [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/ |
H A D | Searching.c | 81 /** The strcspn function computes the length of the maximum initial segment of 85 @return The strcspn function returns the length of the segment. 153 /** The strspn function computes the length of the maximum initial segment of 157 @return The strspn function returns the length of the segment. 163 size_t length = 0; local 173 ++length; 175 return length; 184 with zero length, the function returns s1.
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/ |
H A D | Searching.c | 78 /** The wcscspn function computes the length of the maximum initial segment of 82 @return The wcscspn function returns the length of the segment. 148 /** The wcsspn function computes the length of the maximum initial segment of 152 @return The wcsspn function returns the length of the segment. 156 size_t length = 0; local 166 ++length; 168 return length; 177 to a wide string with zero length, the function returns s1.
|
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A D | asn1_dec.c | 75 * Decodes length field from incoming pbuf chain into host length. 77 * @param p points to a pbuf holding an ASN1 coded length 78 * @param ofs points to the offset within the pbuf chain of the ASN1 coded length 79 * @param octets_used returns number of octets used by the length code 80 * @param length return host order length, upto 64k 84 snmp_asn1_dec_length(struct pbuf *p, u16_t ofs, u8_t *octets_used, u16_t *length) argument 101 /* primitive definite length format */ 103 *length [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A D | asn1_dec.c | 76 * Decodes length field from incoming pbuf chain into host length. 78 * @param p points to a pbuf holding an ASN1 coded length 79 * @param ofs points to the offset within the pbuf chain of the ASN1 coded length 80 * @param octets_used returns number of octets used by the length code 81 * @param length return host order length, upto 64k 85 snmp_asn1_dec_length(struct pbuf *p, u16_t ofs, u8_t *octets_used, u16_t *length) argument 102 /* primitive definite length format */ 104 *length [all...] |
/vbox/src/VBox/GuestHost/OpenGL/packer/ |
H A D | pack_arrays.c | 204 void PACK_APIENTRY crPackVertexArrayRangeNV( GLsizei length, const GLvoid *pointer ) argument 206 UNUSED( length );
|