Searched defs:score (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/slotmem/
H A Dmod_slotmem_plain.c149 static apr_status_t slotmem_dptr(ap_slotmem_instance_t *score, unsigned int id, void **mem) argument
154 if (!score)
156 if (id >= score->num)
159 ptr = (char *)score->base + score->size * id;

Completed in 21 milliseconds