Apache 1.3 API Documentation

Routine ap_check_alarm

Definition:

int ap_check_alarm(void);
     

Usage example:

if (! (tv.tv_sec = ap_check_alarm())) {
    return (send(sock, buf, len, flags));
}
     

No documentation available.


Previous: ap_check_access Next: ap_check_auth

Table of Contents (Routines, Structures, Data Cells, Constants)