curl_xml plugin: Replace the AVL-tree with a linked list.
authorAmit Gupta <amit.gupta221@gmail.com>
Wed, 13 Jan 2010 12:52:56 +0000 (13:52 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 13 Jan 2010 12:52:56 +0000 (13:52 +0100)
commitcbd0b829d2817c7ad68b2e4b40a97c4a6b5532bc
treee8790f08cb254f43d181c58f5ebd04b70115b8df
parentb12c526a93a6b98c72595b708729ab44192b8073
curl_xml plugin: Replace the AVL-tree with a linked list.

This makes iterating over all elements more efficient. The CX_KEY_MAGIC hack is
also removed. Last but not least, “plugin_get_ds” is now called only once.
src/curl_xml.c