Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 75005 invoked by uid 500); 4 Jun 2003 16:36:18 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 74911 invoked from network); 4 Jun 2003 16:36:16 -0000 Message-ID: <003e01c32ab7$74cf4bb0$4420a8c0@wsayu> From: "Albert Yu" To: Subject: where is apr_sendfile() implementation? Date: Wed, 4 Jun 2003 17:36:18 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, I am debugging httpd 2.0.45, I found a problem to read files on QStar repository. I found sendfile_it_all() in core.c calls apr_sendfile() I searched the whole source code in the source package, I just could not find its implementation. I added printf() to all apr_socket_sendfile(), they seem not being called. Could somebody tell me where the apr_sendfile() implementation is, or how it works Thanks. Best regards, Albert