Searched defs:filter_c_next (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c1070 char *filter_c, *filter_c_next; local
1147 filter_c_next = filter_c;
1231 * Note that filter_c_next may not point to the
1235 for (tail = info[i]->veq_pos; (tail > filter_c_next) &&
1248 key = filter_c_next;
1249 for (c = tail; filter_c_next <= c; c--) {
1293 filter_c_next = c + 1;

Completed in 55 milliseconds