zend_mb_regex_globals   65 ext/mbstring/php_mbregex.c static int _php_mb_regex_globals_ctor(zend_mb_regex_globals *pglobals TSRMLS_DC)
zend_mb_regex_globals   81 ext/mbstring/php_mbregex.c static void _php_mb_regex_globals_dtor(zend_mb_regex_globals *pglobals TSRMLS_DC) 
zend_mb_regex_globals   88 ext/mbstring/php_mbregex.c zend_mb_regex_globals *php_mb_regex_globals_alloc(TSRMLS_D)
zend_mb_regex_globals   90 ext/mbstring/php_mbregex.c 	zend_mb_regex_globals *pglobals = pemalloc(
zend_mb_regex_globals   91 ext/mbstring/php_mbregex.c 			sizeof(zend_mb_regex_globals), 1);
zend_mb_regex_globals  104 ext/mbstring/php_mbregex.c void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals TSRMLS_DC)
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(TSRMLS_D);
zend_mb_regex_globals   74 ext/mbstring/php_mbregex.h void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals TSRMLS_DC);