Home
last modified time | relevance | path

Searched refs:CJSON_STDCALL (Results 1 – 1 of 1) sorted by relevance

/external/iperf3/src/
Dcjson.h61 #define CJSON_STDCALL __stdcall macro
69 #define CJSON_PUBLIC(type) type CJSON_STDCALL
71 #define CJSON_PUBLIC(type) __declspec(dllexport) type CJSON_STDCALL
73 #define CJSON_PUBLIC(type) __declspec(dllimport) type CJSON_STDCALL
77 #define CJSON_STDCALL