You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by 张 臻博 <la...@hotmail.com> on 2007/01/18 22:43:55 UTC

ap_hook_pre_connection

hello,

is there somebody who knows in which module or in which file i can find the 
function that implements the hook: ap_hook_pre_connection?

Thanks a lot.

br
frankie

_________________________________________________________________
与世界各地的朋友进行交流,免费下载  Live Messenger; 
http://get.live.com/messenger/overview 


Re: ap_hook_pre_connection

Posted by Sander Temme <sc...@apache.org>.
Frankie,

On Jan 18, 2007, at 1:49 PM, 张 臻博 wrote:

>
> sorry, my mistake, the hook should be ap_run_pre_connection

 From the top of your source tree, run:

find . -type f -name \*.c | xargs grep ap_run_pre_connection

And you'll find:

./modules/proxy/mod_proxy_ftp.c:    rc = ap_run_pre_connection(data,  
data_sock);
./modules/proxy/proxy_util.c:    rc = ap_run_pre_connection(conn- 
 >connection, conn->sock);
./server/connection.c:    rc = ap_run_pre_connection(c, csd);
./server/exports.c:const void *ap_hack_ap_run_pre_connection = (const  
void *)ap_run_pre_connection;
./server/mpm/experimental/event/event.c:        rc =  
ap_run_pre_connection(c, sock);

The one in exports.c is of course not relevant.

S.


-- 
sctemme@apache.org            http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF



RE: ap_hook_pre_connection

Posted by 张 臻博 <la...@hotmail.com>.
sorry, my mistake, the hook should be ap_run_pre_connection

br

>From: 张 臻博 <la...@hotmail.com>
>Reply-To: dev@httpd.apache.org
>To: dev@httpd.apache.org
>Subject: ap_hook_pre_connection
>Date: Thu, 18 Jan 2007 21:43:55 +0000
>
>hello,
>
>is there somebody who knows in which module or in which file i can 
>find the function that implements the hook: ap_hook_pre_connection?
>
>Thanks a lot.
>
>br
>frankie
>
>_________________________________________________________________
>与世界各地的朋友进行交流,免费下载  Live Messenger; 
>http://get.live.com/messenger/overview
>

_________________________________________________________________
与联机的朋友进行交流,请使用 Live Messenger; 
http://get.live.com/messenger/overview