Home
last modified time | relevance | path

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

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