Home | History | Annotate | Download | only in libpng

Lines Matching full:convention

104  * libpng specifies the calling convention of every exported function and
108 * PNGAPI Calling convention for exported functions.
109 * PNGCBAPI Calling convention for user provided (callback) functions.
110 * PNGCAPI Calling convention used by the ANSI-C library (required
112 * specify the calling convention for zlib).
115 * change calling convention in a private build this can be done
119 * PNG_API_RULE=0 Use PNGCAPI - the 'C' calling convention - throughout.
121 * PNG_API_RULE=1 Use the operating system convention for PNGAPI and
122 * the 'C' calling convention (from PNGCAPI) for
129 * calling convention, at present this just means the above cases