zend_mb_regex_globals   64 ext/mbstring/php_mbregex.c static int _php_mb_regex_globals_ctor(zend_mb_regex_globals *pglobals)
zend_mb_regex_globals   80 ext/mbstring/php_mbregex.c static void _php_mb_regex_globals_dtor(zend_mb_regex_globals *pglobals)
zend_mb_regex_globals   87 ext/mbstring/php_mbregex.c zend_mb_regex_globals *php_mb_regex_globals_alloc(void)
zend_mb_regex_globals   89 ext/mbstring/php_mbregex.c 	zend_mb_regex_globals *pglobals = pemalloc(
zend_mb_regex_globals   90 ext/mbstring/php_mbregex.c 			sizeof(zend_mb_regex_globals), 1);
zend_mb_regex_globals  103 ext/mbstring/php_mbregex.c void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals)
zend_mb_regex_globals   71 ext/mbstring/php_mbregex.h typedef struct _zend_mb_regex_globals zend_mb_regex_globals;
zend_mb_regex_globals   73 ext/mbstring/php_mbregex.h zend_mb_regex_globals *php_mb_regex_globals_alloc(void);
zend_mb_regex_globals   74 ext/mbstring/php_mbregex.h void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals);