qparams.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <libxml/uri.h>
#include "qparams.h"
#include <string.h>
Include dependency graph for qparams.c:

Go to the source code of this file.

Functions

struct qparam_setnew_qparam_set (int init_alloc,...)
int append_qparams (struct qparam_set *ps,...)
int append_qparam (struct qparam_set *ps, const char *name, const char *value)
void free_qparam_set (struct qparam_set *ps)
struct qparam_setqparam_query_parse (const char *query)

Function Documentation

int append_qparam ( struct qparam_set ps,
const char *  name,
const char *  value 
)

Definition at line 115 of file qparams.c.

Here is the caller graph for this function:

int append_qparams ( struct qparam_set ps,
  ... 
)

Definition at line 75 of file qparams.c.

Here is the call graph for this function:

void free_qparam_set ( struct qparam_set ps  ) 

Definition at line 146 of file qparams.c.

Here is the caller graph for this function:

struct qparam_set* new_qparam_set ( int  init_alloc,
  ... 
) [read]

Definition at line 35 of file qparams.c.

Here is the call graph for this function:

Here is the caller graph for this function:

struct qparam_set* qparam_query_parse ( const char *  query  )  [read]

Definition at line 160 of file qparams.c.

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on 9 Jul 2015 for libStorageMgmt by  doxygen 1.6.1