commit | 7c693dad23e7410f1837213ed0eb18be295992df | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@redhat.com> | Wed Jul 25 16:32:18 2012 +0800 |
committer | Daniel Veillard <veillard@redhat.com> | Wed Jul 25 16:32:18 2012 +0800 |
tree | 630090b4b1ef4ed1eece0ca6caa935e575ac4b00 | |
parent | 6f6feba876eeff3a75fc10cdc2f414cc66204dde [diff] |
Cleanups and new limit APIs for dictionaries * include/libxml/dict.h dict.c: adding 2 new functions xmlDictGetUsage and xmlDictSetLimit allowing to review the amount of memory allocated for dictionary strings. Aslo cleanup of various signed int used as size values in the code.