Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dphp_mbregex.h71 typedef struct _zend_mb_regex_globals zend_mb_regex_globals; typedef
73 zend_mb_regex_globals *php_mb_regex_globals_alloc(void);
74 void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals);
H A Dphp_mbregex.c64 static int _php_mb_regex_globals_ctor(zend_mb_regex_globals *pglobals) in _php_mb_regex_globals_ctor()
80 static void _php_mb_regex_globals_dtor(zend_mb_regex_globals *pglobals) in _php_mb_regex_globals_dtor()
87 zend_mb_regex_globals *php_mb_regex_globals_alloc(void) in php_mb_regex_globals_alloc()
89 zend_mb_regex_globals *pglobals = pemalloc( in php_mb_regex_globals_alloc()
90 sizeof(zend_mb_regex_globals), 1); in php_mb_regex_globals_alloc()
100 void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals) in php_mb_regex_globals_free()

Completed in 11 milliseconds