Searched refs:try_cnt (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpcp/common/
H A Dlibpcp.c578 int try_cnt; local
607 try_cnt = 0;
609 try_cnt++;
610 if (try_cnt > PCPL_MAX_TRY_CNT) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c2355 ns_conn_user_type_t type, int *try_cnt, int *rc,
2362 if (*try_cnt > 0 && cu != NULL) {
2382 *try_cnt = *try_cnt + 1;
2383 if (*try_cnt > NS_LIST_TRY_MAX)
2388 if (*try_cnt == 1) { /* first call before any retry */
2397 if (*try_cnt > 1 && rc != NS_LDAP_SUCCESS && *errorp != NULL)
2354 __s_api_setup_retry_search(ns_conn_user_t **conn_user, ns_conn_user_type_t type, int *try_cnt, int *rc, ns_ldap_error_t **errorp) argument
H A Dns_reads.c4041 int try_cnt = 0; local
4054 &try_cnt, &rc, errorp) == 0)
4086 int try_cnt = 0; local
4091 &try_cnt, &rc, errorp) == 0)
4277 int try_cnt = 0; local
4282 &try_cnt, &rc, errorp) == 0)
4656 int try_cnt = 0; local
4661 &try_cnt, &rc, errorp) == 0)
4924 int try_cnt = 0; local
4929 &try_cnt,
6790 int try_cnt = 0; local
[all...]

Completed in 45 milliseconds