#include "stralloc.h"
Go to the source code of this file.
|
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
|
◆ checktag()
const char * checktag |
( |
const char * | dir, |
|
|
unsigned long | msgnum, |
|
|
unsigned long | listno, |
|
|
const char * | action, |
|
|
const char * | seed, |
|
|
const char * | hash ) |
|
extern |
◆ closesql()
close connection to SQL server, if open
Definition at line 21 of file opensql.c.
◆ issub()
const char * issub |
( |
const char * | dir, |
|
|
const char * | username, |
|
|
const char * | table_override ) |
|
extern |
◆ loginfo()
const char * loginfo |
( |
const char * | dir, |
|
|
unsigned long | msgnum, |
|
|
unsigned long | listno, |
|
|
unsigned long | subs, |
|
|
int | done ) |
|
extern |
◆ opensql()
const char * opensql |
( |
const char * | dir, |
|
|
const char ** | table ) |
|
extern |
◆ putsubs()
unsigned long putsubs |
( |
const char * | dir, |
|
|
unsigned long | hash_lo, |
|
|
unsigned long | hash_hi, |
|
|
int | subwrite(), |
|
|
int | flagsql ) |
|
extern |
◆ searchlog()
void searchlog |
( |
const char * | dir, |
|
|
char * | search, |
|
|
int | subwrite() ) |
|
extern |
◆ 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 |
◆ tagmsg()
void tagmsg |
( |
const char * | dir, |
|
|
unsigned long | msgnum, |
|
|
const char * | seed, |
|
|
const char * | action, |
|
|
char * | hashout, |
|
|
unsigned long | bodysize, |
|
|
unsigned long | chunk ) |
|
extern |