- バックアップ一覧
- バックアップ を表示
- nullhttpd がんばって関数レファレンス は削除されています。
- 1 (2009-09-02 (水) 13:12:58)
[[がんばってnullhttpd]]&br;
&br;
* nullhttpd特有 [#o587b8af]
- main.c
/****************************************************************************
* main()
*
* Purpose : Program entry point (UNIX) and call accept loop
* Args : Command line parameters (if any)
* Returns : Exit status of program
* Notes : None
***************************************************************************/
/****************************************************************************
* dorequest()
*
* Purpose : Authenticate and direct the request to the correct function
* Args : None
* Returns : void
* Notes : None
***************************************************************************/
/****************************************************************************
* WinMain()
*
* Purpose : Program entry point (Win32), thread handling and window management
* Args : Command line parameters (if any)
* Returns : Exit status of program
* Notes : None
***************************************************************************/
- server.c
-- void logaccess(int loglevel, const char *format, ...)
-- void logerror(const char *format, ...)
-- int getsid()
-- void flushheader(int sid)
-- void flushbuffer(int sid)
-- int prints(const char *format, ...)
-- int sgets(char *buffer, int max, int fd)
-- int closeconnect(int sid, int exitflag)
-- int daemon(int nochdir, int noclose)
-- void server_shutdown()
-- void logsegv(int sig)
-- void setsigs()
-- int sockinit()
/****************************************************************************
* CGIkilltimer()
*
* Purpose : Function to kill retarded child processes
* Args : None
* Returns : void
* Notes : Created as a thread in Win32
***************************************************************************/
/****************************************************************************
* init()
*
* Purpose : Test external dependencies and initialize socket interface
* Args : None
* Returns : void
* Notes : None
***************************************************************************/
--void WSAReaper(void *x)
/****************************************************************************
* accept_loop()
*
* Purpose : Function to handle incoming socket connections
* Args : None
* Returns : void
* Notes : Created as a thread in Win32
***************************************************************************/
--
--
--
- http.c
--
- format.c
- files.c
- config.c
- cgi.c
- win32.c
* 標準C言語ライブラリ [#v0e401a4]