tinyows 1.2.2
wfs_error.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include "../ows/ows.h"
Include dependency graph for wfs_error.c:

Go to the source code of this file.

Functions

static char * wfs_error_code_string (enum wfs_error_code code)
 
static void wfs_error_100 (ows *o, wfs_request *wf, enum wfs_error_code code, char *message, char *locator)
 
static void wfs_error_110 (ows *o, wfs_request *wf, enum wfs_error_code code, char *message, char *locator)
 
void wfs_error (ows *o, wfs_request *wf, enum wfs_error_code code, char *message, char *locator)
 

Function Documentation

◆ wfs_error()

◆ wfs_error_100()

static void wfs_error_100 ( ows * o,
wfs_request * wf,
enum wfs_error_code code,
char * message,
char * locator )
static

Definition at line 66 of file wfs_error.c.

References Buffer::buf, Ows::encoding, Ows::exit, Ows::output, ows_log(), and wfs_error_code_string().

Referenced by wfs_error().

Here is the call graph for this function:

◆ wfs_error_110()

static void wfs_error_110 ( ows * o,
wfs_request * wf,
enum wfs_error_code code,
char * message,
char * locator )
static

Definition at line 95 of file wfs_error.c.

References Ows::exit, Ows::output, ows_log(), and wfs_error_code_string().

Referenced by wfs_error().

Here is the call graph for this function:

◆ wfs_error_code_string()


Generated for tinyows by doxygen 1.10.0