Lines Matching refs:PHPAPI

61 #		define PHPAPI __declspec(dllexport)  macro
63 # define PHPAPI __declspec(dllimport) macro
69 # define PHPAPI __attribute__ ((visibility("default"))) macro
71 # define PHPAPI macro
149 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz);
159 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
169 PHPAPI void php_explicit_bzero(void *dst, size_t siz);
176 PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b);
280 PHPAPI size_t php_write(void *buf, size_t size);
281 PHPAPI size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1, 2);
282 PHPAPI size_t php_printf_unchecked(const char *format, ...);
283 PHPAPI bool php_during_module_startup(void);
284 PHPAPI bool php_during_module_shutdown(void);
285 PHPAPI bool php_get_module_initialized(void);
292 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int);
307 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
310 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...)
312 PHPAPI ZEND_COLD void php_error_docref_unchecked(const char *docref, int type, const char *format, …
313 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
315 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
318 PHPAPI ZEND_COLD void php_win32_docref1_from_error(DWORD error, const char *param1);
319 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par…
335 PHPAPI extern int (*php_register_internal_extensions_func)(void);
336 PHPAPI int php_register_internal_extensions(void);
337 PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata);
338 PHPAPI void php_com_initialize(void);
339 PHPAPI char *php_get_current_user(void);
341 PHPAPI const char *php_get_internal_encoding(void);
342 PHPAPI const char *php_get_input_encoding(void);
343 PHPAPI const char *php_get_output_encoding(void);
344 PHPAPI extern void (*php_internal_encoding_changed)(void);