#include <stdio.h>#include <xmlrpc.h>


Go to the source code of this file.
Defines | |
| #define | MAX_READ 8192 |
| #define | XMLRPC_WANT_INTERNAL_DECLARATIONS |
Variables | |
| xmlrpc_env | env |
| int | rpl_opt |
| xmlrpc_value * | xr_response |
| #define MAX_READ 8192 |
Definition at line 41 of file mi_xmlrpc.h.
| #define XMLRPC_WANT_INTERNAL_DECLARATIONS |
Definition at line 34 of file mi_xmlrpc.h.
| xmlrpc_env env |
Definition at line 68 of file mi_xmlrpc.c.
| int rpl_opt |
| xmlrpc_value* xr_response |
Definition at line 69 of file mi_xmlrpc.c.
Referenced by default_method(), recur_build_response_array(), and xmlrpc_process().
1.5.6