AVSC_CC            59 compat/avisynth/avisynth_c.h #  define AVSC_API(ret, name) EXTERN_C __declspec(dllexport) ret AVSC_CC name
AVSC_CC            63 compat/avisynth/avisynth_c.h #    define AVSC_API(ret, name) EXTERN_C __declspec(dllimport) ret AVSC_CC name
AVSC_CC            65 compat/avisynth/avisynth_c.h #    define AVSC_API(ret, name) typedef ret (AVSC_CC *name##_func)
AVSC_CC           603 compat/avisynth/avisynth_c.h typedef AVS_Value (AVSC_CC * AVS_ApplyFunc)
AVSC_CC           613 compat/avisynth/avisynth_c.h   AVS_VideoFrame * (AVSC_CC * get_frame)(AVS_FilterInfo *, int n);
AVSC_CC           614 compat/avisynth/avisynth_c.h   int (AVSC_CC * get_parity)(AVS_FilterInfo *, int n);
AVSC_CC           615 compat/avisynth/avisynth_c.h   int (AVSC_CC * get_audio)(AVS_FilterInfo *, void * buf,
AVSC_CC           617 compat/avisynth/avisynth_c.h   int (AVSC_CC * set_cache_hints)(AVS_FilterInfo *, int cachehints,
AVSC_CC           619 compat/avisynth/avisynth_c.h   void (AVSC_CC * free_filter)(AVS_FilterInfo *);
AVSC_CC           716 compat/avisynth/avisynth_c.h typedef void (AVSC_CC *AVS_ShutdownFunc)(void* user_data, AVS_ScriptEnvironment * env);
AVSC_CC           733 compat/avisynth/avisynth_c.h const char * AVSC_CC avisynth_c_plugin_init(AVS_ScriptEnvironment* env);
AVSC_CC            58 compat/avisynth/avxsynth_c.h #  define AVSC_API(ret, name) EXTERN_C __declspec(dllexport) ret AVSC_CC name
AVSC_CC            62 compat/avisynth/avxsynth_c.h #    define AVSC_API(ret, name) EXTERN_C __declspec(dllimport) ret AVSC_CC name
AVSC_CC            64 compat/avisynth/avxsynth_c.h #    define AVSC_API(ret, name) typedef ret (AVSC_CC *name##_func)
AVSC_CC           566 compat/avisynth/avxsynth_c.h typedef AVS_Value (AVSC_CC * AVS_ApplyFunc)
AVSC_CC           576 compat/avisynth/avxsynth_c.h   AVS_VideoFrame * (AVSC_CC * get_frame)(AVS_FilterInfo *, int n);
AVSC_CC           577 compat/avisynth/avxsynth_c.h   int (AVSC_CC * get_parity)(AVS_FilterInfo *, int n);
AVSC_CC           578 compat/avisynth/avxsynth_c.h   int (AVSC_CC * get_audio)(AVS_FilterInfo *, void * buf,
AVSC_CC           580 compat/avisynth/avxsynth_c.h   int (AVSC_CC * set_cache_hints)(AVS_FilterInfo *, int cachehints,
AVSC_CC           582 compat/avisynth/avxsynth_c.h   void (AVSC_CC * free_filter)(AVS_FilterInfo *);
AVSC_CC           692 compat/avisynth/avxsynth_c.h typedef void (AVSC_CC *AVS_ShutdownFunc)(void* user_data, AVS_ScriptEnvironment * env);
AVSC_CC           712 compat/avisynth/avxsynth_c.h const char * AVSC_CC avisynth_c_plugin_init(AVS_ScriptEnvironment* env);