Lines Matching refs:PHPAPI
31 PHPAPI const char *php_version(void);
37 PHPAPI unsigned int php_version_id(void);
39 PHPAPI zend_result php_request_startup(void);
40 PHPAPI void php_request_shutdown(void *dummy);
41 PHPAPI zend_result php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_module);
42 PHPAPI void php_module_shutdown(void);
43 PHPAPI int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals);
45 PHPAPI zend_result php_register_extensions(zend_module_entry * const * ptr, int count);
47 PHPAPI bool php_execute_script(zend_file_handle *primary_file);
48 PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zval *ret);
49 PHPAPI zend_result php_lint_script(zend_file_handle *file);
51 PHPAPI void php_handle_aborted_connection(void);
52 PHPAPI int php_handle_auth_data(const char *auth);
54 PHPAPI void php_html_puts(const char *str, size_t siz);
55 PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle, int mode);
62 PHPAPI void php_reserve_tsrm_memory(void);
63 PHPAPI bool php_tsrm_startup_ex(int expected_threads);
64 PHPAPI bool php_tsrm_startup(void);