Lines Matching refs:counter

782 	int counter;
862 for (counter = 0;
863 counter < arglist->serviceAuthenticationMethod->count;
864 counter++) {
867 arglist->serviceAuthenticationMethod->optlist[counter],
870 for (counter = 0;
871 counter < arglist->serviceCredentialLevel->count;
872 counter++) {
875 arglist->serviceCredentialLevel->optlist[counter],
878 for (counter = 0;
879 counter < arglist->objectclassMap->count;
880 counter++) {
882 LDAP_SET_PARAM(arglist->objectclassMap->optlist[counter],
885 for (counter = 0; counter < arglist->attributeMap->count; counter++) {
886 LDAP_SET_PARAM(arglist->attributeMap->optlist[counter],
889 for (counter = 0;
890 counter < arglist->serviceSearchDescriptor->count;
891 counter++) {
894 arglist->serviceSearchDescriptor->optlist[counter],
1096 int counter;
1153 for (counter = 0;
1154 counter < arglist->serviceAuthenticationMethod->count;
1155 counter++) {
1158 arglist->serviceAuthenticationMethod->optlist[counter],
1161 for (counter = 0;
1162 counter < arglist->serviceCredentialLevel->count;
1163 counter++) {
1166 arglist->serviceCredentialLevel->optlist[counter],
1169 for (counter = 0;
1170 counter < arglist->objectclassMap->count;
1171 counter++) {
1174 arglist->objectclassMap->optlist[counter],
1177 for (counter = 0;
1178 counter < arglist->attributeMap->count;
1179 counter++) {
1182 arglist->attributeMap->optlist[counter],
1185 for (counter = 0;
1186 counter < arglist->serviceSearchDescriptor->count;
1187 counter++) {
1190 arglist->serviceSearchDescriptor->optlist[counter],
1343 int counter;
1391 for (counter = 0;
1392 counter < arglist->serviceAuthenticationMethod->count;
1393 counter++) {
1396 arglist->serviceAuthenticationMethod->optlist[counter],
1399 for (counter = 0;
1400 counter < arglist->serviceCredentialLevel->count;
1401 counter++) {
1404 arglist->serviceCredentialLevel->optlist[counter],
1407 for (counter = 0;
1408 counter < arglist->objectclassMap->count;
1409 counter++) {
1412 arglist->objectclassMap->optlist[counter],
1415 for (counter = 0;
1416 counter < arglist->attributeMap->count;
1417 counter++) {
1420 arglist->attributeMap->optlist[counter],
1423 for (counter = 0;
1424 counter < arglist->serviceSearchDescriptor->count;
1425 counter++) {
1428 arglist->serviceSearchDescriptor->optlist[counter],
2319 int counter;
2373 for (counter = 0; credLevel && credLevel[counter] != NULL; counter++) {
2377 *credLevel[counter]);
2378 if (*credLevel[counter] == NS_LDAP_CRED_PROXY) {
2385 for (counter = 0;
2386 authMethod && authMethod[counter] != NULL;
2387 counter++) {
2392 authMethod[counter]->type);
2393 if (authMethod[counter]->type != NS_LDAP_AUTH_NONE &&
2394 !(authMethod[counter]->type == NS_LDAP_AUTH_TLS &&
2395 authMethod[counter]->tlstype == NS_LDAP_TLS_NONE)) {
2452 int counter;
2537 for (counter = 0; credLevel && credLevel[counter] != NULL; counter++) {
2541 *credLevel[counter]);
2542 if (*credLevel[counter] == NS_LDAP_CRED_SELF) {
2549 for (counter = 0;
2550 authMethod && authMethod[counter] != NULL;
2551 counter++) {
2556 authMethod[counter]->saslmech);
2557 if (authMethod[counter]->saslmech == NS_LDAP_SASL_GSSAPI) {
3395 int counter;
3412 for (counter = 0; paramArray[counter].name != NULL; counter++) {
3413 if (strcasecmp(paramArray[counter].name, param) == 0) {
3416 return (paramArray[counter].index);
3442 int counter;
3534 for (counter = 0;
3535 counter < strlen(optlist->preferredServerList);
3536 counter++) {
3538 if (optlist->preferredServerList[counter] == ',')
3539 optlist->preferredServerList[counter] = ' ';