#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <library.h>
#include <netware.h>
#include <screen.h>
#include <nks/thread.h>
#include <nks/synch.h>
Go to the source code of this file.
|
int | DisposeLibraryData (void *) |
|
void | DisposeThreadData (void *) |
|
int | GetOrSetUpData (int id, libdata_t **data, libthreaddata_t **threaddata) |
|
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 _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 |
|
) |
| |
int DisposeLibraryData |
( |
void * |
data | ) |
|
rtag_t gAllocTag = (rtag_t) NULL |
NXMutex_t* gLibLock = (NXMutex_t *) NULL |