#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <libxml/uri.h>#include "qparams.h"#include <string.h>
Go to the source code of this file.
Functions | |
| struct qparam_set * | new_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_set * | qparam_query_parse (const char *query) |
| int append_qparam | ( | struct qparam_set * | ps, | |
| const char * | name, | |||
| const char * | value | |||
| ) |
| int append_qparams | ( | struct qparam_set * | ps, | |
| ... | ||||
| ) |
| void free_qparam_set | ( | struct qparam_set * | ps | ) |
| struct qparam_set* new_qparam_set | ( | int | init_alloc, | |
| ... | ||||
| ) | [read] |
| struct qparam_set* qparam_query_parse | ( | const char * | query | ) | [read] |
1.6.1