NetSurf
Data Structures | Enumerations | Variables
backing_store.h File Reference

Low-level source data cache backing store interface. More...

#include "content/llcache.h"
Include dependency graph for backing_store.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  gui_llcache_table
 low level cache backing store operation table More...
 

Enumerations

enum  backing_store_flags { BACKING_STORE_NONE = 0 , BACKING_STORE_META = 1 }
 storage control flags More...
 

Variables

struct gui_llcache_tablenull_llcache_table
 
struct gui_llcache_tablefilesystem_llcache_table
 

Detailed Description

Low-level source data cache backing store interface.

Definition in file backing_store.h.

Enumeration Type Documentation

◆ backing_store_flags

storage control flags

Enumerator
BACKING_STORE_NONE 

no special processing

BACKING_STORE_META 

data is metadata

Definition at line 30 of file backing_store.h.

Variable Documentation

◆ filesystem_llcache_table

struct gui_llcache_table* filesystem_llcache_table
extern

Definition at line 2021 of file fs_backing_store.c.

Referenced by main().

◆ null_llcache_table

struct gui_llcache_table* null_llcache_table
extern

Definition at line 86 of file no_backing_store.c.

Referenced by netsurf_register().