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

/httpd/server/mpm/winnt/
H A Dchild.c1052 int *score_idx; local
1086 score_idx = apr_pcalloc(pchild, sizeof(int));
1087 *score_idx = i;
1088 apr_hash_set(ht, &child_handles[i], sizeof(HANDLE), score_idx);
1330 int *score_idx; local
1334 score_idx = apr_hash_get(ht, &child_handles[i], sizeof(HANDLE));
1335 if (score_idx) {
1336 ap_update_child_status_from_indexes(0, *score_idx, SERVER_DEAD, NULL);

Completed in 77 milliseconds