lib/servBrcMcw.c File Reference

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

Include dependency graph for servBrcMcw.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: servBrcMcw.c,v 1.3 2006/06/19 22:02:56 hiram Exp $"
static char * __trashDir = "/trash"
webServerSpecific wssBrcMcw


Function Documentation

static char* _cgiDir (  )  [static]

Definition at line 26 of file servBrcMcw.c.

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

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

Definition at line 16 of file servBrcMcw.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 servBrcMcw.c.

00037 {
00038 return 3.0;
00039 }

static char* _trashDir (  )  [static]

Definition at line 31 of file servBrcMcw.c.

References __trashDir.

00032 {
00033 return __trashDir;
00034 }


Variable Documentation

char* __trashDir = "/trash" [static]

Definition at line 14 of file servBrcMcw.c.

Referenced by _makeTempName(), and _trashDir().

char const rcsid[] = "$Id: servBrcMcw.c,v 1.3 2006/06/19 22:02:56 hiram Exp $" [static]

Definition at line 12 of file servBrcMcw.c.

struct webServerSpecific wssBrcMcw

Initial value:

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

Definition at line 41 of file servBrcMcw.c.

Referenced by setupWss().


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