mod_opendap.cc File Reference

#include <unistd.h>
#include <iostream>
#include "httpd.h"
#include "http_config.h"
#include "http_core.h"
#include "http_log.h"
#include "http_protocol.h"
#include "http_request.h"
#include "http_main.h"
#include "util_script.h"
#include "util_md5.h"
#include "BESDataRequestInterface.h"
#include "BESApacheWrapper.h"

Include dependency graph for mod_opendap.cc:


Functions

char * ltoa (long val, char *buf, int base)
static int util_read (request_rec *r, const char **rbuf)
static int header_trace (void *data, const char *key, const char *val)
static void list_headers (request_rec *r)
static int opendap_handler (request_rec *r)

Variables

static handler_rec opendap_handlers []
module MODULE_VAR_EXPORT opendap_module

Function Documentation

static int header_trace ( void *  data,
const char *  key,
const char *  val 
) [static]

Referenced by list_headers().

static void list_headers ( request_rec *  r  )  [static]

References header_trace().

Here is the call graph for this function:

char* ltoa ( long  val,
char *  buf,
int  base 
)

Referenced by opendap_handler().

static int opendap_handler ( request_rec *  r  )  [static]

static int util_read ( request_rec *  r,
const char **  rbuf 
) [static]

Referenced by opendap_handler().


Variable Documentation

handler_rec opendap_handlers[] [static]

Initial value:

{
    {"opendap-handler", opendap_handler},
    {NULL}
}

module MODULE_VAR_EXPORT opendap_module

Initial value:

{
    STANDARD_MODULE_STUFF,
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    opendap_handlers,      
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL                
}


Generated on Wed Mar 4 04:33:49 2009 for OPeNDAP Back End Server (BES) by  doxygen 1.5.8