Lines Matching refs:recode
56 ZEND_BEGIN_MODULE_GLOBALS(recode)
58 ZEND_END_MODULE_GLOBALS(recode)
66 ZEND_DECLARE_MODULE_GLOBALS(recode)
67 static PHP_GINIT_FUNCTION(recode);
86 PHP_FALIAS(recode, recode_string, arginfo_recode_string)
94 PHP_MINIT(recode),
95 PHP_MSHUTDOWN(recode),
98 PHP_MINFO(recode),
100 PHP_MODULE_GLOBALS(recode),
101 PHP_GINIT(recode),
108 ZEND_GET_MODULE(recode)
111 static PHP_GINIT_FUNCTION(recode) in PHP_GINIT_FUNCTION() argument
116 PHP_MINIT_FUNCTION(recode) in PHP_MINIT_FUNCTION() argument
126 PHP_MSHUTDOWN_FUNCTION(recode) in PHP_MSHUTDOWN_FUNCTION() argument
134 PHP_MINFO_FUNCTION(recode) in PHP_MINFO_FUNCTION() argument