php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
lxb_css_entry_data_t Struct Reference

#include <base.h>

Data Fields

lxb_char_tname
 
size_t length
 
uintptr_t unique
 
lxb_css_parser_state_f state
 
lxb_css_style_create_f create
 
lxb_css_style_destroy_f destroy
 
lxb_css_style_serialize_f serialize
 
voidinitial
 

Detailed Description

Definition at line 73 of file base.h.

Field Documentation

◆ create

lxb_css_style_create_f lxb_css_entry_data_t::create

Definition at line 78 of file base.h.

◆ destroy

lxb_css_style_destroy_f lxb_css_entry_data_t::destroy

Definition at line 79 of file base.h.

◆ initial

void* lxb_css_entry_data_t::initial

Definition at line 81 of file base.h.

◆ length

size_t lxb_css_entry_data_t::length

Definition at line 75 of file base.h.

◆ name

lxb_char_t* lxb_css_entry_data_t::name

Definition at line 74 of file base.h.

◆ serialize

lxb_css_style_serialize_f lxb_css_entry_data_t::serialize

Definition at line 80 of file base.h.

◆ state

lxb_css_parser_state_f lxb_css_entry_data_t::state

Definition at line 77 of file base.h.

◆ unique

uintptr_t lxb_css_entry_data_t::unique

Definition at line 76 of file base.h.


The documentation for this struct was generated from the following file: