php_ESL.h 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 3.0.12
  4. *
  5. * This file is not intended to be easily readable and contains a number of
  6. * coding conventions designed to improve portability and efficiency. Do not make
  7. * changes to this file unless you know what you are doing--modify the SWIG
  8. * interface file instead.
  9. * ----------------------------------------------------------------------------- */
  10. #ifndef PHP_ESL_H
  11. #define PHP_ESL_H
  12. extern zend_module_entry ESL_module_entry;
  13. #define phpext_ESL_ptr &ESL_module_entry
  14. #ifdef PHP_WIN32
  15. # define PHP_ESL_API __declspec(dllexport)
  16. #else
  17. # define PHP_ESL_API
  18. #endif
  19. ZEND_NAMED_FUNCTION(_wrap_ESLevent_event_set);
  20. ZEND_NAMED_FUNCTION(_wrap_ESLevent_event_get);
  21. ZEND_NAMED_FUNCTION(_wrap_ESLevent_serialized_string_set);
  22. ZEND_NAMED_FUNCTION(_wrap_ESLevent_serialized_string_get);
  23. ZEND_NAMED_FUNCTION(_wrap_ESLevent_mine_set);
  24. ZEND_NAMED_FUNCTION(_wrap_ESLevent_mine_get);
  25. ZEND_NAMED_FUNCTION(_wrap_new_ESLevent);
  26. ZEND_NAMED_FUNCTION(_wrap_ESLevent_serialize);
  27. ZEND_NAMED_FUNCTION(_wrap_ESLevent_setPriority);
  28. ZEND_NAMED_FUNCTION(_wrap_ESLevent_getHeader);
  29. ZEND_NAMED_FUNCTION(_wrap_ESLevent_getBody);
  30. ZEND_NAMED_FUNCTION(_wrap_ESLevent_getType);
  31. ZEND_NAMED_FUNCTION(_wrap_ESLevent_addBody);
  32. ZEND_NAMED_FUNCTION(_wrap_ESLevent_addHeader);
  33. ZEND_NAMED_FUNCTION(_wrap_ESLevent_pushHeader);
  34. ZEND_NAMED_FUNCTION(_wrap_ESLevent_unshiftHeader);
  35. ZEND_NAMED_FUNCTION(_wrap_ESLevent_delHeader);
  36. ZEND_NAMED_FUNCTION(_wrap_ESLevent_firstHeader);
  37. ZEND_NAMED_FUNCTION(_wrap_ESLevent_nextHeader);
  38. ZEND_NAMED_FUNCTION(_wrap_new_ESLconnection);
  39. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_socketDescriptor);
  40. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_connected);
  41. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_getInfo);
  42. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_send);
  43. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_sendRecv);
  44. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_api);
  45. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_bgapi);
  46. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_sendEvent);
  47. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_sendMSG);
  48. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_recvEvent);
  49. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_recvEventTimed);
  50. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_filter);
  51. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_events);
  52. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_execute);
  53. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_executeAsync);
  54. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_setAsyncExecute);
  55. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_setEventLock);
  56. ZEND_NAMED_FUNCTION(_wrap_ESLconnection_disconnect);
  57. ZEND_NAMED_FUNCTION(_wrap_eslSetLogLevel);
  58. PHP_MINIT_FUNCTION(ESL);
  59. #endif /* PHP_ESL_H */