Lines Matching defs:counter

779 	int counter;
859 for (counter = 0;
860 counter < arglist->serviceAuthenticationMethod->count;
861 counter++) {
864 arglist->serviceAuthenticationMethod->optlist[counter],
867 for (counter = 0;
868 counter < arglist->serviceCredentialLevel->count;
869 counter++) {
872 arglist->serviceCredentialLevel->optlist[counter],
875 for (counter = 0;
876 counter < arglist->objectclassMap->count;
877 counter++) {
879 LDAP_SET_PARAM(arglist->objectclassMap->optlist[counter],
882 for (counter = 0; counter < arglist->attributeMap->count; counter++) {
883 LDAP_SET_PARAM(arglist->attributeMap->optlist[counter],
886 for (counter = 0;
887 counter < arglist->serviceSearchDescriptor->count;
888 counter++) {
891 arglist->serviceSearchDescriptor->optlist[counter],
1093 int counter;
1150 for (counter = 0;
1151 counter < arglist->serviceAuthenticationMethod->count;
1152 counter++) {
1155 arglist->serviceAuthenticationMethod->optlist[counter],
1158 for (counter = 0;
1159 counter < arglist->serviceCredentialLevel->count;
1160 counter++) {
1163 arglist->serviceCredentialLevel->optlist[counter],
1166 for (counter = 0;
1167 counter < arglist->objectclassMap->count;
1168 counter++) {
1171 arglist->objectclassMap->optlist[counter],
1174 for (counter = 0;
1175 counter < arglist->attributeMap->count;
1176 counter++) {
1179 arglist->attributeMap->optlist[counter],
1182 for (counter = 0;
1183 counter < arglist->serviceSearchDescriptor->count;
1184 counter++) {
1187 arglist->serviceSearchDescriptor->optlist[counter],
1340 int counter;
1388 for (counter = 0;
1389 counter < arglist->serviceAuthenticationMethod->count;
1390 counter++) {
1393 arglist->serviceAuthenticationMethod->optlist[counter],
1396 for (counter = 0;
1397 counter < arglist->serviceCredentialLevel->count;
1398 counter++) {
1401 arglist->serviceCredentialLevel->optlist[counter],
1404 for (counter = 0;
1405 counter < arglist->objectclassMap->count;
1406 counter++) {
1409 arglist->objectclassMap->optlist[counter],
1412 for (counter = 0;
1413 counter < arglist->attributeMap->count;
1414 counter++) {
1417 arglist->attributeMap->optlist[counter],
1420 for (counter = 0;
1421 counter < arglist->serviceSearchDescriptor->count;
1422 counter++) {
1425 arglist->serviceSearchDescriptor->optlist[counter],
2268 int counter;
2322 for (counter = 0; credLevel && credLevel[counter] != NULL; counter++) {
2326 *credLevel[counter]);
2327 if (*credLevel[counter] == NS_LDAP_CRED_PROXY) {
2334 for (counter = 0;
2335 authMethod && authMethod[counter] != NULL;
2336 counter++) {
2341 authMethod[counter]->type);
2342 if (authMethod[counter]->type != NS_LDAP_AUTH_NONE &&
2343 !(authMethod[counter]->type == NS_LDAP_AUTH_TLS &&
2344 authMethod[counter]->tlstype == NS_LDAP_TLS_NONE)) {
2401 int counter;
2486 for (counter = 0; credLevel && credLevel[counter] != NULL; counter++) {
2490 *credLevel[counter]);
2491 if (*credLevel[counter] == NS_LDAP_CRED_SELF) {
2498 for (counter = 0;
2499 authMethod && authMethod[counter] != NULL;
2500 counter++) {
2505 authMethod[counter]->saslmech);
2506 if (authMethod[counter]->saslmech == NS_LDAP_SASL_GSSAPI) {
3344 int counter;
3361 for (counter = 0; paramArray[counter].name != NULL; counter++) {
3362 if (strcasecmp(paramArray[counter].name, param) == 0) {
3365 return (paramArray[counter].index);
3391 int counter;
3483 for (counter = 0;
3484 counter < strlen(optlist->preferredServerList);
3485 counter++) {
3487 if (optlist->preferredServerList[counter] == ',')
3488 optlist->preferredServerList[counter] = ' ';