Home
last modified time | relevance | path

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

/dports/net/pecl-zmq/zmq-1.1.3/php5/
H A Dzmq.c71 static zend_object_handlers zmq_object_handlers; variable
2675 memcpy(&zmq_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers));
2688 zmq_object_handlers.clone_obj = NULL;
/dports/net/pecl-zmq/zmq-1.1.3/
H A Dzmq.c49 static zend_object_handlers zmq_object_handlers; variable
2793 memcpy(&zmq_object_handlers, zend_get_std_object_handlers(), sizeof(zend_object_handlers)); in PHP_MINIT_FUNCTION()
2806 zmq_object_handlers.clone_obj = NULL; in PHP_MINIT_FUNCTION()