Searched refs:key_pos (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gperf/src/
H A Doutput.cc830 int key_pos; local
833 key_pos = iter.next ();
835 if (key_pos == Positions::LASTCHAR || key_pos < _min_key_len)
856 for (; key_pos != Positions::LASTCHAR; )
858 output_asso_values_ref (key_pos);
859 if ((key_pos = iter.next ()) != PositionIterator::EOS)
865 if (key_pos == Positions::LASTCHAR)
881 while (key_pos != Positions::LASTCHAR && key_pos >
[all...]
H A Doptions.cc834 int *key_pos; local
836 for (key_pos = key_positions; (value = sparser.nextPosition()) != EOS; key_pos++)
845 if (key_pos - key_positions == Positions::MAX_SIZE)
858 *key_pos = value;
861 unsigned int total_keysig_size = key_pos - key_positions;
H A Dsearch.cc638 int key_pos = iter.next (); local
639 if (key_pos == PositionIterator::EOS)
641 if (key_pos != Positions::LASTCHAR)
652 int key_pos = iter.next (); local
653 if (key_pos == PositionIterator::EOS)
655 if (key_pos != Positions::LASTCHAR)
656 indices[j++] = key_pos;
/freebsd-11-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.c630 size_t key_pos = (size_t) 0U; local
636 key[key_pos], key[key_pos + 1U]);
637 key_pos += 2U;
638 if (key_pos >= crypto_box_PUBLICKEYBYTES) {

Completed in 63 milliseconds