Searched refs:uxSourceLenCpy (Results 1 – 1 of 1) sorted by relevance
179 size_t uxSourceLenCpy = uxLength; in DNS_SkipNameField() local182 if( uxSourceLenCpy == 0U ) in DNS_SkipNameField()192 if( uxSourceLenCpy > sizeof( uint16_t ) ) in DNS_SkipNameField()204 while( ( pucByte[ uxIndex ] != 0U ) && ( uxSourceLenCpy > 1U ) ) in DNS_SkipNameField()210 if( uxSourceLenCpy > uxChunkLength ) in DNS_SkipNameField()212 uxSourceLenCpy -= uxChunkLength; in DNS_SkipNameField()