Home
last modified time | relevance | path

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

/external/libpng/
Dpngconf.h1553 # ifndef PNG_USE_RESULT
1554 # define PNG_USE_RESULT __attribute__((__warn_unused_result__)) macro
1588 #ifndef PNG_USE_RESULT
1589 # define PNG_USE_RESULT /* The result of this function must be checked */ macro
DCHANGES2562 Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and