Searched refs:pcount (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.c254 int j=0, ptype=0, pcount=0, attrsetmask=0; local
274 ((st=krb5_get_princ_count(context, &entries, &(pcount))) != 0) ||
303 singleentry = (pcount == 1) ? TRUE: FALSE;
H A Dldap_misc.c845 krb5_get_princ_count(krb5_context context, krb5_db_entry *entries, int *pcount) argument
847 return krb5_get_int_from_tl_data(context, entries, KDB_TL_PRINCCOUNT, pcount);
1878 int i, pcount=0, kerberos_principal_object_type=0; local
1886 pcount = ldap_count_values(values);
1912 if (((st=store_tl_data(&userinfo_tl_data, KDB_TL_PRINCCOUNT, &pcount)) != 0) ||
/osnet-11/usr/src/lib/libsasl/lib/
H A Dclient.c1147 int *pcount)
1176 if (pcount != NULL)
1177 *pcount = 0;
1252 if (pcount != NULL)
1253 (*pcount)++;
1141 _sasl_client_listmech(sasl_conn_t *conn, const char *prefix, const char *sep, const char *suffix, const char **result, unsigned *plen, int *pcount) argument
H A Dsaslint.h680 int *pcount);
687 int *pcount);
H A Dserver.c2072 int *pcount)
2104 if (pcount != NULL)
2105 *pcount = 0;
2141 if (pcount != NULL)
2142 (*pcount)++;
H A Dcommon.c2538 int *pcount)
2544 result, plen, pcount));
2547 result, plen, pcount));
2531 sasl_listmech(sasl_conn_t *conn, const char *user, const char *prefix, const char *sep, const char *suffix, const char **result, unsigned *plen, int *pcount) argument
/osnet-11/usr/src/lib/libsasl/include/
H A Dsasl.h1018 * pcount -- gets number of mechanisms, may be NULL
1032 int *pcount);
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_common.c1127 int i, scount = 0, pcount = 0; local
1147 pcount++;
1150 if (scount == 0 && pcount == 0) {
1156 retsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *));
1166 if (pcount == 0) {
1187 dupsrvs = (char **)calloc(scount + pcount + 1, sizeof (char *));
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c1786 uint_t pcount, lcount; local
2018 &phylist, &pcount) != 0) {
2026 *phycount = pcount;
2027 for (i = 0; i < pcount; i++) {
2043 TOPO_PROP_PHY_COUNT, TOPO_PROP_IMMUTABLE, pcount,

Completed in 65 milliseconds