lib/servcis.c File Reference

#include "common.h"
#include "portable.h"
#include "portimpl.h"
#include "obscure.h"
#include "hash.h"

Include dependency graph for servcis.c:

Go to the source code of this file.

Functions

static void _makeTempName (struct tempName *tn, char *base, char *suffix)
static char * _cgiDir ()
static char * _trashDir ()
static double _speed ()

Variables

static char const rcsid [] = "$Id: servcis.c,v 1.10 2006/06/19 22:02:57 hiram Exp $"
static char * __trashDir = "../trash"
webServerSpecific wssDefault


Function Documentation

static char* _cgiDir (  )  [static]

Definition at line 26 of file servcis.c.

00027 {
00028 return "../cgi-bin/";
00029 }

static void _makeTempName ( struct tempName tn,
char *  base,
char *  suffix 
) [static]

Definition at line 16 of file servcis.c.

References __trashDir, tempName::forCgi, tempName::forHtml, and rTempName().

00018 {
00019 char *tname;
00020 
00021 tname = rTempName(__trashDir, base, suffix);
00022 strcpy(tn->forCgi, tname);
00023 strcpy(tn->forHtml, tname);
00024 }

Here is the call graph for this function:

static double _speed (  )  [static]

Definition at line 36 of file servcis.c.

00037 {
00038 return 3.0;
00039 }

static char* _trashDir (  )  [static]

Definition at line 31 of file servcis.c.

References __trashDir.

00032 {
00033 return __trashDir;
00034 }


Variable Documentation

char* __trashDir = "../trash" [static]

Definition at line 14 of file servcis.c.

char const rcsid[] = "$Id: servcis.c,v 1.10 2006/06/19 22:02:57 hiram Exp $" [static]

Definition at line 12 of file servcis.c.

struct webServerSpecific wssDefault

Initial value:

    {
    "default",
    _makeTempName,
    _cgiDir,
    _speed,
    _trashDir,
    }

Definition at line 42 of file servcis.c.

Referenced by setupWss().


Generated on Tue Dec 25 20:16:11 2007 for blat by  doxygen 1.5.2