Apache HTTPD
Macros | Functions
benchmark.c File Reference
#include <sys/stat.h>
#include <assert.h>
#include <stddef.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "expat.h"

Go to the source code of this file.

Macros

#define XML_FMT_INT_MOD   "l"
 
#define XML_FMT_STR   "s"
 

Functions

static void usage (const char *prog, int rc)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ XML_FMT_INT_MOD

#define XML_FMT_INT_MOD   "l"

Definition at line 46 of file benchmark.c.

◆ XML_FMT_STR

#define XML_FMT_STR   "s"

Definition at line 52 of file benchmark.c.

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 62 of file benchmark.c.

◆ usage()

static void usage ( const char prog,
int  rc 
)
static

Definition at line 56 of file benchmark.c.