Home
last modified time | relevance | path

Searched refs:TABNODE (Results 1 – 4 of 4) sorted by relevance

/dports/www/pound/Pound-2.8/
H A Dsvc.c49 TABNODE *t, *old;
51 if((t = (TABNODE *)malloc(sizeof(TABNODE))) == NULL) {
91 TABNODE t, *res;
97 if((res = (TABNODE *)LHM_lh_retrieve(TABNODE, tab, &t)) != NULL) {
113 TABNODE t, *res;
131 LHASH_OF(TABNODE) *tab;
138 t_old_doall_arg(TABNODE *t, ALL_ARG *a)
140 TABNODE *res;
192 t_cont_doall_arg(TABNODE *t, ALL_ARG *arg)
194 TABNODE *res;
[all …]
H A Dpound.h342 } TABNODE; typedef
350 DEFINE_LHASH_OF(TABNODE);
352 DECLARE_LHASH_OF(TABNODE);
371 LHASH_OF(TABNODE) *sessions; /* currently active sessions */
H A Dpoundctl.c131 TABNODE sess; in sess_prt()
136 while(read(sock, (void *)&sess, sizeof(TABNODE)) == sizeof(TABNODE)) { in sess_prt()
223 TABNODE sess; in main()
H A Dconfig.c528 t_hash(const TABNODE *e) in t_hash()
541 static IMPLEMENT_LHASH_HASH_FN(t, TABNODE) in IMPLEMENT_LHASH_HASH_FN() argument
543 static IMPLEMENT_LHASH_HASH_FN(t_hash, const TABNODE *) in IMPLEMENT_LHASH_HASH_FN()
547 t_cmp(const TABNODE *d1, const TABNODE *d2) in IMPLEMENT_LHASH_HASH_FN()
553 static IMPLEMENT_LHASH_COMP_FN(t, TABNODE) in IMPLEMENT_LHASH_COMP_FN() argument
555 static IMPLEMENT_LHASH_COMP_FN(t_cmp, const TABNODE *) in IMPLEMENT_LHASH_COMP_FN()
581 if((res->sessions = LHM_lh_new(TABNODE, t)) == NULL) in IMPLEMENT_LHASH_COMP_FN()