Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 uid=99(nobody) gid=98(nobody) groups=98(nobody) Safe-mode: OFF (not secure) /usr/doc/libxml2-2.5.4/html/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
hashSynopsisDetailsxmlHashDeallocator ()
Callback to free data from a hash. xmlHashCopier ()
Callback to copy data from a hash. xmlHashScanner ()
Callback when scanning data in a hash with the simple scanner. xmlHashScannerFull ()
Callback when scanning data in a hash with the full scanner. xmlHashFree ()
Free the hash table and its contents. The userdata is deallocated with f if provided. xmlHashAddEntry ()
Add the userdata to the hash table. This can later be retrieved by using the name. Duplicate names generate errors. xmlHashUpdateEntry ()
Add the userdata to the hash table. This can later be retrieved by using the name. Existing entry for this name will be removed and freed with f if found. xmlHashAddEntry2 ()
Add the userdata to the hash table. This can later be retrieved by using the (name, name2) tuple. Duplicate tuples generate errors. xmlHashUpdateEntry2 ()
Add the userdata to the hash table. This can later be retrieved by using the (name, name2) tuple. Existing entry for this tuple will be removed and freed with f if found. xmlHashAddEntry3 ()
Add the userdata to the hash table. This can later be retrieved by using the tuple (name, name2, name3). Duplicate entries generate errors. xmlHashUpdateEntry3 ()
Add the userdata to the hash table. This can later be retrieved by using the tuple (name, name2, name3). Existing entry for this tuple will be removed and freed with f if found. xmlHashRemoveEntry ()
Find the userdata specified by the name and remove it from the hash table. Existing userdata for this tuple will be removed and freed with f. xmlHashRemoveEntry2 ()
Find the userdata specified by the (name, name2) tuple and remove it from the hash table. Existing userdata for this tuple will be removed and freed with f. xmlHashRemoveEntry3 ()
Find the userdata specified by the (name, name2, name3) tuple and remove it from the hash table. Existing userdata for this tuple will be removed and freed with f. xmlHashLookup ()
Find the userdata specified by the name. xmlHashLookup2 ()
Find the userdata specified by the (name, name2) tuple. xmlHashLookup3 ()
Find the userdata specified by the (name, name2, name3) tuple. xmlHashCopy ()
Scan the hash table and applied f to each value. xmlHashSize ()
Query the number of elements installed in the hash table. xmlHashScan ()
Scan the hash table and applied f to each value. xmlHashScan3 ()
Scan the hash table and applied f to each value matching (name, name2, name3) tuple. If one of the names is null, the comparison is considered to match. xmlHashScanFull ()
Scan the hash table and applied f to each value. xmlHashScanFull3 ()
Scan the hash table and applied f to each value matching (name, name2, name3) tuple. If one of the names is null, the comparison is considered to match. | |||||||||||||||||||||||||||||||
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0091 ]-- |