|
Apache HTTPD
|
#include <netware.h>Go to the source code of this file.
Functions | |
| int | _NonAppStart (void *NLMHandle, void *errorScreen, const char *cmdLine, const char *loadDirPath, size_t uninitializedDataLength, void *NLMFileHandle, int(*readRoutineP)(int conn, void *fileHandle, size_t offset, size_t nbytes, size_t *bytesRead, void *buffer), size_t customDataOffset, size_t customDataSize, int messageCount, const char **messages) |
| void | _NonAppStop (void) |
| int | _NonAppCheckUnload (void) |
| int _NonAppCheckUnload | ( | void | ) |
Definition at line 76 of file libprews.c.
| int _NonAppStart | ( | void * | NLMHandle, |
| void * | errorScreen, | ||
| const char * | cmdLine, | ||
| const char * | loadDirPath, | ||
| size_t | uninitializedDataLength, | ||
| void * | NLMFileHandle, | ||
| int(*)(int conn, void *fileHandle, size_t offset, size_t nbytes, size_t *bytesRead, void *buffer) | readRoutineP, | ||
| size_t | customDataOffset, | ||
| size_t | customDataSize, | ||
| int | messageCount, | ||
| const char ** | messages | ||
| ) |
Definition at line 32 of file libprews.c.
| void _NonAppStop | ( | void | ) |
Definition at line 67 of file libprews.c.