Home
last modified time | relevance | path

Searched refs:sldns_buffer_read_u8_at (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/sldns/
H A Dsbuffer.h625 sldns_buffer_read_u8_at(sldns_buffer *buffer, size_t at) in sldns_buffer_read_u8_at() function
639 uint8_t result = sldns_buffer_read_u8_at(buffer, buffer->_position); in sldns_buffer_read_u8()
H A Dparse.c445 c = (char) sldns_buffer_read_u8_at(buffer, buffer->_position); in sldns_bskipcs()
/freebsd/contrib/unbound/validator/
H A Dval_anchor.c541 sldns_buffer_read_u8_at(buf, in readkeyword_bindfile()
549 sldns_buffer_read_u8_at(buf, in readkeyword_bindfile()
/freebsd/contrib/unbound/services/
H A Dauthzone.c4428 char c = (char)sldns_buffer_read_u8_at(buf, i); in chunkline_count_parens()
4455 char c = (char)sldns_buffer_read_u8_at(buf, i); in chunkline_remove_trailcomment()
4477 char c = (char)sldns_buffer_read_u8_at(buf, i); in chunkline_is_comment_line_or_empty()
4653 char c = (char)sldns_buffer_read_u8_at(buf, i); in chunkline_newline_removal()
/freebsd/contrib/unbound/util/
H A Dnetevent.c4782 if((char)sldns_buffer_read_u8_at(buf, i) == '\n')
4797 if((char)sldns_buffer_read_u8_at(buf, i) == '\r')
4800 if((char)sldns_buffer_read_u8_at(buf, i) == '\n') {