Lines Matching refs:MBSTRING_API
55 # undef MBSTRING_API
57 # define MBSTRING_API __declspec(dllexport) macro
59 # define MBSTRING_API __declspec(dllimport) macro
61 # define MBSTRING_API /* nothing special */ macro
64 # undef MBSTRING_API
65 # define MBSTRING_API __attribute__ ((visibility("default"))) macro
67 # undef MBSTRING_API
68 # define MBSTRING_API /* nothing special */ macro
131 MBSTRING_API char *php_mb_safe_strrchr_ex(const char *s, unsigned int c,
133 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c,
136 MBSTRING_API char * php_mb_convert_encoding(const char *input, size_t length,
141 MBSTRING_API int php_mb_check_encoding_list(const char *encoding_list TSRMLS_DC);
143 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc);
144 MBSTRING_API size_t php_mb_mbchar_bytes(const char *s TSRMLS_DC);
146 MBSTRING_API int php_mb_encoding_detector_ex(const char *arg_string, int arg_length,
149 MBSTRING_API int php_mb_encoding_converter_ex(char **str, int *len, const char *encoding_to,
151 MBSTRING_API int php_mb_stripos(int mode, const char *old_haystack, unsigned int old_haystack_len, …