Apache HTTPD
Functions
libprews.c File Reference
#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)
 

Function Documentation

◆ _NonAppCheckUnload()

int _NonAppCheckUnload ( void  )

Definition at line 76 of file libprews.c.

◆ _NonAppStart()

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.

◆ _NonAppStop()

void _NonAppStop ( void  )

Definition at line 67 of file libprews.c.