Lines Matching refs:error
75 sip_get_trans(sip_msg_t sip_msg, int which, int *error)
77 if (error != NULL)
78 *error = 0;
80 if (error != NULL)
81 *error = EINVAL;
92 sip_get_trans_resp_msg(sip_transaction_t sip_trans, int *error)
96 if (error != NULL)
97 *error = 0;
99 if (error != NULL)
100 *error = EINVAL;
106 error)) {
109 _trans->sip_xaction_orig_msg, error)) {
119 sip_get_trans_orig_msg(sip_transaction_t sip_trans, int *error)
121 if (error != NULL)
122 *error = 0;
124 if (error != NULL)
125 *error = EINVAL;
136 sip_get_trans_conn_obj(sip_transaction_t sip_trans, int *error)
138 if (error != NULL)
139 *error = 0;
141 if (error != NULL)
142 *error = EINVAL;
152 sip_get_trans_method(sip_transaction_t sip_trans, int *error)
154 if (error != NULL)
155 *error = 0;
158 if (error != NULL)
159 *error = EINVAL;
169 sip_get_trans_branchid(sip_transaction_t trans, int *error)
174 if (error != NULL)
175 *error = 0;
177 if (error != NULL)
178 *error = EINVAL;
183 if (error != NULL)
184 *error = ENOMEM;
197 sip_get_trans_state(sip_transaction_t trans, int *error)
201 if (error != NULL)
202 *error = 0;
204 if (error != NULL)
205 *error = EINVAL;