Another hash table used to detect duplicate namespaced attributes without memory allocations.
Source position: laz2_xmlutils.pas line 92
type TExpHashEntry = record |
||
rev: LongWord; |
|
|
hash: LongWord; |
|
|
uriPtr: PXMLUtilString; |
|
|
lname: PXMLUtilChar; |
|
|
lnameLen: Integer; |
|
|
end; |
| Version 4.4 | Generated 2025-11-08 | Home |