/dports/net/samba412/samba-4.12.15/nsswitch/ |
H A D | winbind_nss_netbsd.c | 64 int rv, rerrno; in netbsdwinbind_getgrent() local 83 int rv, rerrno; in netbsdwinbind_getgrent_r() local 86 rerrno = 0; in netbsdwinbind_getgrent_r() 102 int rv, rerrno; in netbsdwinbind_getgrgid() local 122 int rv, rerrno; in netbsdwinbind_getgrgid_r() local 125 rerrno = 0; in netbsdwinbind_getgrgid_r() 141 int rv, rerrno; in netbsdwinbind_getgrnam() local 164 rerrno = 0; in netbsdwinbind_getgrnam_r() 276 rerrno = 0; in netbsdwinbind_getpwent_r() 315 rerrno = 0; in netbsdwinbind_getpwnam_r() [all …]
|
/dports/net/kamailio/kamailio-5.4.5/src/modules/registrar/ |
H A D | sip_msg.c | 92 rerrno = R_PARSE; in parse_message() 98 rerrno = R_TO_MISS; in parse_message() 104 rerrno = R_CID_MISS; in parse_message() 110 rerrno = R_CS_MISS; in parse_message() 116 rerrno = R_PARSE_EXP; in parse_message() 126 rerrno = R_PARSE_CONT; in parse_message() 158 rerrno = R_STAR_EXP; in check_contacts() 165 rerrno = R_STAR_CONT; in check_contacts() 174 rerrno = R_STAR_CONT; in check_contacts() 188 rerrno = R_STAR_CONT; in check_contacts() [all …]
|
H A D | save.c | 105 rerrno = R_UL_DEL_R; in star() 199 rerrno = R_UL_GET_R; in no_contacts() 249 rerrno = R_INV_CSEQ; in pack_ci() 344 rerrno = R_INV_Q; in pack_ci() 355 rerrno = R_PARSE; in pack_ci() 498 rerrno = R_TOO_MANY; in insert_contacts() 604 rerrno = R_INV_CSEQ; in test_max_contacts() 620 rerrno = R_TOO_MANY; in test_max_contacts() 843 rerrno = R_UL_GET_R; in add_contacts() 894 rerrno = R_FINE; in save() [all …]
|
H A D | common.c | 61 rerrno = R_AOR_PARSE; in extract_aor() 69 rerrno = R_AOR_LEN; in extract_aor() 78 rerrno = R_UNESCAPE; in extract_aor()
|
H A D | reply.c | 625 switch (rerrno) { in reg_send_reply() 630 rerrno = R_PATH_UNSUP; in reg_send_reply() 640 rerrno = R_PATH_UNSUP; in reg_send_reply() 701 code = codes[rerrno]; in reg_send_reply() 714 buf = (char*)pkg_malloc(E_INFO_LEN + error_info[rerrno].len + CRLF_LEN + 1); in reg_send_reply() 720 memcpy(buf + E_INFO_LEN, error_info[rerrno].s, error_info[rerrno].len); in reg_send_reply() 721 memcpy(buf + E_INFO_LEN + error_info[rerrno].len, CRLF, CRLF_LEN); in reg_send_reply() 722 add_lump_rpl( _m, buf, E_INFO_LEN + error_info[rerrno].len + CRLF_LEN, in reg_send_reply()
|
H A D | rerrno.c | 32 rerr_t rerrno; variable
|
H A D | rerrno.h | 74 extern rerr_t rerrno;
|
/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_registrar_scscf/ |
H A D | sip_msg.c | 183 rerrno = R_STAR_EXP; in check_contacts() 189 rerrno = R_STAR_CONT; in check_contacts() 197 rerrno = R_STAR_CONT; in check_contacts() 210 rerrno = R_STAR_CONT; in check_contacts() 219 rerrno = R_CONTACT_LEN; in check_contacts() 239 rerrno = R_PARSE; in parse_message_for_register() 245 rerrno = R_TO_MISS; in parse_message_for_register() 251 rerrno = R_CID_MISS; in parse_message_for_register() 257 rerrno = R_CS_MISS; in parse_message_for_register() 264 rerrno = R_PARSE_EXP; in parse_message_for_register() [all …]
|
H A D | cxdx_sar.c | 110 rerrno = R_FINE; in async_cdp_callback() 147 rerrno = R_SAR_FAILED; in async_cdp_callback() 169 rerrno = R_SAR_FAILED; in async_cdp_callback() 174 rerrno = R_SAR_FAILED; in async_cdp_callback() 185 rerrno = R_SAR_FAILED; in async_cdp_callback() 198 rerrno = R_SAR_FAILED; in async_cdp_callback() 205 rerrno = R_SAR_FAILED; in async_cdp_callback() 210 rerrno = R_SAR_FAILED; in async_cdp_callback() 219 rerrno = R_SAR_FAILED; in async_cdp_callback() 237 rerrno = R_SAR_FAILED; in async_cdp_callback() [all …]
|
H A D | save.c | 158 rerrno = R_UL_DEL_R; in star() 253 rerrno = R_INV_CSEQ; in pack_ci() 315 rerrno = R_INV_Q; in pack_ci() 1131 rerrno = R_FINE; in assign_server_unreg() 1175 rerrno = R_SAR_FAILED; in assign_server_unreg() 1202 rerrno = R_SAR_FAILED; in assign_server_unreg() 1223 rerrno = R_SAR_FAILED; in assign_server_unreg() 1231 rerrno = R_SAR_FAILED; in assign_server_unreg() 1272 rerrno = R_FINE; in save() 1302 rerrno = R_SAR_FAILED; in save() [all …]
|
H A D | reply.c | 673 if (rerrno == R_FINE && path_enabled && _m->path_vec.s) { in reg_send_reply_transactional() 676 rerrno = R_PATH_UNSUP; in reg_send_reply_transactional() 685 rerrno = R_PATH_UNSUP; in reg_send_reply_transactional() 694 code = codes[rerrno]; in reg_send_reply_transactional() 721 memcpy(buf + E_INFO_LEN, error_info[rerrno].s, error_info[rerrno].len); in reg_send_reply_transactional() 722 memcpy(buf + E_INFO_LEN + error_info[rerrno].len, CRLF, CRLF_LEN); in reg_send_reply_transactional() 767 if (rerrno == R_FINE && path_enabled && _m->path_vec.s) { in reg_send_reply() 770 rerrno = R_PATH_UNSUP; in reg_send_reply() 779 rerrno = R_PATH_UNSUP; in reg_send_reply() 788 code = codes[rerrno]; in reg_send_reply() [all …]
|
H A D | common.c | 73 rerrno = R_AOR_PARSE; in extract_aor() 81 rerrno = R_AOR_LEN; in extract_aor() 95 rerrno = R_UNESCAPE; in extract_aor()
|
H A D | rerrno.c | 34 rerr_t rerrno; variable
|
H A D | rerrno.h | 69 extern rerr_t rerrno;
|
/dports/devel/cvs-devel/cvs-1.12.13/src/ |
H A D | run.c | 151 int rerrno = 0; in run_exec() local 197 rerrno = errno; in run_exec() 204 rerrno = errno; in run_exec() 213 rerrno = errno; in run_exec() 277 rerrno = errno; in run_exec() 330 rerrno = errno; in run_exec() 393 if (rerrno) in run_exec() 394 errno = rerrno; in run_exec()
|
/dports/devel/cvs-devel/cvs-1.12.13/os2/ |
H A D | run.c | 191 int rerrno = 0; local 224 rerrno = errno; 231 rerrno = errno; 240 rerrno = errno; 313 if (rerrno) 314 errno = rerrno;
|
/dports/devel/cvs-devel/cvs-1.12.13/windows-NT/ |
H A D | run.c | 152 int rerrno = 0; in run_exec() local 193 rerrno = errno; in run_exec() 200 rerrno = errno; in run_exec() 209 rerrno = errno; in run_exec() 289 if (rerrno) in run_exec() 290 errno = rerrno; in run_exec()
|
/dports/security/sslproxy/SSLproxy-0.9.2/tests/testproxy/lp/ |
H A D | sys.c | 506 int rerrno, rv; in sys_realdir() local 530 rerrno = errno; in sys_realdir() 532 errno = rerrno; in sys_realdir() 536 rerrno = errno; in sys_realdir() 539 errno = rerrno; in sys_realdir()
|
/dports/net-mgmt/hastmon/hastmon-0.3.4/hastmon/ |
H A D | ebuf.c | 69 int rerrno; in ebuf_alloc() local 77 rerrno = errno; in ebuf_alloc() 79 errno = rerrno; in ebuf_alloc()
|
H A D | nv.c | 370 int rerrno; in nv_ntoh() local 382 rerrno = errno; in nv_ntoh() 385 errno = rerrno; in nv_ntoh()
|
/dports/security/sslproxy/SSLproxy-0.9.2/src/ |
H A D | sys.c | 639 int rerrno, rv; in sys_realdir() local 663 rerrno = errno; in sys_realdir() 665 errno = rerrno; in sys_realdir() 669 rerrno = errno; in sys_realdir() 672 errno = rerrno; in sys_realdir()
|
/dports/security/sslsplit/sslsplit-0.5.5/ |
H A D | sys.c | 639 int rerrno, rv; in sys_realdir() local 663 rerrno = errno; in sys_realdir() 665 errno = rerrno; in sys_realdir() 669 rerrno = errno; in sys_realdir() 672 errno = rerrno; in sys_realdir()
|
/dports/devel/libixp/libixp-0.5/examples/ |
H A D | ixpsrv.c | 187 rerrno(Ixp9Req *r, char *m) { in rerrno() function 323 rerrno(r, Enoperm); in fs_read() 368 rerrno(r, Enoperm); in fs_open() 374 rerrno(r, Enoperm); in fs_open()
|
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/ |
H A D | redis.c | 85 static const char *redis_strerror(pool *p, pr_redis_t *redis, int rerrno) { in redis_strerror() argument 90 err = pstrcat(p, "[io] ", strerror(rerrno), NULL); in redis_strerror()
|
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/ |
H A D | redis.c | 85 static const char *redis_strerror(pool *p, pr_redis_t *redis, int rerrno) { in redis_strerror() argument 90 err = pstrcat(p, "[io] ", strerror(rerrno), NULL); in redis_strerror()
|