Home
last modified time | relevance | path

Searched defs:factory (Results 1 – 6 of 6) sorted by relevance

/php-src/main/streams/
H A Dfilter.c43 …stream_filter_register_factory(const char *filterpattern, const php_stream_filter_factory *factory) in php_stream_filter_register_factory()
58 …ter_register_factory_volatile(zend_string *filterpattern, const php_stream_filter_factory *factory) in php_stream_filter_register_factory_volatile()
223 const php_stream_filter_factory *factory = NULL; in php_stream_filter_create() local
H A Dtransports.c28 PHPAPI int php_stream_xport_register(const char *protocol, php_stream_transport_factory factory) in php_stream_xport_register()
61 php_stream_transport_factory factory = NULL; in _php_stream_xport_create() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.c102 mysqlnd_plugin__get_plugin_protocol_data(const MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * factory, … in mysqlnd_plugin__get_plugin_protocol_data()
H A Dmysqlnd_wireprotocol.c2640 mysqlnd_protocol_payload_decoder_factory_free(MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * const fact… in mysqlnd_protocol_payload_decoder_factory_free()
/php-src/ext/reflection/
H A Dphp_reflection.stub.php381 public function newLazyProxy(callable $factory, int $options = 0): object {}
383 public function resetAsLazyGhost(object $object, callable $factory, int $options = 0): void {}
385 public function resetAsLazyProxy(object $object, callable $factory, int $options = 0): void {}
/php-src/ext/standard/
H A Dfilters.c1899 const php_stream_filter_factory *factory; member

Completed in 39 milliseconds