Searched defs:dynamic (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Drsa.h60 void *dynamic; member in struct:rsa_context
H A Dtls.h130 void *dynamic; member in struct:tls_cipherspec
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Drsa.c146 * Free RSA dynamic storage
152 free ( context->dynamic );
153 context->dynamic = NULL;
157 * Allocate RSA dynamic storage
177 } __attribute__ (( packed )) *dynamic; local
179 /* Free any existing dynamic storage */
182 /* Allocate dynamic storage */
183 dynamic = malloc ( sizeof ( *dynamic ) );
184 if ( ! dynamic )
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A Dpuff.c231 * in the deflate format. See the format notes for fixed() and dynamic().
324 * one symbol, which is an error in a dynamic block.
327 * This is assured by the construction of the length arrays in dynamic() and
334 * bit instead of zero bits. See the format notes for fixed() and dynamic().
386 * description if dynamic is a combination of literals and length/distance
507 /* done with a valid fixed or dynamic block */
517 * which the size of the code descriptions in a dynamic block exceeds the
578 * Process a dynamic codes block.
582 * - A dynamic block starts with a description of the literal/length and
583 * distance codes for that block. New dynamic block
664 local int dynamic(struct state *s) function
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsnmp.h38 BOOL dynamic; member in struct:__anon13818
/vbox/src/VBox/Devices/PC/ipxe/src/net/tcp/
H A Dhttpcore.c653 } *dynamic; local
665 /* Allocate dynamic storage */
666 dynamic = malloc ( sizeof ( *dynamic ) );
667 if ( ! dynamic ) {
673 unparse_uri ( dynamic->request, sizeof ( dynamic->request ), http->uri,
679 snprintf ( ( ( char * ) dynamic->user_pw ),
680 sizeof ( dynamic->user_pw ), "%s:%s",
684 base64_encode ( dynamic
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsnmp.h42 BOOL dynamic; member in struct:__anon1181
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtls.c605 free ( cipherspec->dynamic );
625 void *dynamic; local
630 /* Allocate dynamic storage */
632 dynamic = zalloc ( total );
633 if ( ! dynamic ) {
640 cipherspec->dynamic = dynamic;
641 cipherspec->pubkey_ctx = dynamic; dynamic += pubkey->ctxsize;
642 cipherspec->cipher_ctx = dynamic; dynami
[all...]
/vbox/src/recompiler/
H A Delf.h125 /* This is the info that is needed to parse the dynamic section of the file */
211 typedef struct dynamic{ struct
247 /* Not a dynamic reloc, so not included in R_386_NUM. Used in TCG. */
571 dynamic TLS code. */
573 dynamic TLS code. */
574 #define R_390_TLS_GD32 40 /* Direct 32 bit for general dynamic
576 #define R_390_TLS_GD64 41 /* Direct 64 bit for general dynamic
584 #define R_390_TLS_LDM32 45 /* Direct 32 bit for local dynamic
586 #define R_390_TLS_LDM64 46 /* Direct 64 bit for local dynamic
887 #define R_IA64_IPLTMSB 0x80 /* dynamic relo
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jar ... xml/messaging/saaj/soap/ com/sun/xml/messaging/saaj/soap/dynamic/ com/sun/xml/messaging/saaj/soap/impl/ com/sun/xml ...

Completed in 120 milliseconds