ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
subscribe.h File Reference
#include "stralloc.h"
Include dependency graph for subscribe.h:

Go to the source code of this file.

Functions

int subscribe (const char *dir, const char *username, int flagadd, const char *from, const char *event, int flagmysql, int forcehash, const char *table_override)
const char * issub (const char *dir, const char *username, const char *table_override)
unsigned long putsubs (const char *dir, unsigned long hash_lo, unsigned long hash_hi, int subwrite(), int flagsql)
void tagmsg (const char *dir, unsigned long msgnum, const char *seed, const char *action, char *hashout, unsigned long bodysize, unsigned long chunk)
const char * loginfo (const char *dir, unsigned long msgnum, unsigned long, unsigned long subs, int done)
const char * checktag (const char *dir, unsigned long msgnum, unsigned long listno, const char *action, const char *seed, const char *hash)
void searchlog (const char *dir, char *search, int subwrite())
const char * opensql (const char *dir, const char **table)
void closesql (void)
 close connection to SQL server, if open

Function Documentation

◆ checktag()

const char * checktag ( const char * dir,
unsigned long msgnum,
unsigned long listno,
const char * action,
const char * seed,
const char * hash )
extern

Definition at line 27 of file checktag.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ closesql()

void closesql ( void )
extern

close connection to SQL server, if open

Definition at line 21 of file opensql.c.

Here is the caller graph for this function:

◆ issub()

const char * issub ( const char * dir,
const char * username,
const char * table_override )
extern

Definition at line 45 of file issub.c.

Here is the call graph for this function:

◆ loginfo()

const char * loginfo ( const char * dir,
unsigned long msgnum,
unsigned long listno,
unsigned long subs,
int done )
extern

Definition at line 12 of file loginfo.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ opensql()

const char * opensql ( const char * dir,
const char ** table )
extern

Definition at line 13 of file opensql.c.

Here is the caller graph for this function:

◆ putsubs()

unsigned long putsubs ( const char * dir,
unsigned long hash_lo,
unsigned long hash_hi,
int subwrite(),
int flagsql )
extern

Definition at line 49 of file putsubs.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ searchlog()

void searchlog ( const char * dir,
char * search,
int subwrite() )
extern

Definition at line 60 of file searchlog.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ subscribe()

int subscribe ( const char * dir,
const char * username,
int flagadd,
const char * from,
const char * event,
int flagmysql,
int forcehash,
const char * table_override )
extern

Definition at line 76 of file subscribe.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tagmsg()

void tagmsg ( const char * dir,
unsigned long msgnum,
const char * seed,
const char * action,
char * hashout,
unsigned long bodysize,
unsigned long chunk )
extern

Definition at line 45 of file tagmsg.c.

Here is the call graph for this function:
Here is the caller graph for this function: