Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_cache.c455 const uint8_t* cursor; member
463 packet->cursor = buff; in _dnsPacket_init()
469 packet->cursor = packet->base; in _dnsPacket_rewind()
475 const uint8_t* p = packet->cursor + count; in _dnsPacket_skip()
480 packet->cursor = p; in _dnsPacket_skip()
486 const uint8_t* p = packet->cursor; in _dnsPacket_readInt16()
491 packet->cursor = p+2; in _dnsPacket_readInt16()
504 const uint8_t* p = packet->cursor; in _dnsPacket_checkBytes()
512 packet->cursor = p + numBytes; in _dnsPacket_checkBytes()
523 const uint8_t* p = packet->cursor; in _dnsPacket_checkQName()
[all …]