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

/httpd/modules/generators/
H A Dmod_status.c308 int indx = (i * thread_limit) + j; local
315 stat_buffer[indx] = status_flags[SERVER_DISABLED];
317 stat_buffer[indx] = status_flags[res];
596 int indx = (i * thread_limit) + j; local
597 if (stat_buffer[indx] != status_flags[SERVER_DISABLED]) {
598 ap_rputc(stat_buffer[indx], r);
632 int indx = (i * thread_limit) + j; local
634 if (stat_buffer[indx] != '.') {
637 stat_buffer[indx]);
/httpd/modules/ldap/
H A Dutil_ldap.c1284 int indx = 0, tmp_sgcIndex; local
1286 while (subgroupAttrs[indx]) {
1291 values = ldap_get_values(ldc->ldap, entry, subgroupAttrs[indx]);
1325 indx++;

Completed in 958 milliseconds