Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.h69 typedef struct _zend_mb_regex_globals zend_mb_regex_globals; typedef
71 zend_mb_regex_globals *php_mb_regex_globals_alloc(void);
72 void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals);
H A Dphp_mbregex.c74 static int _php_mb_regex_globals_ctor(zend_mb_regex_globals *pglobals) in _php_mb_regex_globals_ctor()
89 static void _php_mb_regex_globals_dtor(zend_mb_regex_globals *pglobals) in _php_mb_regex_globals_dtor()
95 zend_mb_regex_globals *php_mb_regex_globals_alloc(void) in php_mb_regex_globals_alloc()
97 zend_mb_regex_globals *pglobals = pemalloc( in php_mb_regex_globals_alloc()
98 sizeof(zend_mb_regex_globals), 1); in php_mb_regex_globals_alloc()
108 void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals) in php_mb_regex_globals_free()

Completed in 13 milliseconds