Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dfilter.c47 PHPAPI int php_stream_filter_register_factory(const char *filterpattern, php_stream_filter_factory … in php_stream_filter_register_factory() argument
49 …return zend_hash_add(&stream_filters_hash, (char*)filterpattern, strlen(filterpattern) + 1, factor… in php_stream_filter_register_factory()
52 PHPAPI int php_stream_filter_unregister_factory(const char *filterpattern TSRMLS_DC) in php_stream_filter_unregister_factory()
54 return zend_hash_del(&stream_filters_hash, (char*)filterpattern, strlen(filterpattern) + 1); in php_stream_filter_unregister_factory()
58 PHPAPI int php_stream_filter_register_factory_volatile(const char *filterpattern, php_stream_filter… in php_stream_filter_register_factory_volatile() argument
68 …return zend_hash_add(FG(stream_filters), (char*)filterpattern, strlen(filterpattern) + 1, factory,… in php_stream_filter_register_factory_volatile()
H A Dphp_stream_filter_api.h149 PHPAPI int php_stream_filter_register_factory(const char *filterpattern, php_stream_filter_factory …
150 PHPAPI int php_stream_filter_unregister_factory(const char *filterpattern TSRMLS_DC);
151 PHPAPI int php_stream_filter_register_factory_volatile(const char *filterpattern, php_stream_filter…

Completed in 8 milliseconds