/vbox/src/libs/zlib-1.2.6/ |
H A D | gzclose.c | 15 gz_statep state; local 19 state = (gz_statep)file; 21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | arc4.h | 12 u8 state[256]; member in struct:arc4_ctx
|
H A D | rbg.h | 17 /** DRBG state */ 18 struct drbg_state state; member in struct:random_bit_generator 39 return drbg_generate ( &rbg.state, additional, additional_len,
|
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
H A D | chap.c | 49 void *state; local 58 state = malloc ( state_len ); 59 if ( ! state ) { 60 DBG ( "CHAP %p could not allocate %zd bytes for state\n", 66 chap->digest_context = state; 67 chap->response = ( state + digest->ctxsize ); 118 void *state = chap->digest_context; local 122 free ( state );
|
H A D | drbg.c | 48 * @v state Algorithm state to be initialised 61 int drbg_instantiate ( struct drbg_state *state, const void *personal, argument 70 DBGC ( state, "DRBG %p instantiate\n", state ); 73 assert ( state != NULL ); 80 DBGC ( state, "DRBG %p cannot support security strength %d\n", 81 state, DRBG_SECURITY_STRENGTH ); 96 DBGC ( state, "DRBG %p personalisation string too long (%zd " 97 "bytes)\n", state, personal_le 173 drbg_reseed( struct drbg_state *state, const void *additional, size_t additional_len ) argument 266 drbg_generate( struct drbg_state *state, const void *additional, size_t additional_len, int prediction_resist, void *data, size_t len ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/ |
H A D | DLexer.h | 37 #define ZZNEWSTATE (newstate = dfa[state][cl]) 66 register int state, newstate; local 81 state = newstate = dfa_base[automaton]; 88 state = newstate; 95 if ((state != dfa_base[automaton]) && (newstate == DfaStates)){ 100 state = newstate; 103 /* Able to transition out of start state to some non err state?*/ 104 if ( state == dfa_base[automaton] ){ 114 state [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | netifapi.c | 51 msg->msg.add.state, 102 void *state, 112 msg.msg.msg.add.state = state; 98 netifapi_netif_add(struct netif *netif, ip_addr_t *ipaddr, ip_addr_t *netmask, ip_addr_t *gw, void *state, netif_init_fn init, netif_input_fn input) argument
|
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIStatusBarIndicator.h | 65 /** QIStatusBarIndicator extension used as status-bar state indicator. */ 75 /** Returns current state. */ 76 int state() const { return m_iState; } function in class:QIStateStatusBarIndicator 78 /** Returns state-icon for passed @a iState. */ 80 /** Defines state-icon for passed @a iState as @a icon. */ 85 /** Defines int @a state. */ 87 /** Defines bool @a state. */ 100 /** Holds current state. */ 102 /** Holds cached state icons. */ 106 /** QIStatusBarIndicator extension used as status-bar state indicato [all...] |
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | scrnsaver.h | 43 int state; /* ScreenSaverOff, ScreenSaverOn, ScreenSaverCycle*/ member in struct:__anon2862 51 int state; /* ScreenSaverOff, ScreenSaverOn, ScreenSaverDisabled*/ member in struct:__anon2863
|
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/ |
H A D | VBoxCredentialProvider.h | 51 /** The field's display state within the. */ 52 CREDENTIAL_PROVIDER_FIELD_STATE state; member in struct:VBOXCREDPROV_FIELD 53 /** The interactive state: Used when this field gets shown to determine 54 * its state -- currently, only focussing is implemented. */
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiZipLoader.cpp | 50 XPTState *state = nsnull; local 90 if(!(state = XPT_NewXDRState(XPT_DECODE, whole, flen))) 95 if(!XPT_MakeCursor(state, XPT_HEADER, 0, &cursor)) 107 if(state) 108 XPT_DestroyXDRState(state);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
H A D | Bra86.c | 11 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding) argument 14 UInt32 prevMask = *state & 0x7; 83 *state = ((prevPosT > 3) ? 0 : ((prevMask << ((int)prevPosT - 1)) & 0x7));
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | base64.c | 240 int tarindex, state, ch; local 243 state = 0; 257 switch (state) { 264 state = 1; 275 state = 2; 286 state = 3; 295 state = 0; 309 switch (state) { 349 if (state != 0)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
H A D | thread.cpp | 49 TestThread(RCThread::State state, PRIntn count); 62 TestThread::TestThread(RCThread::State state, PRIntn count): argument 63 RCThread(RCThread::global, state, 0) { mydata = count; }
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/ |
H A D | bsdi.c | 113 PRThreadState state, 108 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | darwin.c | 101 PRThreadState state, 96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | dgux.c | 104 PRThreadState state, 99 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | freebsd.c | 113 PRThreadState state, 108 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | linux.c | 117 PRThreadState state, 112 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | nec.c | 95 PRThreadState state, 90 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | netbsd.c | 115 PRThreadState state, 110 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | openbsd.c | 115 PRThreadState state, 110 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | osf1.c | 101 PRThreadState state, 96 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | qnx.c | 97 PRThreadState state, 92 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRUintn priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|
H A D | sony.c | 103 PRThreadState state, 98 _MD_CREATE_THREAD( PRThread *thread, void (*start) (void *), PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize) argument
|