Lines Matching defs:method
59 sip_method_t method)
100 (char *)&method, sizeof (sip_method_t),
104 sip_md5_hash(bid, strlen(bid), (char *)&method,
299 sip_method_t method;
304 method = sip_get_callseq_method((sip_msg_t)msg, &error);
313 (method == ACK || method == CANCEL)) {
314 method = INVITE;
316 if (sip_find_md5_digest(branchid, msg, hash_index, method) != 0)
335 sip_method_t method;
381 method = sip_msg_info->sip_req_method;
383 method = sip_get_callseq_method((sip_msg_t)msg, &ret);
391 if (method == INVITE)
396 trans->sip_xaction_method = method;
420 if ((ret = sip_xaction_add(trans, branchid, msg, method)) != 0) {
572 sip_method_t method)
576 if (sip_find_md5_digest(branchid, msg, hash_index, method) != 0)