#include <string.h>#include <unistd.h>#include <stdio.h>#include <sys/types.h>#include <fcntl.h>#include "../../dprint.h"#include "../../mem/mem.h"#include "xjab_jconf.h"#include "xjab_base.h"

Go to the source code of this file.
Functions | |
| int | xj_jconf_check_addr (str *addr, char dl) |
| int | xj_jconf_cmp (void *a, void *b) |
| int | xj_jconf_free (xj_jconf jcf) |
| int | xj_jconf_init_jab (xj_jconf jcf) |
| int | xj_jconf_init_sip (xj_jconf jcf, str *sid, char dl) |
| xj_jconf | xj_jconf_new (str *u) |
| int | xj_jconf_set_status (xj_jconf jcf, int s) |
| int xj_jconf_check_addr | ( | str * | addr, | |
| char | dl | |||
| ) |
Definition at line 271 of file xjab_jconf.c.
References _str::len, s, and _str::s.
Referenced by xj_jcon_is_ready(), xj_worker_check_qmsg(), xj_worker_check_watcher(), and xj_worker_process().
| int xj_jconf_cmp | ( | void * | a, | |
| void * | b | |||
| ) |
| int xj_jconf_free | ( | xj_jconf | jcf | ) |
Definition at line 255 of file xjab_jconf.c.
References NULL, pkg_free, _str::s, and _xj_jconf::uri.
Referenced by xj_jcon_check_jconf(), xj_jcon_del_jconf(), xj_jcon_free(), xj_jcon_get_jconf(), and xj_worker_check_jcons().
| int xj_jconf_init_jab | ( | xj_jconf | jcf | ) |
Definition at line 156 of file xjab_jconf.c.
References _xj_jconf::jcid, _str::len, LM_DBG, LM_ERR, _xj_jconf::nick, _xj_jconf::room, _str::s, _xj_jconf::server, _xj_jconf::uri, and xj_get_hash().
Referenced by xj_jcon_check_jconf().
Definition at line 81 of file xjab_jconf.c.
References _xj_jconf::jcid, _str::len, LM_DBG, LM_ERR, _xj_jconf::nick, _xj_jconf::room, s, _str::s, _xj_jconf::server, _xj_jconf::uri, and xj_get_hash().
Referenced by xj_jcon_del_jconf(), and xj_jcon_get_jconf().
Definition at line 40 of file xjab_jconf.c.
References _xj_jconf::jcid, _str::len, LM_DBG, _xj_jconf::nick, NULL, pkg_free, pkg_malloc, _xj_jconf::room, _str::s, _xj_jconf::server, _xj_jconf::status, _xj_jconf::uri, and XJ_JCONF_NULL.
Referenced by xj_jcon_check_jconf(), xj_jcon_del_jconf(), and xj_jcon_get_jconf().
| int xj_jconf_set_status | ( | xj_jconf | jcf, | |
| int | s | |||
| ) |
Definition at line 199 of file xjab_jconf.c.
References _str::len, _str::s, _xj_jconf::status, and _xj_jconf::uri.
1.5.6