MIDAS
Loading...
Searching...
No Matches
elog.cxx File Reference
#include "midas.h"
#include "msystem.h"
#include "mstrlcpy.h"
#include <assert.h>
Include dependency graph for elog.cxx:

Go to the source code of this file.

Functions

static void el_decode (const char *message, const char *key, char *result, int size)
 
static void xwrite (const char *filename, int fd, const void *data, int size)
 
static int xread (const char *filename, int fd, void *data, int size)
 
static void xtruncate (const char *filename, int fd)
 
INT el_submit (int run, const char *author, const char *type, const char *syst, const char *subject, const char *text, const char *reply_to, const char *encoding, const char *afilename1, const char *buffer1, INT buffer_size1, const char *afilename2, const char *buffer2, INT buffer_size2, const char *afilename3, const char *buffer3, INT buffer_size3, char *tag, INT tag_size)
 
INT el_search_message (char *tag, int *fh, BOOL walk, char *xfilename, int xfilename_size)
 
INT el_retrieve (char *tag, char *date, int *run, char *author, char *type, char *syst, char *subject, char *text, int *textsize, char *orig_tag, char *reply_tag, char *attachment1, char *attachment2, char *attachment3, char *encoding)
 
INT el_search_run (int run, char *return_tag)
 
INT el_delete_message (const char *tag)