Lines Matching refs:convention
29 * The calling convention of functions is "C" (CDECL).
85 - In principle, you can do it by assigning calling convention
89 You have to find out first what kind of calling convention is
135 convention. Why not use the STDCALL convention?
136 STDCALL is the standard convention in Win32, and I need it in
139 (For readability, we use CDECL to refer to the convention
141 the convention triggered by "__stdcall", and FASTCALL to
142 refer to the convention triggered by "__fastcall".)
145 indeed the WINAPI convention (which translates to STDCALL in
163 convention used by the C compilers that run under Windows.
168 The remaining fact is that CDECL is the default convention.
169 Even if an explicit convention is hard-coded into the function
171 necessity to expose the convention in users' callbacks is one
174 The calling convention issues are also important when using
177 initially on Unix, and relying on the C calling convention.
183 programming language, we choose the default "C" convention.
196 (STDCALL) convention. The name of this DLL must be different