Home
last modified time | relevance | path

Searched refs:cred_cnt (Results 1 – 25 of 73) sorted by relevance

123

/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip/
H A Dsip_auth_client.c479 for (i=0; i<sess->cred_cnt; ++i) { in auth_find_cred()
510 sess->cred_cnt = 0; in pjsip_auth_clt_init()
546 sess->cred_cnt = rhs->cred_cnt; in pjsip_auth_clt_clone()
549 sess->cred_cnt*sizeof(pjsip_cred_info)); in pjsip_auth_clt_clone()
550 for (i=0; i<rhs->cred_cnt; ++i) { in pjsip_auth_clt_clone()
574 int cred_cnt, in pjsip_auth_clt_set_credentials() argument
579 if (cred_cnt == 0) { in pjsip_auth_clt_set_credentials()
580 sess->cred_cnt = 0; in pjsip_auth_clt_set_credentials()
585 for (i=0; i<cred_cnt; ++i) { in pjsip_auth_clt_set_credentials()
629 sess->cred_cnt = cred_cnt; in pjsip_auth_clt_set_credentials()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsip/
H A Dsip_auth.h231 unsigned cred_cnt; /**< Number of credentials. */ member
378 int cred_cnt,
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/purestorage/flashblade/plugins/modules/
H A Dpurefb_info.py716 for cred_cnt in range(0, len(remote_creds.items)):
717 cred_name = remote_creds.items[cred_cnt].name
719 "access_key": remote_creds.items[cred_cnt].access_key_id,
720 "remote_array": remote_creds.items[cred_cnt].remote.name,
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsua-lib/
H A Dpjsua_pres.c910 pjsip_auth_clt_set_credentials(&dlg->auth_sess, acc->cred_cnt, acc->cred); in pres_on_rx_request()
1352 if (acc->cred_cnt) { in pjsua_pres_init_publish_acc()
1353 pjsip_publishc_set_credentials(acc->publish_sess, acc->cred_cnt, in pjsua_pres_init_publish_acc()
1899 if (acc->cred_cnt) { in subscribe_buddy_presence()
1901 acc->cred_cnt, acc->cred); in subscribe_buddy_presence()
2235 if (acc->cred_cnt) { in pjsua_start_mwi()
2237 acc->cred_cnt, acc->cred); in pjsua_start_mwi()
H A Dpjsua_im.c371 pjsua_var.acc[im_data->acc_id].cred_cnt, in im_callback()
496 pjsua_var.acc[im_data->acc_id].cred_cnt, in typing_callback()
H A Dpjsua_acc.c351 acc->cred_cnt = 0; in initialize_acc()
353 acc->cred[acc->cred_cnt++] = acc_cfg->cred_info[i]; in initialize_acc()
356 acc->cred_cnt < PJ_ARRAY_SIZE(acc->cred); ++i) in initialize_acc()
358 acc->cred[acc->cred_cnt++] = pjsua_var.ua_cfg.cred_info[i]; in initialize_acc()
1229 acc->cred_cnt = 0; in pjsua_acc_modify()
1231 acc->cred[acc->cred_cnt++] = acc->cfg.cred_info[i]; in pjsua_acc_modify()
1234 acc->cred_cnt < PJ_ARRAY_SIZE(acc->cred); ++i) in pjsua_acc_modify()
1236 acc->cred[acc->cred_cnt++] = pjsua_var.ua_cfg.cred_info[i]; in pjsua_acc_modify()
2603 if (acc->cred_cnt) { in pjsua_regc_init()
2604 pjsip_regc_set_credentials( acc->regc, acc->cred_cnt, acc->cred); in pjsua_regc_init()
[all …]
H A Dpjsua_call.c538 if (acc->cred_cnt) { in on_make_call_med_tp_complete()
540 acc->cred_cnt, acc->cred); in on_make_call_med_tp_complete()
1759 if (pjsua_var.acc[acc_id].cred_cnt) { in pjsua_call_on_incoming()
1761 pjsua_var.acc[acc_id].cred_cnt, in pjsua_call_on_incoming()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h170 __le16 cred_cnt; member
H A Dhtc_pipe.c1583 ready_msg->ver2_0_info.cred_cnt, in ath6kl_htc_pipe_wait_target()
1586 target->tgt_creds = le16_to_cpu(ready_msg->ver2_0_info.cred_cnt); in ath6kl_htc_pipe_wait_target()
H A Dhtc_mbox.c2680 if (!rdy_msg->ver2_0_info.cred_cnt || !rdy_msg->ver2_0_info.cred_sz) { in ath6kl_htc_mbox_wait_target()
2685 target->tgt_creds = le16_to_cpu(rdy_msg->ver2_0_info.cred_cnt); in ath6kl_htc_mbox_wait_target()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h170 __le16 cred_cnt; member
H A Dhtc_pipe.c1583 ready_msg->ver2_0_info.cred_cnt, in ath6kl_htc_pipe_wait_target()
1586 target->tgt_creds = le16_to_cpu(ready_msg->ver2_0_info.cred_cnt); in ath6kl_htc_pipe_wait_target()
H A Dhtc_mbox.c2680 if (!rdy_msg->ver2_0_info.cred_cnt || !rdy_msg->ver2_0_info.cred_sz) { in ath6kl_htc_mbox_wait_target()
2685 target->tgt_creds = le16_to_cpu(rdy_msg->ver2_0_info.cred_cnt); in ath6kl_htc_mbox_wait_target()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h170 __le16 cred_cnt; member
H A Dhtc_pipe.c1583 ready_msg->ver2_0_info.cred_cnt, in ath6kl_htc_pipe_wait_target()
1586 target->tgt_creds = le16_to_cpu(ready_msg->ver2_0_info.cred_cnt); in ath6kl_htc_pipe_wait_target()
H A Dhtc_mbox.c2680 if (!rdy_msg->ver2_0_info.cred_cnt || !rdy_msg->ver2_0_info.cred_sz) { in ath6kl_htc_mbox_wait_target()
2685 target->tgt_creds = le16_to_cpu(rdy_msg->ver2_0_info.cred_cnt); in ath6kl_htc_mbox_wait_target()
/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsua-lib/
H A Dpjsua_internal.h308 unsigned cred_cnt; /**< Number of credentials. */ member
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pko-defs.h3124 u64 cred_cnt : 13; member
3154 u64 cred_cnt : 13; member
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pko-defs.h3124 u64 cred_cnt : 13; member
3154 u64 cred_cnt : 13; member
/dports/sysutils/u-boot-chip/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pko-defs.h3124 u64 cred_cnt : 13; member
3154 u64 cred_cnt : 13; member
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pko-defs.h3124 u64 cred_cnt : 13; member
3154 u64 cred_cnt : 13; member
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pko-defs.h3124 u64 cred_cnt : 13; member
3154 u64 cred_cnt : 13; member
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pko-defs.h3124 u64 cred_cnt : 13; member
3154 u64 cred_cnt : 13; member
/dports/sysutils/u-boot-sopine/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pko-defs.h3124 u64 cred_cnt : 13; member
3154 u64 cred_cnt : 13; member
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pko-defs.h3124 u64 cred_cnt : 13; member
3154 u64 cred_cnt : 13; member

123