Home
last modified time | relevance | path

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

/PHP-5.6/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(TSRMLS_D);
74 void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals TSRMLS_DC);
H A Dphp_mbregex.c65 static int _php_mb_regex_globals_ctor(zend_mb_regex_globals *pglobals TSRMLS_DC) in _php_mb_regex_globals_ctor()
81 static void _php_mb_regex_globals_dtor(zend_mb_regex_globals *pglobals TSRMLS_DC) in _php_mb_regex_globals_dtor()
88 zend_mb_regex_globals *php_mb_regex_globals_alloc(TSRMLS_D) 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()
104 void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals TSRMLS_DC) in php_mb_regex_globals_free()

Completed in 8 milliseconds