#include "httpd.h"#include "http_core.h"#include "os.h"#include "scoreboard.h"#include "http_log.h"Include dependency graph for tpf/os.c:

Go to the source code of this file.
Functions | |
| int | pipe (int fildes[2]) |
| pid_t | fork (void) |
| int | execl (const char *path, const char *arg0,...) |
| int | execle (const char *path, const char *arg0,...) |
| int | execve (const char *path, char *const argv[], char *const envp[]) |
| int | execvp (const char *file, char *const argv[]) |
| pid_t | os_fork (server_rec *s, int slot) |
| int | os_check_server (char *server) |
| AP_DECLARE (apr_status_t) | |
Variables | |
| static FILE * | sock_fp |
|
|
convert a recent time to its human readable components in local timezone
Definition at line 124 of file tpf/os.c. References AP_DECLARE. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 59 of file tpf/os.c. Referenced by main(). |
|
||||||||||||
|
|
|
|
Definition at line 41 of file tpf/os.c. Referenced by APR_DECLARE(), apr_proc_detach(), cgid_start(), main(), and make_child(). |
|
|
Definition at line 109 of file tpf/os.c. Referenced by ap_mpm_run(). |
|
||||||||||||
|
Definition at line 72 of file tpf/os.c. References ap_listeners, ap_my_generation, ap_scoreboard_image, ap_server_argv0, APLOG_CRIT, APLOG_MARK, lr, ap_listen_rec::next, and sock_fp. |
|
|
|
|
|
Definition at line 28 of file tpf/os.c. Referenced by os_fork(). |