Searched refs:mPollRefs (Results 1 – 2 of 2) sorted by relevance
526 mPollRefs = nullptr; in Monitor()585 mPollRefs = (DNSServiceRef **)calloc(sizeof(DNSServiceRef *), mPollSize); in run()588 …LOG_ALWAYS_FATAL_IF((mPollRefs == nullptr), "initial calloc failed on mPollRefs with a size of %d", in run()609 DNSServiceProcessResult(*(mPollRefs[i])); in run()630 free(mPollRefs); in run()646 free(mPollRefs); in rescan()648 mPollRefs = (DNSServiceRef **)calloc(sizeof(DNSServiceRef *), mPollSize); in rescan()651 LOG_ALWAYS_FATAL_IF((mPollRefs == nullptr), "calloc failed on mPollRefs with a size of %d", in rescan()655 memset(mPollRefs, 0, sizeof(DNSServiceRef *) * mPollSize); in rescan()668 mPollRefs[i] = &((*prevPtr)->mRef); in rescan()
101 DNSServiceRef **mPollRefs; variable