Home
last modified time | relevance | path

Searched refs:zend_mb_regex_globals (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/mbstring/
H A Dphp_mbregex.h33 typedef struct _zend_mb_regex_globals zend_mb_regex_globals; typedef
35 zend_mb_regex_globals *php_mb_regex_globals_alloc(void);
36 void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals);
H A Dphp_mbregex.c72 static int _php_mb_regex_globals_ctor(zend_mb_regex_globals *pglobals) in _php_mb_regex_globals_ctor()
88 zend_mb_regex_globals *php_mb_regex_globals_alloc(void) in php_mb_regex_globals_alloc()
90 zend_mb_regex_globals *pglobals = pemalloc( in php_mb_regex_globals_alloc()
91 sizeof(zend_mb_regex_globals), 1); in php_mb_regex_globals_alloc()
101 void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals) in php_mb_regex_globals_free()

Completed in 12 milliseconds