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

/httpd/modules/ldap/
H A Dutil_ldap.c1333 int sgindex; local
1338 for (sgindex = 0; (group = apr_array_pop(subgroups)); sgindex++) {
1339 res->subgroupDNs[sgindex] = apr_pstrdup(r->pool, *group);
1341 res->len = sgindex;
1403 int sgl_cached_empty = 0, sgindex = 0, base_sgcIndex = 0; local
1592 while ((result != LDAP_COMPARE_TRUE) && (sgindex < tmp_local_sgl->len)) {
1594 group = tmp_local_sgl->subgroupDNs[sgindex];
1625 sgindex++;

Completed in 2025 milliseconds