HomeSort by: relevance | last modified time | path
    Searched refs:require_noerr_string (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.h 829 /*! @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
DebugServices.c 2634 require_noerr_string( -2, require9, "SHOULD SEE: require_noerr_string");
2637 require_noerr_string( 0, require10, "SHOULD *NOT* SEE: require_noerr_string (valid)" );

Completed in 62 milliseconds