Lines Matching refs:hindex
58 sip_find_md5_digest(char *bid, _sip_msg_t *msg, uint16_t *hindex, in sip_find_md5_digest() argument
102 (uchar_t *)hindex); in sip_find_md5_digest()
106 (uchar_t *)hindex); in sip_find_md5_digest()
273 sip_xaction_match(void *obj, void *hindex) in sip_xaction_match() argument
281 if (bcmp(tmp->sip_xaction_hash_digest, hindex, in sip_xaction_match()
298 int hindex; in sip_xaction_find() local
318 hindex = SIP_DIGEST_TO_HASH(hash_index); in sip_xaction_find()
320 (void *)hash_index, hindex, sip_xaction_match); in sip_xaction_find()
484 sip_xaction_remove(void *obj, void *hindex, int *found) in sip_xaction_remove() argument
494 if (bcmp(tmp->sip_xaction_hash_digest, hindex, in sip_xaction_remove()
554 int hindex; in sip_xaction_delete() local
557 hindex = SIP_DIGEST_TO_HASH(trans->sip_xaction_hash_digest); in sip_xaction_delete()
564 hindex, sip_xaction_remove); in sip_xaction_delete()