张 臻博 wrote: > hello > > I am reading the code of apache. Is there anybody who knows whether > ap_run_pre_connection() and ap_run_process_connection() are functions or > macro? and where is the definition for those two , as i can not find any > detailed code for them?
Sorry for the long thread when there's a short answer. Look for /AP_IMPLEMENT_HOOK_/ declarations, specifically in connection.c, but I'm not sure if you want those, or the sources that ap_hook_pre_connection and ap_hook_process_connection in the chain. (Or both).
