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

  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 14032 unsigned int answerCount, recordCount;
14117 recordCount = 0;
14197 ++recordCount;
14201 // Note: recordCount may be less than answerCount if including all answerCount records would cause the size of the
14204 if( recordCount <= answerCount )
14206 DNSHeaderSetAnswerCount( (DNSHeader *) DataBuffer_GetPtr( &responseDB ), recordCount );
14211 DNSHeaderSetAdditionalCount( (DNSHeader *) DataBuffer_GetPtr( &responseDB ), recordCount - answerCount );
    [all...]
dnssdutil.c 14032 unsigned int answerCount, recordCount;
14117 recordCount = 0;
14197 ++recordCount;
14201 // Note: recordCount may be less than answerCount if including all answerCount records would cause the size of the
14204 if( recordCount <= answerCount )
14206 DNSHeaderSetAnswerCount( (DNSHeader *) DataBuffer_GetPtr( &responseDB ), recordCount );
14211 DNSHeaderSetAdditionalCount( (DNSHeader *) DataBuffer_GetPtr( &responseDB ), recordCount - answerCount );
    [all...]
dnssdutil.c 14032 unsigned int answerCount, recordCount;
14117 recordCount = 0;
14197 ++recordCount;
14201 // Note: recordCount may be less than answerCount if including all answerCount records would cause the size of the
14204 if( recordCount <= answerCount )
14206 DNSHeaderSetAnswerCount( (DNSHeader *) DataBuffer_GetPtr( &responseDB ), recordCount );
14211 DNSHeaderSetAdditionalCount( (DNSHeader *) DataBuffer_GetPtr( &responseDB ), recordCount - answerCount );
    [all...]

Completed in 154 milliseconds