php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
unit.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2021 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#ifndef LXB_CSS_UNIT_H
8#define LXB_CSS_UNIT_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14#include "lexbor/css/base.h"
15
16
19
22
25
28
31
34
37
40
41
42#ifdef __cplusplus
43} /* extern "C" */
44#endif
45
46#endif /* LXB_CSS_UNIT_H */
uint32_t lxb_css_type_t
Definition base.h:39
#define LXB_API
Definition def.h:48
unsigned char lxb_char_t
Definition types.h:27
LXB_API const lxb_css_data_t * lxb_css_unit_relative_by_name(const lxb_char_t *name, size_t length)
LXB_API const lxb_css_data_t * lxb_css_unit_resolution_by_name(const lxb_char_t *name, size_t length)
LXB_API const lxb_css_data_t * lxb_css_unit_absolute_by_name(const lxb_char_t *name, size_t length)
LXB_API const lxb_css_data_t * lxb_css_unit_absolute_relative_by_name(const lxb_char_t *name, size_t length)
LXB_API const lxb_css_data_t * lxb_css_unit_duration_by_name(const lxb_char_t *name, size_t length)
LXB_API const lxb_css_data_t * lxb_css_unit_angel_by_name(const lxb_char_t *name, size_t length)
LXB_API const lxb_css_data_t * lxb_css_unit_frequency_by_name(const lxb_char_t *name, size_t length)
LXB_API const lxb_css_data_t * lxb_css_unit_by_id(lxb_css_type_t id)
zend_string * name