Home
last modified time | relevance | path

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

/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dos_error_unix.c31 errno = PJ_STATUS_TO_OS(code); in pj_set_os_error()
41 errno = PJ_STATUS_TO_OS(code); in pj_set_netos_error()
H A Dos_error_win32.c123 SetLastError(PJ_STATUS_TO_OS(code)); in pj_set_os_error()
133 WSASetLastError(PJ_STATUS_TO_OS(code)); in pj_set_netos_error()
H A Derrno.c191 len = platform_strerror(PJ_STATUS_TO_OS(statcode), buf, bufsize); in pj_strerror()
/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj/
H A Derrno.h290 # define PJ_STATUS_TO_OS(e) (e == 0 ? PJ_SUCCESS : e - PJ_ERRNO_START_SYS) macro
292 # define PJ_STATUS_TO_OS(e) (e == 0 ? PJ_SUCCESS : PJ_ERRNO_START_SYS - e) macro