Searched refs:require_noerr_string (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A DDebugServices.h829 /*! @defined require_noerr_string
841 #undef require_noerr_string macro
843 #if( !defined( require_noerr_string ) )
844 #define require_noerr_string( ERR, LABEL, STR ) \ macro
1128 #define require_noerr_string_expect require_noerr_string
H A DDebugServices.c2682 require_noerr_string( -2, require9, "SHOULD SEE: require_noerr_string");
2685 require_noerr_string( 0, require10, "SHOULD *NOT* SEE: require_noerr_string (valid)" );

Completed in 30 milliseconds