Home
last modified time | relevance | path

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

/dports/net/pecl-zmq/zmq-1.1.3/php5/
H A Dzmq.c56 zend_class_entry *php_zmq_cert_sc_entry; variable
1953 result = php_zmq_cert_new(php_zmq_cert_sc_entry TSRMLS_CC);
1968 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O", &object, php_zmq_cert_sc_entry) != SUCCE…
2715 php_zmq_cert_sc_entry = zend_register_internal_class(&ce_cert TSRMLS_CC);
/dports/net/pecl-zmq/zmq-1.1.3/
H A Dzmq.c56 static zend_class_entry *php_zmq_cert_sc_entry; variable
2072 result = php_zmq_cert_new(php_zmq_cert_sc_entry); in ZEND_END_ARG_INFO()
2085 if (zend_parse_parameters(ZEND_NUM_ARGS(), "O", &object, php_zmq_cert_sc_entry) != SUCCESS) { in PHP_METHOD()
2853 php_zmq_cert_sc_entry = zend_register_internal_class(&ce_cert); in PHP_MINIT_FUNCTION()