#include <stdio.h>
#include <xmmscpriv/xmmsv.h>
#include <xmmscpriv/xmmsc_util.h>
|  | 
| xmmsv_t * | xmmsv_make_stringlist (char *array[], int num) | 
|  | Helper function to build a list xmmsv_t containing the strings from the input array.  More... 
 | 
|  | 
| xmmsv_t * | xmmsv_build_dict_va (const char *firstkey, va_list ap) | 
|  | 
| xmmsv_t * | xmmsv_build_dict (const char *firstkey,...) | 
|  | 
| xmmsv_t * | xmmsv_build_list_va (xmmsv_t *first_entry, va_list ap) | 
|  | 
| xmmsv_t * | xmmsv_build_list (xmmsv_t *first_entry,...) | 
|  | 
| xmmsv_t * | xmmsv_build_organize (xmmsv_t *data) | 
|  | Creates an organize fetch specification that may be passed to xmmsc_coll_query.  More... 
 | 
|  | 
| xmmsv_t * | xmmsv_build_metadata (xmmsv_t *fields, xmmsv_t *get, const char *aggregate, xmmsv_t *sourcepref) | 
|  | Creates a metadata fetch specification.  More... 
 | 
|  | 
| xmmsv_t * | xmmsv_build_cluster_list (xmmsv_t *cluster_by, xmmsv_t *cluster_field, xmmsv_t *cluster_data) | 
|  | Creates a cluster-list fetch specification.  More... 
 | 
|  | 
| xmmsv_t * | xmmsv_build_cluster_dict (xmmsv_t *cluster_by, xmmsv_t *cluster_field, xmmsv_t *cluster_data) | 
|  | Creates a cluster-dict fetch specification.  More... 
 | 
|  | 
| xmmsv_t * | xmmsv_build_count () | 
|  | Creates a count fetch specification.  More... 
 | 
|  |