Searched refs:zend_mb_regex_globals (Results 1 – 2 of 2) sorted by relevance
71 typedef struct _zend_mb_regex_globals zend_mb_regex_globals; typedef73 zend_mb_regex_globals *php_mb_regex_globals_alloc(void);74 void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals);
64 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()103 void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals) in php_mb_regex_globals_free()
Completed in 9 milliseconds