libcss
Loading...
Searching...
No Matches
Macros | Functions | Variables
arena.c File Reference
#include <string.h>
#include "select/arena.h"
#include "select/arena_hash.h"
#include "select/computed.h"

Macros

#define TU_SIZE   3037
 
#define TS_SIZE   5101
 

Functions

css_error css__arena_intern_style (struct css_computed_style **style)
 
enum css_error css__arena_remove_style (struct css_computed_style *style)
 

Variables

struct css_computed_styletable_s [TS_SIZE]
 

Macro Definition Documentation

◆ TS_SIZE

#define TS_SIZE   5101

◆ TU_SIZE

#define TU_SIZE   3037

Function Documentation

◆ css__arena_intern_style()

css_error css__arena_intern_style ( struct css_computed_style **  style)

◆ css__arena_remove_style()

enum css_error css__arena_remove_style ( struct css_computed_style style)

Variable Documentation

◆ table_s

struct css_computed_style* table_s[TS_SIZE]