Searched refs:cursor (Results 1 – 2 of 2) sorted by relevance
48 struct atfork_t *cursor; in __bionic_atfork_run_prepare() local65 for (cursor = atfork_head.cqh_last; in __bionic_atfork_run_prepare()66 cursor != (void*)&atfork_head; in __bionic_atfork_run_prepare()67 cursor = cursor->entries.cqe_prev) { in __bionic_atfork_run_prepare()68 if (cursor->prepare != NULL) { in __bionic_atfork_run_prepare()69 cursor->prepare(); in __bionic_atfork_run_prepare()76 struct atfork_t *cursor; in __bionic_atfork_run_child() local80 for (cursor = atfork_head.cqh_first; in __bionic_atfork_run_child()81 cursor != (void*)&atfork_head; in __bionic_atfork_run_child()82 cursor = cursor->entries.cqe_next) { in __bionic_atfork_run_child()[all …]
472 const uint8_t* cursor; member480 packet->cursor = buff; in _dnsPacket_init()486 packet->cursor = packet->base; in _dnsPacket_rewind()492 const uint8_t* p = packet->cursor + count; in _dnsPacket_skip()497 packet->cursor = p; in _dnsPacket_skip()503 const uint8_t* p = packet->cursor; in _dnsPacket_readInt16()508 packet->cursor = p+2; in _dnsPacket_readInt16()521 const uint8_t* p = packet->cursor; in _dnsPacket_checkBytes()529 packet->cursor = p + numBytes; in _dnsPacket_checkBytes()540 const uint8_t* p = packet->cursor; in _dnsPacket_checkQName()[all …]