Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/nta/
H A Dtest_nta_api.c654 usize_t irq_hash = -1, orq_hash = -1, leg_hash = -1; in api_test_stats() local
677 NTATAG_S_ORQ_HASH_REF(orq_hash), in api_test_stats()
708 TEST_1(orq_hash == HTABLE_MIN_SIZE); in api_test_stats()
H A Dnta.c487 hash_value_t orq_hash; /**< Hash value */ member
7234 #define HTABLE_HASH_ORQ(orq) ((orq)->orq_hash)
8080 orq->orq_hash = NTA_HASH(sip->sip_call_id, sip->sip_cseq->cs_seq); in outgoing_create()
9304 if (hash != orq->orq_hash) in outgoing_find()
11540 tagged->orq_hash = orq->orq_hash; in nta_outgoing_tagged()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/nta/
H A Dtest_nta_api.c654 usize_t irq_hash = -1, orq_hash = -1, leg_hash = -1; in api_test_stats() local
677 NTATAG_S_ORQ_HASH_REF(orq_hash), in api_test_stats()
708 TEST_1(orq_hash == HTABLE_MIN_SIZE); in api_test_stats()
H A Dnta.c489 hash_value_t orq_hash; /**< Hash value */ member
7258 #define HTABLE_HASH_ORQ(orq) ((orq)->orq_hash)
8113 orq->orq_hash = NTA_HASH(sip->sip_call_id, sip->sip_cseq->cs_seq); in outgoing_create()
9362 if (hash != orq->orq_hash) in outgoing_find()
11598 tagged->orq_hash = orq->orq_hash; in nta_outgoing_tagged()