File nut/pro/uhttp/envreg.c


Included Files


External Variables

envVarList
extern struct {...} envVarList

Global Function EnvRegisterVariable()

int EnvRegisterVariable ( char* name, HTTP_ENVVAR_HANDLER handler, int item )
Prototyped in: nut/include/pro/uhttp/envvars.h
Calls: free() nut/crt/malloc.c
  strdup() nut/crt/strdup.c
  calloc(), strcasecmp()
References Variables: envVarList

Global Function EnvVarGetEntry()

const HTTP_ENVVAR_ENTRY* EnvVarGetEntry ( const char* name )
Prototyped in: nut/include/pro/uhttp/envvars.h
Calls: strcasecmp()
References Variables: envVarList