php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
types.h File Reference
#include <stdint.h>
#include <stdbool.h>

Go to the source code of this file.

Macros

#define lxb_inline   static inline
 

Typedefs

typedef uint32_t lxb_codepoint_t
 
typedef unsigned char lxb_char_t
 
typedef unsigned int lxb_status_t
 
typedef lxb_status_t(* lexbor_callback_f) (const lxb_char_t *buffer, size_t size, void *ctx)
 

Macro Definition Documentation

◆ lxb_inline

#define lxb_inline   static inline

Definition at line 21 of file types.h.

Typedef Documentation

◆ lexbor_callback_f

typedef lxb_status_t(* lexbor_callback_f) (const lxb_char_t *buffer, size_t size, void *ctx)

Definition at line 31 of file types.h.

◆ lxb_char_t

typedef unsigned char lxb_char_t

Definition at line 27 of file types.h.

◆ lxb_codepoint_t

typedef uint32_t lxb_codepoint_t

Definition at line 26 of file types.h.

◆ lxb_status_t

typedef unsigned int lxb_status_t

Definition at line 28 of file types.h.