Lines Matching full:calling
98 /* Function calling conventions.
105 * libpng specifies the calling convention of every exported function and
109 * PNGAPI Calling convention for exported functions.
110 * PNGCBAPI Calling convention for user provided (callback) functions.
111 * PNGCAPI Calling convention used by the ANSI-C library (required
113 * specify the calling convention for zlib).
116 * change calling convention in a private build this can be done
120 * PNG_API_RULE=0 Use PNGCAPI - the 'C' calling convention - throughout.
123 * the 'C' calling convention (from PNGCAPI) for
130 * calling convention, at present this just means the above cases
181 * compiler-specific macros to the values required to change the calling
191 * because of different calling conventions.