Searched refs:partitionNameLength (Results 1 – 1 of 1) sorted by relevance
935 int partitionNameLength = strnlen(partitionName, NAMEDATALEN); in PartitionWithLongestNameRelationId() local936 if (partitionNameLength > longestNameLength) in PartitionWithLongestNameRelationId()939 longestNameLength = partitionNameLength; in PartitionWithLongestNameRelationId()