Home
last modified time | relevance | path

Searched refs:actionFlags (Results 1 – 25 of 55) sorted by relevance

123

/dports/security/cryptlib/cryptlib-3.4.3/context/
H A Dkey_rdpub.c1112 int actionFlags, status; in readPublicKeyRsaFunction() local
1133 &actionFlags ); in readPublicKeyRsaFunction()
1140 &actionFlags ); in readPublicKeyRsaFunction()
1158 int actionFlags, status; in readPublicKeyDlpFunction() local
1181 &actionFlags ); in readPublicKeyDlpFunction()
1188 &actionFlags ); in readPublicKeyDlpFunction()
1195 &actionFlags ); in readPublicKeyDlpFunction()
1215 int actionFlags, status; in readPublicKeyEccFunction() local
1241 &actionFlags ); in readPublicKeyEccFunction()
1248 &actionFlags ); in readPublicKeyEccFunction()
[all …]
H A Dkey_rdpri.c319 int oidLength, actionFlags, value; in readRsaPrivateKeyOld() local
346 actionFlags = ACTION_PERM_NONE; in readRsaPrivateKeyOld()
349 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_SIGN, \ in readRsaPrivateKeyOld()
356 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_ENCRYPT, \ in readRsaPrivateKeyOld()
367 if( actionFlags == ACTION_PERM_NONE ) in readRsaPrivateKeyOld()
370 IMESSAGE_SETATTRIBUTE, &actionFlags, in readRsaPrivateKeyOld()
375 assert( actionFlags != ACTION_PERM_NONE ); /* Warn in debug mode */ in readRsaPrivateKeyOld()
/dports/games/barony/Barony-3.3.7/src/interface/
H A Dui_general.cpp38 && !(card.actionFlags & UIToastNotification::ActionFlags::UI_NOTIFICATION_REMOVABLE)) in drawNotifications()
223 n->actionFlags |= (UIToastNotification::ActionFlags::UI_NOTIFICATION_AUTO_HIDE); in createCommunityNotification()
224 n->actionFlags |= (UIToastNotification::ActionFlags::UI_NOTIFICATION_CLOSE); in createCommunityNotification()
246 n->actionFlags |= (UIToastNotification::ActionFlags::UI_NOTIFICATION_AUTO_HIDE); in createPromoNotification()
247 n->actionFlags |= (UIToastNotification::ActionFlags::UI_NOTIFICATION_CLOSE); in createPromoNotification()
343 n->actionFlags |= (UIToastNotification::ActionFlags::UI_NOTIFICATION_REMOVABLE); in createAchievementNotification()
344 n->actionFlags |= (UIToastNotification::ActionFlags::UI_NOTIFICATION_AUTO_HIDE); in createAchievementNotification()
345 n->actionFlags |= (UIToastNotification::ActionFlags::UI_NOTIFICATION_CLOSE); in createAchievementNotification()
399 n->actionFlags |= (UIToastNotification::ActionFlags::UI_NOTIFICATION_REMOVABLE); in createStatisticUpdateNotification()
400 n->actionFlags |= (UIToastNotification::ActionFlags::UI_NOTIFICATION_AUTO_HIDE); in createStatisticUpdateNotification()
[all …]
H A Dui.hpp86 Uint32 actionFlags = 0; member in UIToastNotification
212 if ( !fadeout && !(actionFlags & UI_NOTIFICATION_AUTO_HIDE) ) in draw()
222 temporaryCardHide = (actionFlags & UI_NOTIFICATION_AUTO_HIDE); in draw()
388 if ( actionFlags & UI_NOTIFICATION_STATISTIC_UPDATE ) in drawMainCard()
446 …cardState = actionFlags & UI_NOTIFICATION_REMOVABLE ? UI_CARD_STATE_REMOVED : UI_CARD_STATE_DOCKED; in drawMainCard()
447 …if ( oldHiddenStatus != mainCardIsHidden && (actionFlags & UI_NOTIFICATION_RESET_TEXT_TO_MAIN_ON_H… in drawMainCard()
487 if ( !(actionFlags & ActionFlags::UI_NOTIFICATION_CLOSE) ) in drawCloseButton()
519 if ( !(actionFlags & ActionFlags::UI_NOTIFICATION_ACTION_BUTTON) ) in drawActionButton()
/dports/security/cryptlib/cryptlib-3.4.3/kernel/
H A Dint_msg.c203 actionFlags |= \ in updateDependentObjectPerms()
207 actionFlags |= \ in updateDependentObjectPerms()
211 actionFlags |= \ in updateDependentObjectPerms()
215 actionFlags |= \ in updateDependentObjectPerms()
219 actionFlags |= \ in updateDependentObjectPerms()
223 actionFlags |= \ in updateDependentObjectPerms()
230 if( actionFlags == 0 ) in updateDependentObjectPerms()
245 if( actionFlags == 0 ) in updateDependentObjectPerms()
252 &actionFlags ); in updateDependentObjectPerms()
996 int actionFlags, status; in cloneObject() local
[all …]
H A Dobjects.c136 static_assert_opt( OBJECT_INFO_TEMPLATE.actionFlags == 0, \ in initObjects()
700 IN_FLAGS_Z( ACTION_PERM ) const int actionFlags, in krnlCreateObject()
732 REQUIRES( actionFlags >= ACTION_PERM_FLAG_NONE && \ in krnlCreateObject()
733 actionFlags <= ACTION_PERM_FLAG_MAX ); in krnlCreateObject()
784 objectInfo.actionFlags = actionFlags; in krnlCreateObject()
916 ENSURES_MUTEX( objectInfo.actionFlags == actionFlags, objectTable ); in krnlCreateObject()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dplaceobject.c64 int *actionFlags;
100 SWFOutput_writeUInt32(place->out, place->actionFlags[i]);
102 SWFOutput_writeUInt16(place->out, place->actionFlags[i]);
105 if((block->swfVersion >= 6) && (place->actionFlags[i] & 0x20000)) {
195 if ( place->actionFlags != NULL )
197 free(place->actionFlags);
272 place->actionFlags = NULL;
379 block->actionFlags =
380 (int*)realloc(block->actionFlags, (block->nActions+1) * sizeof(int));
386 block->actionFlags[block->nActions] = flags;
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dplaceobject.c64 int *actionFlags; member
100 SWFOutput_writeUInt32(place->out, place->actionFlags[i]); in writeActions()
102 SWFOutput_writeUInt16(place->out, place->actionFlags[i]); in writeActions()
105 if((block->swfVersion >= 6) && (place->actionFlags[i] & 0x20000)) { in writeActions()
195 if ( place->actionFlags != NULL ) in destroySWFPlaceObject2Block()
197 free(place->actionFlags); in destroySWFPlaceObject2Block()
272 place->actionFlags = NULL; in newSWFPlaceObject2Block()
379 block->actionFlags = in SWFPlaceObject2Block_addAction()
380 (int*)realloc(block->actionFlags, (block->nActions+1) * sizeof(int)); in SWFPlaceObject2Block_addAction()
386 block->actionFlags[block->nActions] = flags; in SWFPlaceObject2Block_addAction()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dplaceobject.c64 int *actionFlags; member
100 SWFOutput_writeUInt32(place->out, place->actionFlags[i]); in writeActions()
102 SWFOutput_writeUInt16(place->out, place->actionFlags[i]); in writeActions()
105 if((block->swfVersion >= 6) && (place->actionFlags[i] & 0x20000)) { in writeActions()
195 if ( place->actionFlags != NULL ) in destroySWFPlaceObject2Block()
197 free(place->actionFlags); in destroySWFPlaceObject2Block()
272 place->actionFlags = NULL; in newSWFPlaceObject2Block()
379 block->actionFlags = in SWFPlaceObject2Block_addAction()
380 (int*)realloc(block->actionFlags, (block->nActions+1) * sizeof(int)); in SWFPlaceObject2Block_addAction()
386 block->actionFlags[block->nActions] = flags; in SWFPlaceObject2Block_addAction()
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dplaceobject.c64 int *actionFlags; member
100 SWFOutput_writeUInt32(place->out, place->actionFlags[i]); in writeActions()
102 SWFOutput_writeUInt16(place->out, place->actionFlags[i]); in writeActions()
105 if((block->swfVersion >= 6) && (place->actionFlags[i] & 0x20000)) { in writeActions()
195 if ( place->actionFlags != NULL ) in destroySWFPlaceObject2Block()
197 free(place->actionFlags); in destroySWFPlaceObject2Block()
272 place->actionFlags = NULL; in newSWFPlaceObject2Block()
379 block->actionFlags = in SWFPlaceObject2Block_addAction()
380 (int*)realloc(block->actionFlags, (block->nActions+1) * sizeof(int)); in SWFPlaceObject2Block_addAction()
386 block->actionFlags[block->nActions] = flags; in SWFPlaceObject2Block_addAction()
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpkcs15_getp.c57 int actionFlags = ACTION_PERM_NONE_ALL; in getPermittedActions() local
67 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_ENCRYPT, ACTION_PERM_ALL ); in getPermittedActions()
69 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_DECRYPT, ACTION_PERM_ALL ); in getPermittedActions()
71 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_SIGN, ACTION_PERM_ALL ); in getPermittedActions()
73 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_SIGCHECK, ACTION_PERM_ALL ); in getPermittedActions()
75 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_ENCRYPT, ACTION_PERM_ALL ) | \ in getPermittedActions()
85 actionFlags = MK_ACTION_PERM_NONE_EXTERNAL( actionFlags ); in getPermittedActions()
91 actionFlags = MK_ACTION_PERM_NONE_EXTERNAL( actionFlags ); in getPermittedActions()
93 if( actionFlags <= ACTION_PERM_NONE_ALL ) in getPermittedActions()
95 *usage = actionFlags; in getPermittedActions()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DGameAction.cpp180 static bool CheckActionInPausedMode(uint32_t actionFlags) in CheckActionInPausedMode() argument
186 if (actionFlags & GameActions::Flags::AllowWhilePaused) in CheckActionInPausedMode()
195 uint16_t actionFlags = action->GetActionFlags(); in QueryInternal() local
196 if (topLevel && !CheckActionInPausedMode(actionFlags)) in QueryInternal()
290 uint16_t actionFlags = action->GetActionFlags(); in ExecuteInternal() local
328 … if (!(actionFlags & GameActions::Flags::ClientOnly) && !(flags & GAME_COMMAND_FLAG_NETWORKED)) in ExecuteInternal()
340 … if (!(actionFlags & GameActions::Flags::ClientOnly) && !(flags & GAME_COMMAND_FLAG_NETWORKED)) in ExecuteInternal()
377 … if (!(actionFlags & GameActions::Flags::ClientOnly) && result->Error == GameActions::Status::Ok) in ExecuteInternal()
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptctx.c875 static const int actionFlags = \ in contextMessageFunction() local
910 ( MESSAGE_CAST ) &actionFlags, in contextMessageFunction()
965 int actionFlags = 0, actionPerms = ACTION_PERM_ALL, status; in createContextFromCapability() local
1008 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_ENCRYPT, in createContextFromCapability()
1014 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_DECRYPT, in createContextFromCapability()
1030 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_ENCRYPT, in createContextFromCapability()
1033 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_DECRYPT, in createContextFromCapability()
1036 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_SIGN, in createContextFromCapability()
1039 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_SIGCHECK, in createContextFromCapability()
1066 if( actionFlags <= 0 ) in createContextFromCapability()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/State/
H A DOutOfProcStateClientManager.cs335 " actionFlags=" + results.actionFlags); in MakeRequest()
438 out SessionStateActions actionFlags) { in DoGet() argument
448 actionFlags = 0; in DoGet()
474 actionFlags = (SessionStateActions) results.actionFlags; in DoGet()
503 … Debug.Assert((results.actionFlags & (int)SessionStateActions.InitializeItem) == 0, in DoGet()
522 out SessionStateActions actionFlags) { in GetItem() argument
526 out locked, out lockAge, out lockId, out actionFlags); in GetItem()
535 out SessionStateActions actionFlags) { in GetItemExclusive() argument
539 out locked, out lockAge, out lockId, out actionFlags); in GetItemExclusive()
H A DInProcStateClientManager.cs108 out SessionStateActions actionFlags) { in DoGet() argument
115 actionFlags = 0; in DoGet()
140 actionFlags = SessionStateActions.InitializeItem; in DoGet()
201 out SessionStateActions actionFlags) { in GetItem() argument
202 return DoGet(context, id, false, out locked, out lockAge, out lockId, out actionFlags); in GetItem()
211 out SessionStateActions actionFlags) { in GetItemExclusive() argument
212 return DoGet(context, id, true, out locked, out lockAge, out lockId, out actionFlags); in GetItemExclusive()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DAUInputFormatConverter.h129 AudioUnitRenderActionFlags actionFlags = 0; in FormatConverterInputProc() local
133 err = input->PullInput(actionFlags, inputTime, mHostBus, ioNumberDataPackets); in FormatConverterInputProc()
136 if (!(actionFlags & kAudioUnitRenderAction_OutputIsSilence)) in FormatConverterInputProc()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/Utility/
H A DAUInputFormatConverter.h129 AudioUnitRenderActionFlags actionFlags = 0; in FormatConverterInputProc() local
133 err = input->PullInput(actionFlags, inputTime, mHostBus, ioNumberDataPackets); in FormatConverterInputProc()
136 if (!(actionFlags & kAudioUnitRenderAction_OutputIsSilence)) in FormatConverterInputProc()
/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/
H A Dcdt_bitwise.go271 actionFlags := action
273 actionFlags |= _CDT_BITWISE_INT_FLAGS_SIGNED
279 …IntegerValue(bitSize), IntegerValue(value), IntegerValue(policy.flags), IntegerValue(actionFlags)},
308 actionFlags := action
310 actionFlags |= _CDT_BITWISE_INT_FLAGS_SIGNED
316 …IntegerValue(bitSize), IntegerValue(value), IntegerValue(policy.flags), IntegerValue(actionFlags)},
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp97 le_int32 actionFlags; member
281 if ((transition.actionFlags & AF_T) != 0) { in characterProcessing()
288 if ((transition.actionFlags & AF_L) != 0) { in characterProcessing()
294 if ((transition.actionFlags & AF_V) != 0) { in characterProcessing()
300 if ((transition.actionFlags & AF_T) != 0) { in characterProcessing()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DHangulLayoutEngine.cpp97 le_int32 actionFlags; member
281 if ((transition.actionFlags & AF_T) != 0) { in characterProcessing()
288 if ((transition.actionFlags & AF_L) != 0) { in characterProcessing()
294 if ((transition.actionFlags & AF_V) != 0) { in characterProcessing()
300 if ((transition.actionFlags & AF_T) != 0) { in characterProcessing()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.SessionState_2.0/
H A DSessionSQLServerHandler.cs217 out object lockId, out SessionStateActions actionFlags) in GetItem() argument
219 …urn GetSessionStoreItem (false, context, id, out locked, out lockAge, out lockId, out actionFlags); in GetItem()
223 out object lockId, out SessionStateActions actionFlags) in GetItemExclusive() argument
225 …turn GetSessionStoreItem (true, context, id, out locked, out lockAge, out lockId, out actionFlags); in GetItemExclusive()
229 out TimeSpan lockAge, out object lockId, out SessionStateActions actionFlags) in GetSessionStoreItem() argument
235 actionFlags = 0; in GetSessionStoreItem()
287 actionFlags = (SessionStateActions) reader.GetInt32 (reader.GetOrdinal ("Flags")); in GetSessionStoreItem()
317 if (actionFlags == SessionStateActions.InitializeItem) in GetSessionStoreItem()
/dports/security/cryptlib/cryptlib-3.4.3/device/
H A Dpkcs11_rd.c208 int actionFlags = 0; in CHECK_RETVAL_RANGE() local
247 actionFlags |= MK_ACTION_PERM( MESSAGE_CTX_HASH, ACTION_PERM_ALL ); in CHECK_RETVAL_RANGE()
266 actionFlags = MK_ACTION_PERM_NONE_EXTERNAL( actionFlags ); in CHECK_RETVAL_RANGE()
274 actionFlags = MK_ACTION_PERM_NONE_EXTERNAL( actionFlags ); in CHECK_RETVAL_RANGE()
278 return( actionFlags ); in CHECK_RETVAL_RANGE()
1508 int actionFlags, cryptStatus; in createNativeObject() local
1526 if( actionFlags <= 0 ) in createNativeObject()
1554 &actionFlags, in createNativeObject()
1585 int actionFlags, labelLength, cryptStatus; in createDeviceObject() local
1611 if( actionFlags <= 0 ) in createDeviceObject()
[all …]
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/resources/analysis/sql/
H A Dsample.sql124 @actionFlags int OUTPUT
143 SET @actionFlags=1
147 SET @actionFlags=0
189 @actionFlags int OUTPUT
204 @actionFlags = @actionFlags OUTPUT
873 @actionFlags int OUTPUT
910 @actionFlags = CASE
/dports/audio/faust/faust-2.37.3/architecture/AU/AUPublic/AUEffectBase/
H A DAUEffectBase.cpp318 AudioUnitRenderActionFlags &actionFlags = *sliceParams.actionFlags; in ProcessScheduledSlice() local
332 …OSStatus result = ProcessBufferLists(actionFlags, inputBufferList, outputBufferList, inSliceFrames… in ProcessScheduledSlice()
393 processParams.actionFlags = &ioActionFlags; in Render()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/OtherBases/
H A DAUEffectBase.cpp318 AudioUnitRenderActionFlags &actionFlags = *sliceParams.actionFlags; in ProcessScheduledSlice() local
332 …OSStatus result = ProcessBufferLists(actionFlags, inputBufferList, outputBufferList, inSliceFrames… in ProcessScheduledSlice()
393 processParams.actionFlags = &ioActionFlags; in Render()

123