Home
last modified time | relevance | path

Searched refs:PJ_ERRNO_START_STATUS (Results 1 – 2 of 2) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj/
H A Derrno.h318 #define PJ_EUNKNOWN (PJ_ERRNO_START_STATUS + 1) /* 70001 */
323 #define PJ_EPENDING (PJ_ERRNO_START_STATUS + 2) /* 70002 */
333 #define PJ_EINVAL (PJ_ERRNO_START_STATUS + 4) /* 70004 */
343 #define PJ_ENOTFOUND (PJ_ERRNO_START_STATUS + 6) /* 70006 */
348 #define PJ_ENOMEM (PJ_ERRNO_START_STATUS + 7) /* 70007 */
373 #define PJ_ENOTSUP (PJ_ERRNO_START_STATUS + 12)/* 70012 */
393 #define PJ_EEOF (PJ_ERRNO_START_STATUS + 16)/* 70016 */
398 #define PJ_ETOOBIG (PJ_ERRNO_START_STATUS + 17)/* 70017 */
404 #define PJ_ERESOLVE (PJ_ERRNO_START_STATUS + 18)/* 70018 */
414 #define PJ_EIGNORED (PJ_ERRNO_START_STATUS + 20)/* 70020 */
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Derrno.c187 } else if (statcode < PJ_ERRNO_START_STATUS + PJ_ERRNO_SPACE_SIZE) { in pj_strerror()