Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

fo_threadlookup.c File Reference

This program creates a tid index. More...

#include "config.h"
#include "defines.h"
#include <stdio.h>
#include <stdlib.h>
#include <dlfcn.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <sys/socket.h>
#include <netdb.h>
#include <unistd.h>
#include <sys/un.h>
#include "hashlib.h"
#include "utils.h"
#include "configparser.h"
#include "cfcgi.h"
#include "template.h"
#include "readline.h"
#include "clientlib.h"
#include "fo_tid_index.h"

Go to the source code of this file.

Functions

int is_tid (const u_char *c)
int main (int argc, char *argv[], char *envp[])


Detailed Description

This program creates a tid index.

Author:
Christian Kruse, <cjk@wwwtech.de>
This file does a thread id lookup in the index files and redirects to the right URL

Definition in file fo_threadlookup.c.


Function Documentation

int is_tid const u_char *  c  ) 
 

Function checking if a string contains of numbers

Parameters:
c The string
Returns:
0 if it consists of numbers, -1 if not

Definition at line 56 of file fo_threadlookup.c.

int main int  argc,
char *  argv[],
char *  envp[]
 

Main function

Parameters:
argc Argument count
argv Argument vector
envp Environment vector
Returns:
EXIT_SUCCESS or EXIT_FAILURE

Definition at line 89 of file fo_threadlookup.c.


Generated on Sun Apr 25 16:37:39 2004 for Classic Forum by doxygen 1.3.5