Microchip® Advanced Software Framework

httpd-fs.c File Reference
#include "contiki-net.h"
#include "httpd.h"
#include "httpd-fs.h"
#include "httpd-fsdata.h"

Functions

uint16_t httpd_fs_count (char *name)
 
void httpd_fs_init (void)
 
int httpd_fs_open (const char *name, struct httpd_fs_file *file)
 
static uint8_t httpd_fs_strcmp (const char *str1, const char *str2)
 

Variables

static uint16_t count [HTTPD_FS_NUMFILES]
 

uint16_t httpd_fs_count ( char *  name)
void httpd_fs_init ( void  )

References count, HTTPD_FS_NUMFILES, and i.

static uint8_t httpd_fs_strcmp ( const char *  str1,
const char *  str2 
)
static

References i.

Referenced by httpd_fs_count(), and httpd_fs_open().