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

/freebsd-10-stable/contrib/apr/network_io/unix/
H A Dinet_ntop.c153 const unsigned char *next_src, *src_end; local
161 next_src = src;
166 unsigned int next_word = (unsigned int)*next_src++;
168 next_word |= (unsigned int)*next_src++;
189 } while (next_src < src_end);

Completed in 117 milliseconds