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