Home
last modified time | relevance | path

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

/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsua-lib/
H A Dpjsua_internal.h278 pj_status_t reg_last_err; /**< Last registration error. */ member
H A Dpjsua.h4416 pj_status_t reg_last_err; member
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsua-lib/
H A Dpjsua_acc.c2417 acc->reg_last_err = param->status; in regc_cb()
2916 if (acc->reg_last_err) in pjsua_acc_get_info()
2917 info->reg_last_err = acc->reg_last_err; in pjsua_acc_get_info()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsua2/
H A Daccount.cpp941 regLastErr = pai.reg_last_err; in fromPj()