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
156 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz);
166 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
176 PHPAPI void php_explicit_bzero(void *dst, size_t siz);
183 PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b);
285 PHPAPI size_t php_write(void *buf, size_t size);
286 PHPAPI size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1, 2);
287 PHPAPI size_t php_printf_unchecked(const char *format, ...);
288 PHPAPI bool php_during_module_startup(void);
289 PHPAPI bool php_during_module_shutdown(void);
290 PHPAPI bool php_get_module_initialized(void);
297 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int);
312 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
315 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...)
317 PHPAPI ZEND_COLD void php_error_docref_unchecked(const char *docref, int type, const char *format, …
318 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
320 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
323 PHPAPI ZEND_COLD void php_win32_docref1_from_error(DWORD error, const char *param1);
324 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par…
340 PHPAPI extern int (*php_register_internal_extensions_func)(void);
341 PHPAPI int php_register_internal_extensions(void);
342 PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata);
343 PHPAPI void php_com_initialize(void);
344 PHPAPI char *php_get_current_user(void);
346 PHPAPI const char *php_get_internal_encoding(void);
347 PHPAPI const char *php_get_input_encoding(void);
348 PHPAPI const char *php_get_output_encoding(void);
349 PHPAPI extern void (*php_internal_encoding_changed)(void);