Lines Matching refs:PHPAPI
63 # define PHPAPI __declspec(dllexport) macro
65 # define PHPAPI __declspec(dllimport) macro
71 # define PHPAPI __attribute__ ((visibility("default"))) macro
73 # define PHPAPI macro
166 PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz);
176 PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz);
186 PHPAPI void php_explicit_bzero(void *dst, size_t siz);
314 PHPAPI size_t php_write(void *buf, size_t size);
315 PHPAPI size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1,
317 PHPAPI int php_get_module_initialized(void);
324 PHPAPI ZEND_COLD void php_log_err_with_severity(char *log_message, int syslog_type_int);
339 PHPAPI ZEND_COLD void php_verror(const char *docref, const char *params, int type, const char *form…
342 PHPAPI ZEND_COLD void php_error_docref(const char *docref, int type, const char *format, ...)
344 PHPAPI ZEND_COLD void php_error_docref1(const char *docref, const char *param1, int type, const cha…
346 PHPAPI ZEND_COLD void php_error_docref2(const char *docref, const char *param1, const char *param2,…
349 PHPAPI ZEND_COLD void php_win32_docref1_from_error(DWORD error, const char *param1);
350 PHPAPI ZEND_COLD void php_win32_docref2_from_error(DWORD error, const char *param1, const char *par…
365 PHPAPI extern int (*php_register_internal_extensions_func)(void);
366 PHPAPI int php_register_internal_extensions(void);
367 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void…
368 PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata);
369 PHPAPI void php_com_initialize(void);
370 PHPAPI char *php_get_current_user(void);
372 PHPAPI const char *php_get_internal_encoding(void);
373 PHPAPI const char *php_get_input_encoding(void);
374 PHPAPI const char *php_get_output_encoding(void);
375 PHPAPI extern void (*php_internal_encoding_changed)(void);