tinyows 1.2.2
|
#include <ows_struct.h>
Data Fields | |
buffer * | key |
list * | value |
struct Alist_node * | next |
Definition at line 69 of file ows_struct.h.
buffer* Alist_node::key |
Definition at line 70 of file ows_struct.h.
Referenced by alist_add(), alist_free(), alist_get(), alist_is_key(), and wfs_transaction_insert_result().
struct Alist_node* Alist_node::next |
Definition at line 72 of file ows_struct.h.
Referenced by alist_add(), alist_free(), alist_get(), alist_is_key(), wfs_transaction_insert_result(), and wfs_transaction_summary().
list* Alist_node::value |
Definition at line 71 of file ows_struct.h.
Referenced by alist_add(), alist_free(), alist_get(), wfs_transaction_insert_result(), and wfs_transaction_summary().