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

  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 17987 CFMutableDictionaryRef reportDict;
18000 reportDict = NULL;
18001 err = CFPropertyListCreateFormatted( kCFAllocatorDefault, &reportDict,
18093 err = CFDictionarySetInt64( reportDict, kDotLocalTestReportKey_Error, subtest->error );
18097 CFArrayAppendValue( reportArray, reportDict );
18101 CFReleaseNullSafe( reportDict );
    [all...]
dnssdutil.c 17987 CFMutableDictionaryRef reportDict;
18000 reportDict = NULL;
18001 err = CFPropertyListCreateFormatted( kCFAllocatorDefault, &reportDict,
18093 err = CFDictionarySetInt64( reportDict, kDotLocalTestReportKey_Error, subtest->error );
18097 CFArrayAppendValue( reportArray, reportDict );
18101 CFReleaseNullSafe( reportDict );
    [all...]

Completed in 163 milliseconds