Searched defs:raw (Results 1 - 25 of 37) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Duuid.h28 uint8_t raw[16]; member in union:uuid
H A Dx509.h22 struct asn1_cursor raw; member in struct:x509_serial
28 struct asn1_cursor raw; member in struct:x509_issuer
48 struct asn1_cursor raw; member in struct:x509_public_key
58 struct asn1_cursor raw; member in struct:x509_subject
164 struct asn1_cursor raw; member in struct:x509_certificate
282 * @v raw ASN.1 cursor
286 const struct asn1_cursor *raw );
308 * @v raw ASN.1 cursor
312 const struct asn1_cursor *raw );
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dbase16.c36 * @v raw Raw data
37 * @v len Length of raw data
48 void base16_encode ( const uint8_t *raw, size_t len, char *encoded ) { argument
49 const uint8_t *raw_bytes = raw;
58 DBG_HDA ( 0, raw, len );
66 * @v raw Raw data
67 * @ret len Length of raw data, or negative error
76 int base16_decode ( const char *encoded, uint8_t *raw ) {
78 uint8_t *raw_bytes = raw;
99 len = ( raw_bytes - raw );
[all...]
H A Dbase64.c40 * @v raw Raw data
41 * @v len Length of raw data
52 void base64_encode ( const uint8_t *raw, size_t len, char *encoded ) { argument
53 const uint8_t *raw_bytes = ( ( const uint8_t * ) raw );
70 DBG_HDA ( 0, raw, len );
78 * @v raw Raw data
79 * @ret len Length of raw data, or negative error
88 int base64_decode ( const char *encoded, uint8_t *raw ) {
90 uint8_t *raw_bytes = ( ( uint8_t * ) raw );
98 /* Zero the raw dat
[all...]
H A Duri.c75 char *raw; local
87 raw = ( ( ( char * ) uri ) + sizeof ( *uri ) );
89 /* Copy in the raw string */
90 memcpy ( raw, uri_string, raw_len );
93 if ( ( tmp = strchr ( raw, '#' ) ) ) {
103 if ( ( tmp = strchr ( raw, ':' ) ) && ( tmp > ( raw + 1 ) ) ) {
105 uri->scheme = raw;
117 path = raw;
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dasn1_dec.c579 * Decodes (copies) raw data (ip-addresses, octet strings, opaque encoding)
582 * @param p points to a pbuf holding an ASN1 coded raw data
583 * @param ofs points to the offset within the pbuf chain of the ASN1 coded raw data
584 * @param len length of the coded raw data (zero is valid, e.g. empty string!)
585 * @param raw_len length of the raw return value
586 * @param raw return raw bytes
590 snmp_asn1_dec_raw(struct pbuf *p, u16_t ofs, u16_t len, u16_t raw_len, u8_t *raw) argument
612 *raw = *msg_ptr;
613 raw
[all...]
H A Dasn1_enc.c552 * Encodes raw data (octet string, opaque) into a pbuf chained ASN1 msg.
554 * @param p points to output pbuf to encode raw data into
556 * @param raw_len raw data length
557 * @param raw points raw data
561 snmp_asn1_enc_raw(struct pbuf *p, u16_t ofs, u8_t raw_len, u8_t *raw) argument
580 *msg_ptr = *raw;
581 raw++;
600 *msg_ptr = *raw;
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dasn1_dec.c585 * Decodes (copies) raw data (ip-addresses, octet strings, opaque encoding)
588 * @param p points to a pbuf holding an ASN1 coded raw data
589 * @param ofs points to the offset within the pbuf chain of the ASN1 coded raw data
590 * @param len length of the coded raw data (zero is valid, e.g. empty string!)
591 * @param raw_len length of the raw return value
592 * @param raw return raw bytes
596 snmp_asn1_dec_raw(struct pbuf *p, u16_t ofs, u16_t len, u16_t raw_len, u8_t *raw) argument
618 *raw = *msg_ptr;
619 raw
[all...]
H A Dasn1_enc.c553 * Encodes raw data (octet string, opaque) into a pbuf chained ASN1 msg.
555 * @param p points to output pbuf to encode raw data into
557 * @param raw_len raw data length
558 * @param raw points raw data
562 snmp_asn1_enc_raw(struct pbuf *p, u16_t ofs, u16_t raw_len, u8_t *raw) argument
581 *msg_ptr = *raw;
582 raw++;
601 *msg_ptr = *raw;
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxmlIO.h133 xmlBufferPtr raw; /* if encoder != NULL buffer for raw input */ member in struct:_xmlParserInputBuffer
136 unsigned long rawconsumed;/* amount consumed from raw */
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsStaticNameTable.cpp143 const char* raw = aNames[index]; local
147 nsCAutoString temp1(raw);
148 nsDependentCString temp2(raw);
151 NS_ASSERTION(nsCRT::IsAscii(raw),
157 new (&mNameArray[index]) nsDependentCString(raw);
161 PL_DHashTableOperate(&mNameTable, raw, PL_DHASH_ADD));
167 entry->mKey = raw; // not owned!
/vbox/src/libs/zlib-1.2.6/examples/
H A Dfitblk.c8 Use fixed-size, stack-allocated raw buffers
76 unsigned char raw[RAWLEN]; local
80 def->avail_in = fread(raw, 1, RAWLEN, in);
83 def->next_in = raw;
99 unsigned char raw[RAWLEN]; local
105 inf->next_out = raw;
114 def->next_in = raw;
/vbox/include/VBox/com/
H A Darray.h193 (aArray).size(), (aArray).__asInParam_Arr((aArray).raw())
548 * Helper for SafeArray::__asOutParam() that automatically updates m.raw after a
554 : arr(aArr), raw(aRaw) { Assert(*aArr == NULL && *aRaw == NULL); }
557 void **raw;
567 HRESULT rc = SafeArrayAccessData(*arr, raw);
591 * using #operator[] or by accessing array data through the #raw() pointer, it is
673 rc = SafeArrayAccessData(arg, (void HUGEP **)&m.raw);
704 Copy(*it, m.raw[i]);
735 Copy(it->second, m.raw[i]);
811 Copy(aElement, m.raw[siz
906 T *raw() function in class:com::SafeArray
918 const T *raw() const function in class:com::SafeArray
[all...]
H A DGuid.h158 initBSTR(that.raw());
248 return operator=(str.raw());
361 PCRTUUID raw() const function in class:com::Guid
H A Dstring.h87 * empty C wide string from raw().
246 * Returns a pointer to the raw member UTF-16 string. If the member string is empty,
250 CBSTR raw() const function in class:com::Bstr
263 * Returns a pointer to the raw member UTF-16 string. If the member string is empty,
267 BSTR raw() const function in class:com::Bstr
277 * Returns a non-const raw pointer that allows to modify the string directly.
278 * As opposed to raw(), this DOES return NULL if the member string is empty
303 *pstr = ::SysAllocString((const OLECHAR *)raw()); // raw() returns a pointer to "" if empty
320 *pstr = ::SysAllocString((const OLECHAR *)raw()); // ra
[all...]
/vbox/src/libs/libpng-1.2.8/contrib/pngminus/
H A Dpng2pnm.c54 BOOL png2pnm (FILE *png_file, FILE *pnm_file, FILE *alpha_file, BOOL raw, BOOL alpha);
65 BOOL raw = TRUE; local
76 raw = FALSE;
79 raw = TRUE;
137 if ((raw) && (fp_wr == stdout))
144 if (png2pnm (fp_rd, fp_wr, fp_al, raw, alpha) == FALSE)
188 BOOL png2pnm (FILE *png_file, FILE *pnm_file, FILE *alpha_file, BOOL raw, BOOL alpha) argument
287 raw = FALSE;
348 fprintf (pnm_file, "%s\n", (raw) ? "P5" : "P2");
355 fprintf (pnm_file, "%s\n", (raw)
[all...]
H A Dpnm2png.c208 BOOL raw, alpha_raw = FALSE; local
221 raw = (type_token[1] == '4');
227 raw = (type_token[1] == '5');
248 raw = (type_token[1] == '6');
347 if (raw)
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dapi.h41 #include "lwip/raw.h"
87 struct raw_pcb *raw; member in union:netconn::__anon14880
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dns.c50 uint16_t raw[6]; member in union:dnsmsg_header
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dmyson.h68 uint8_t raw[ETH_ALEN]; member in union:myson_physical_address
H A Dintel.h198 uint8_t raw[ETH_ALEN]; member in union:intel_receive_address
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_iso9660.h201 fsw_u8 raw[28]; member in union:fsw_rock_ridge_susp_ce
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dapi.h171 struct raw_pcb *raw; member in union:netconn::__anon14901
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dasn1.c622 uint8_t raw[7]; member in union:__anon15081
660 for ( i = ( have_century ? 0 : 1 ) ; i < sizeof ( pairs.raw ) ; i++ ) {
673 pairs.raw[i] = ( ( 10 * ( tens - '0' ) ) + ( units - '0' ) );
767 * Prepend raw data to ASN.1 builder
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h326 aArr[i] = aVec.at(i).raw();
772 * Returns the raw interface pointer. Not intended to be used for anything
775 I *raw() const function in class:CInterface

Completed in 101 milliseconds

12