Home
last modified time | relevance | path

Searched refs:pbValue (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Collections/
H A DVariantDictionary.cs230 SetRef<byte[]>(strName, pbValue); in SetByteArray()
281 byte[] pbValue = null; in Serialize()
285 pbValue = MemUtil.UInt32ToBytes((uint)o); in Serialize()
295 pbValue = new byte[1]; in Serialize()
301 pbValue = MemUtil.Int32ToBytes((int)o); in Serialize()
306 pbValue = MemUtil.Int64ToBytes((long)o); in Serialize()
316 pbValue = (byte[])o; in Serialize()
324 MemUtil.Write(ms, pbValue); in Serialize()
360 if(pbValue.Length != cbValue) in Deserialize()
379 d.SetBool(strName, (pbValue[0] != 0)); in Deserialize()
[all …]
/dports/devel/swig/swig-4.0.2/Lib/scilab/
H A Dscibool.swg7 SWIG_AsVal_dec(bool)(SwigSciObject iVar, bool *pbValue) {
34 *pbValue = iTempValue;
56 SWIG_SciBoolean_AsBoolArrayAndSize(void *pvApiCtx, int iVar, int *iRows, int *iCols, bool **pbValue
75 *pbValue = (bool*) malloc((*iRows) * (*iCols) * sizeof(bool));
77 (*pbValue)[i] = piValue[i] != 0;
90 …SciBoolean_FromBoolArrayAndSize(void *pvApiCtx, int iVarOut, int iRows, int iCols, bool *pbValue) {
97 piValue[i] = pbValue[i];
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Cryptography/
H A DCryptoRandom.cs164 GAction<byte[], bool> f = delegate(byte[] pbValue, bool bClearValue) in GetSystemEntropy()
166 if(pbValue == null) { Debug.Assert(false); return; } in GetSystemEntropy()
167 if(pbValue.Length == 0) return; in GetSystemEntropy()
168 h.TransformBlock(pbValue, 0, pbValue.Length, pbValue, 0); in GetSystemEntropy()
169 if(bClearValue) MemUtil.ZeroByteArray(pbValue); in GetSystemEntropy()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/sci_gateway/cpp/
H A Dsci_datatip_manager_mode.cpp36 int* pbValue = NULL; in sci_datatip_manager_mode() local
79 sciErr = getMatrixOfBoolean(pvApiCtx, piAddr, &iRows, &iCols, &pbValue); in sci_datatip_manager_mode()
91 enabled = pbValue[0] == 0 ? false : true; in sci_datatip_manager_mode()
190 sciErr = getMatrixOfBoolean(pvApiCtx, piAddr, &iRows, &iCols, &pbValue); in sci_datatip_manager_mode()
202 enabled = pbValue[0] == 0 ? false : true; in sci_datatip_manager_mode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DImageMapTest.cs267 private string pbValue; field in MonoTests.System.Web.UI.WebControls.ImageMapTest
272 pbValue = e.PostBackValue; in ImageMapClickHandler()
278 pbValue = "Init"; in ResetEvents()
304 Assert.AreEqual ("Init", pbValue, "BeforeClick"); in ImageMap_EventCircle()
306 Assert.AreEqual ("myCircle", pbValue, "AfterClick"); in ImageMap_EventCircle()
319 Assert.AreEqual ("Init", pbValue, "BeforeClick"); in ImageMap_EventRectangle()
321 Assert.AreEqual ("myRect", pbValue, "AfterClick"); in ImageMap_EventRectangle()
335 Assert.AreEqual ("Init", pbValue, "BeforeClick"); in ImageMap_EventPolygon()
337 Assert.AreEqual ("myPoly", pbValue, "AfterClick"); in ImageMap_EventPolygon()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Settings/Streams/
H A DRegistrySettings.pas63 procedure Write(const psTagName: string; const pbValue: boolean); override;
142 procedure TSettingsRegistryOutput.Write(const psTagName: string; const pbValue: boolean);
145 fReg.WriteBool(fsSection, psTagName, pbValue);
H A DSettingsStream.pas54 procedure Write(const psTagName: string; const pbValue: boolean); overload; virtual; abstract;
82 procedure Write(const psTagName: string; const pbValue: boolean); override;
235 procedure TSettingsStreamOutput.Write(const psTagName: string; const pbValue: boolean);
237 Write(psTagName, BooleanToStr(pbValue));
/dports/editors/lazarus/lazarus/components/jcf2/Settings/Streams/
H A DRegistrySettings.pas64 procedure Write(const psTagName: string; const pbValue: boolean); override;
145 procedure TSettingsRegistryOutput.Write(const psTagName: string; const pbValue: boolean);
148 fReg.WriteBool(fsSection, psTagName, pbValue);
H A DSettingsStream.pas55 procedure Write(const psTagName: string; const pbValue: boolean); overload; virtual; abstract;
83 procedure Write(const psTagName: string; const pbValue: boolean); override;
238 procedure TSettingsStreamOutput.Write(const psTagName: string; const pbValue: boolean);
240 Write(psTagName, BooleanToStr(pbValue));
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Settings/Streams/
H A DRegistrySettings.pas64 procedure Write(const psTagName: string; const pbValue: boolean); override;
145 procedure TSettingsRegistryOutput.Write(const psTagName: string; const pbValue: boolean);
148 fReg.WriteBool(fsSection, psTagName, pbValue);
H A DSettingsStream.pas55 procedure Write(const psTagName: string; const pbValue: boolean); overload; virtual; abstract;
83 procedure Write(const psTagName: string; const pbValue: boolean); override;
238 procedure TSettingsStreamOutput.Write(const psTagName: string; const pbValue: boolean);
240 Write(psTagName, BooleanToStr(pbValue));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Settings/Streams/
H A DRegistrySettings.pas63 procedure Write(const psTagName: string; const pbValue: boolean); override;
142 procedure TSettingsRegistryOutput.Write(const psTagName: string; const pbValue: boolean);
145 fReg.WriteBool(fsSection, psTagName, pbValue);
H A DSettingsStream.pas54 procedure Write(const psTagName: string; const pbValue: boolean); overload; virtual; abstract;
82 procedure Write(const psTagName: string; const pbValue: boolean); override;
235 procedure TSettingsStreamOutput.Write(const psTagName: string; const pbValue: boolean);
237 Write(psTagName, BooleanToStr(pbValue));
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/file/
H A DKviPackageReader.cpp110 QByteArray * pbValue = new QByteArray(); in readHeaderInternal() local
111 if(!pFile->load(*pbValue)) in readHeaderInternal()
113 delete pbValue; in readHeaderInternal()
116 binaryInfoFields()->replace(szKey, pbValue); in readHeaderInternal()
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/
H A DGxiImporter.cs311 byte[] pbValue = null; in ImportBinaryKvp()
313 pbValue = Convert.FromBase64String(strValue); in ImportBinaryKvp()
315 pbValue = MemUtil.HexStringToByteArray(strValue); in ImportBinaryKvp()
318 if(pbValue == null) return; in ImportBinaryKvp()
320 c.Entry.Binaries.Set(strKey, new ProtectedBinary(false, pbValue)); in ImportBinaryKvp()
/dports/security/opensc/OpenSC-0.22.0/src/tools/
H A Dsc-hsm-tool.c307 BIGNUM **pbValue; in reconstructSecret() local
319 pbValue = bValue; in reconstructSecret()
321 *pbValue = BN_new(); in reconstructSecret()
322 pbValue++; in reconstructSecret()
332 pbValue = bValue; in reconstructSecret()
366 pbValue++; in reconstructSecret()
374 pbValue = bValue; in reconstructSecret()
381 pbValue++; in reconstructSecret()
396 pbValue = bValue; in reconstructSecret()
398 BN_clear_free(*pbValue); in reconstructSecret()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Damvideo.h1001 int *pbValue) = 0;
1007 int *pbValue) = 0;
1044 int *pbValue);
1052 int *pbValue);
1075 #define IBaseVideoMixer_IsUsingClock(This,pbValue) (This)->lpVtbl->IsUsingClock(This,pbValue) argument
1077 #define IBaseVideoMixer_GetClockPeriod(This,pbValue) (This)->lpVtbl->GetClockPeriod(This,pbValue) argument
1100 static FORCEINLINE HRESULT IBaseVideoMixer_IsUsingClock(IBaseVideoMixer* This,int *pbValue) { in IBaseVideoMixer_IsUsingClock() argument
1101 return This->lpVtbl->IsUsingClock(This,pbValue); in IBaseVideoMixer_IsUsingClock()
1106 static FORCEINLINE HRESULT IBaseVideoMixer_GetClockPeriod(IBaseVideoMixer* This,int *pbValue) { in IBaseVideoMixer_GetClockPeriod() argument
1107 return This->lpVtbl->GetClockPeriod(This,pbValue); in IBaseVideoMixer_GetClockPeriod()
H A Dcertbase.h41 BYTE *pbValue; member
H A Dslpublic.h94 const BYTE *pbValue
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Damvideo.h1001 int *pbValue) = 0;
1007 int *pbValue) = 0;
1044 int *pbValue);
1052 int *pbValue);
1075 #define IBaseVideoMixer_IsUsingClock(This,pbValue) (This)->lpVtbl->IsUsingClock(This,pbValue) argument
1077 #define IBaseVideoMixer_GetClockPeriod(This,pbValue) (This)->lpVtbl->GetClockPeriod(This,pbValue) argument
1100 static FORCEINLINE HRESULT IBaseVideoMixer_IsUsingClock(IBaseVideoMixer* This,int *pbValue) { in IBaseVideoMixer_IsUsingClock() argument
1101 return This->lpVtbl->IsUsingClock(This,pbValue); in IBaseVideoMixer_IsUsingClock()
1106 static FORCEINLINE HRESULT IBaseVideoMixer_GetClockPeriod(IBaseVideoMixer* This,int *pbValue) { in IBaseVideoMixer_GetClockPeriod() argument
1107 return This->lpVtbl->GetClockPeriod(This,pbValue); in IBaseVideoMixer_GetClockPeriod()
H A Dcertbase.h41 BYTE *pbValue; member
H A Dslpublic.h94 const BYTE *pbValue
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Prefs.cpp204 bool XAP_PrefsScheme::getValueBool(const gchar * szKey, bool * pbValue) const in getValueBool()
206 *pbValue = false; // assume something in getValueBool()
222 *pbValue = true; in getValueBool()
226 *pbValue = false; in getValueBool()
715 bool XAP_Prefs::getPrefsValueBool(const gchar * szKey, bool * pbValue, bool bAllowBuiltin) const in getPrefsValueBool() argument
721 if (m_currentScheme->getValueBool(szKey,pbValue)) in getPrefsValueBool()
723 if (bAllowBuiltin && m_builtinScheme->getValueBool(szKey,pbValue)) in getPrefsValueBool()
730 *pbValue = false; in getPrefsValueBool()
H A Dxap_Prefs.h126 bool getValueBool(const gchar * szKey, bool * pbValue) const;
162 bool getPrefsValueBool(const gchar * szKey, bool * pbValue, bool bAllowBuiltin = true) const;
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dniash_xfer.c186 parusb_read_reg (int fd, unsigned char bReg, unsigned char *pbValue) in parusb_read_reg() argument
190 0x0C, bReg, 0, 1, pbValue); in parusb_read_reg()

12345678910