Searched refs:CK_DLL_EXP (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | internal-check.h | 69 #ifndef CK_DLL_EXP 71 # define CK_DLL_EXP __declspec(dllimport) macro 73 # define CK_DLL_EXP extern 81 CK_DLL_EXP /*extern*/ int CK_EXPORT check_major_version; 82 CK_DLL_EXP /*extern*/ int CK_EXPORT check_minor_version; 83 CK_DLL_EXP /*extern*/ int CK_EXPORT check_micro_version; 131 CK_DLL_EXP Suite *CK_EXPORT suite_create (const char *name); 145 CK_DLL_EXP int CK_EXPORT suite_tcase (Suite * s, const char *tcname); 158 CK_DLL_EXP void CK_EXPORT suite_add_tcase (Suite * s, TCase * tc); 173 CK_DLL_EXP TCase *CK_EXPORT tcase_create (const char *name); [all …]
|
D | gstcheck.h | 35 #define CK_DLL_EXP GST_CHECK_API macro
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check.h | 69 #ifndef CK_DLL_EXP 71 # define CK_DLL_EXP __declspec(dllimport) macro 73 # define CK_DLL_EXP extern 81 CK_DLL_EXP /*extern*/ int CK_EXPORT check_major_version; 82 CK_DLL_EXP /*extern*/ int CK_EXPORT check_minor_version; 83 CK_DLL_EXP /*extern*/ int CK_EXPORT check_micro_version; 131 CK_DLL_EXP Suite *CK_EXPORT suite_create (const char *name); 145 CK_DLL_EXP int CK_EXPORT suite_tcase (Suite * s, const char *tcname); 158 CK_DLL_EXP void CK_EXPORT suite_add_tcase (Suite * s, TCase * tc); 173 CK_DLL_EXP TCase *CK_EXPORT tcase_create (const char *name); [all …]
|
D | check.h.in | 66 * CK_DLL_EXP is defined during the compilation of the library 69 #ifndef CK_DLL_EXP 71 # define CK_DLL_EXP __declspec(dllimport) macro 73 # define CK_DLL_EXP extern 81 CK_DLL_EXP /*extern*/ int CK_EXPORT check_major_version; 82 CK_DLL_EXP /*extern*/ int CK_EXPORT check_minor_version; 83 CK_DLL_EXP /*extern*/ int CK_EXPORT check_micro_version; 131 CK_DLL_EXP Suite *CK_EXPORT suite_create (const char *name); 145 CK_DLL_EXP int CK_EXPORT suite_tcase (Suite * s, const char *tcname); 158 CK_DLL_EXP void CK_EXPORT suite_add_tcase (Suite * s, TCase * tc); [all …]
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/libcompat/ |
D | libcompat.h | 53 #ifndef CK_DLL_EXP 54 #define CK_DLL_EXP extern macro 106 CK_DLL_EXP unsigned int alarm (unsigned int seconds); 110 CK_DLL_EXP void *rpl_malloc (size_t n); 114 CK_DLL_EXP void *rpl_realloc (void *p, size_t n); 122 CK_DLL_EXP int gettimeofday (struct timeval *tv, void *tz); 127 CK_DLL_EXP struct tm *localtime_r (const time_t * clock, struct tm *result); 132 CK_DLL_EXP char *strdup (const char *str); 138 CK_DLL_EXP char *strsignal (int sig); 196 CK_DLL_EXP int clock_gettime (clockid_t clk_id, struct timespec *ts); [all …]
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 16164 Need to define CK_DLL_EXP to extern as well in libcompat.h 16166 other fallback definition for CK_DLL_EXP is.
|