#include <jabberd.h>
Data Fields | |
| instance | i |
| int | id |
| const char * | ns |
| int | set |
| char const * | act |
| char const * | match |
| char const * | matchpath |
| xht | namespaces |
| xmlnode | data |
| jid | owner |
| int | sent |
| int | preblock |
| pth_cond_t | cond |
| pth_mutex_t | mutex |
| struct xdbcache_struct * | prev |
| struct xdbcache_struct * | next |
Referenced by xdb_cache(), and xdb_get().
Referenced by xdb_get().
| const char* xdbcache_struct::ns |
Referenced by xdb_get().
flag that this is a set
Referenced by xdb_get().
| char const* xdbcache_struct::act |
for set
| char const* xdbcache_struct::match |
for set
| char const* xdbcache_struct::matchpath |
for set, namespace aware version of match
for set, namespace prefix declarations for matchpath
for set
Referenced by xdb_get().
Referenced by xdb_get().
Referenced by xdb_get().
thread that created the query is waiting for a pth_cond_notify() on cond
Referenced by xdb_get().
| pth_cond_t xdbcache_struct::cond |
Referenced by xdb_get().
| pth_mutex_t xdbcache_struct::mutex |
Referenced by xdb_cache(), and xdb_get().
struct xdbcache_struct* xdbcache_struct::prev [read] |
Referenced by xdb_cache(), and xdb_get().
struct xdbcache_struct* xdbcache_struct::next [read] |
Referenced by xdb_cache(), and xdb_get().
1.5.5