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

/httpd/modules/metadata/
H A Dmod_unique_id.c250 * - from the post_read_request hook which calls set_unique_id()
252 * generate_log_id(). This may happen before or after set_unique_id()
265 /* if set_unique_id() has been called for this request, use it */
273 static int set_unique_id(request_rec *r) function
304 ap_hook_post_read_request(set_unique_id, NULL, NULL, APR_HOOK_MIDDLE);

Completed in 11 milliseconds