#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_digit (struct dirent *ent) |
| int | is_thread (const char *path) |
| void | index_month (char *year, char *month) |
| void | do_year (char *year) |
| int | main (int argc, char *argv[], char *envp[]) |
Variables | |
| t_array | idx |
Definition in file fo_tid_index.c.
|
|
Function for indexing a complete year
Definition at line 142 of file fo_tid_index.c. |
|
||||||||||||
|
Function to create the index for a month
Definition at line 98 of file fo_tid_index.c. |
|
|
function checking if a directory entry consists of numbers
Definition at line 59 of file fo_tid_index.c. |
|
|
Function checking if a string describes a thread file
Definition at line 75 of file fo_tid_index.c. |
|
||||||||||||||||
|
Main function
Definition at line 187 of file fo_tid_index.c. |
|
|
Array containig the index entries Definition at line 51 of file fo_tid_index.c. |
1.3.5