Lines Matching refs:extname
38 PHP_MINIT(extname),
39 PHP_MSHUTDOWN(extname),
40 PHP_RINIT(extname), /* Replace with NULL if there's nothing to do at request start */
41 PHP_RSHUTDOWN(extname), /* Replace with NULL if there's nothing to do at request end */
42 PHP_MINFO(extname),
51 ZEND_GET_MODULE(extname)
77 PHP_MINIT_FUNCTION(extname) in PHP_MINIT_FUNCTION() argument
88 PHP_MSHUTDOWN_FUNCTION(extname) in PHP_MSHUTDOWN_FUNCTION() argument
100 PHP_RINIT_FUNCTION(extname) in PHP_RINIT_FUNCTION() argument
109 PHP_RSHUTDOWN_FUNCTION(extname) in PHP_RSHUTDOWN_FUNCTION() argument
117 PHP_MINFO_FUNCTION(extname) in PHP_MINFO_FUNCTION() argument