php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
style.c
Go to the documentation of this file.
1/*
2 * Copyright (C) 2022-2023 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#include "lexbor/html/style.h"
8
9
10uintptr_t
12 const lxb_char_t *name, size_t size)
13{
15
17
18 if (data == NULL) {
20 }
21
22 return data->unique;
23}
new_type size
Definition ffi.c:4365
#define NULL
Definition gdcache.h:45
struct lxb_html_document lxb_html_document_t
Definition interface.h:95
uintptr_t lxb_html_document_css_customs_find_id(lxb_html_document_t *document, const lxb_char_t *key, size_t length)
Definition document.c:377
zend_constant * data
LXB_API const lxb_css_entry_data_t * lxb_css_property_by_name(const lxb_char_t *name, size_t length)
Definition base.h:73
uintptr_t lxb_html_style_id_by_name(lxb_html_document_t *doc, const lxb_char_t *name, size_t size)
Definition style.c:11
unsigned char lxb_char_t
Definition types.h:27
zend_string * name