2009-02-17 15:54:36 +00:00
|
|
|
/* ----------------------------------------------------------------------------
|
|
|
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
2019-10-02 18:05:58 +00:00
|
|
|
* Version 3.0.12
|
2015-06-16 17:43:53 +00:00
|
|
|
*
|
|
|
|
* This file is not intended to be easily readable and contains a number of
|
2009-02-17 15:54:36 +00:00
|
|
|
* coding conventions designed to improve portability and efficiency. Do not make
|
2015-06-16 17:43:53 +00:00
|
|
|
* changes to this file unless you know what you are doing--modify the SWIG
|
|
|
|
* interface file instead.
|
2009-02-17 15:54:36 +00:00
|
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
|
|
|
|
#ifndef PHP_ESL_H
|
|
|
|
#define PHP_ESL_H
|
|
|
|
|
|
|
|
extern zend_module_entry ESL_module_entry;
|
|
|
|
#define phpext_ESL_ptr &ESL_module_entry
|
|
|
|
|
|
|
|
#ifdef PHP_WIN32
|
|
|
|
# define PHP_ESL_API __declspec(dllexport)
|
|
|
|
#else
|
|
|
|
# define PHP_ESL_API
|
|
|
|
#endif
|
|
|
|
|
2009-02-17 20:13:45 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_event_set);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_event_get);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_serialized_string_set);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_serialized_string_get);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_mine_set);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_mine_get);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_new_ESLevent);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_serialize);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_setPriority);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_getHeader);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_getBody);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_getType);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_addBody);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_addHeader);
|
2011-05-26 17:18:18 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_pushHeader);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_unshiftHeader);
|
2009-02-17 20:13:45 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_delHeader);
|
2009-03-02 20:52:46 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_firstHeader);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLevent_nextHeader);
|
2009-02-17 20:13:45 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_new_ESLconnection);
|
2009-06-12 22:57:13 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_socketDescriptor);
|
2009-02-17 20:13:45 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_connected);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_getInfo);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_send);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_sendRecv);
|
2009-02-20 16:52:11 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_api);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_bgapi);
|
2009-02-17 20:13:45 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_sendEvent);
|
2011-09-06 21:30:04 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_sendMSG);
|
2009-02-17 20:13:45 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_recvEvent);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_recvEventTimed);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_filter);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_events);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_execute);
|
2009-03-24 18:03:26 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_executeAsync);
|
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_setAsyncExecute);
|
2009-02-17 20:13:45 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_setEventLock);
|
2009-03-23 19:55:02 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_ESLconnection_disconnect);
|
2009-02-17 20:13:45 +00:00
|
|
|
ZEND_NAMED_FUNCTION(_wrap_eslSetLogLevel);
|
2019-10-02 18:05:58 +00:00
|
|
|
PHP_MINIT_FUNCTION(ESL);
|
|
|
|
|
2009-02-17 15:54:36 +00:00
|
|
|
#endif /* PHP_ESL_H */
|