Searched refs:rdString (Results 1 – 9 of 9) sorted by relevance
/dports/devel/fpc-fcl-registry/fpc-3.2.2/packages/fcl-registry/src/ |
H A D | regini.inc | 131 else if ValueExists(Ident) and (GetDataType(Ident)<>rdString) then 147 else if ValueExists(Ident) and (GetDataType(Ident)<>rdString) then 163 else if ValueExists(Ident) and (GetDataType(Ident)<>rdString) then 179 else if ValueExists(Ident) and (GetDataType(Ident)<>rdString) then 238 if (not fPreferStringValues) or (GetDataType(Ident)<>rdString) then 253 if (not fPreferStringValues) or (GetDataType(Ident)<>rdString) then 269 if (not fPreferStringValues) or (GetDataType(Ident)<>rdString) then 285 if (not fPreferStringValues) or (GetDataType(Ident)<>rdString) then
|
H A D | xregreg.inc | 19 rdString,rdExpandString : Result := dtString; 34 dtString : Result:=rdString;
|
H A D | registry.pp | 34 TRegDataType = (rdUnknown, rdString, rdExpandString, rdBinary, rdInteger, rdIntegerBigEndian, 591 if Not (Info.RegData in [rdString,rdExpandString]) then 941 PutData(Name, PWideChar(Value), ByteLength(Value), rdString);
|
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-registry/src/ |
H A D | regini.inc | 131 else if ValueExists(Ident) and (GetDataType(Ident)<>rdString) then 147 else if ValueExists(Ident) and (GetDataType(Ident)<>rdString) then 163 else if ValueExists(Ident) and (GetDataType(Ident)<>rdString) then 179 else if ValueExists(Ident) and (GetDataType(Ident)<>rdString) then 238 if (not fPreferStringValues) or (GetDataType(Ident)<>rdString) then 253 if (not fPreferStringValues) or (GetDataType(Ident)<>rdString) then 269 if (not fPreferStringValues) or (GetDataType(Ident)<>rdString) then 285 if (not fPreferStringValues) or (GetDataType(Ident)<>rdString) then
|
H A D | xregreg.inc | 19 rdString,rdExpandString : Result := dtString; 34 dtString : Result:=rdString;
|
H A D | registry.pp | 34 TRegDataType = (rdUnknown, rdString, rdExpandString, rdBinary, rdInteger, rdIntegerBigEndian, 591 if Not (Info.RegData in [rdString,rdExpandString]) then 941 PutData(Name, PWideChar(Value), ByteLength(Value), rdString);
|
/dports/devel/fpc-fcl-registry/fpc-3.2.2/packages/fcl-registry/tests/ |
H A D | tregistry2.pp | 83 if GetDataType('Item4') <> rdString then
|
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-registry/tests/ |
H A D | tregistry2.pp | 83 if GetDataType('Item4') <> rdString then
|
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/ |
H A D | sphinx.cpp | 19837 CSphAutoreader rdString; in DebugCheck() local 20505 iStrEnd = rdString.GetFilesize(); in DebugCheck() 20553 rdString.SeekTo ( 1, READ_NO_SIZE_HINT ); in DebugCheck() 20554 while ( rdString.GetPos()<iStrEnd ) in DebugCheck() 20556 int64_t iLastPos = rdString.GetPos(); in DebugCheck() 20557 const int iLen = sphUnpackStrLength ( rdString ); in DebugCheck() 20560 if ( rdString.GetPos()+iLen>iStrEnd || rdString.GetPos()>iLastPos+4 ) in DebugCheck() 20567 rdString.SkipBytes ( iLen ); in DebugCheck() 20786 rdString.SeekTo ( uOffset, READ_NO_SIZE_HINT ); in DebugCheck() 20787 const int iLen = sphUnpackStrLength ( rdString ); in DebugCheck() [all …]
|