Searched defs:moreptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c153 int *moreptr; // Set while DNSServiceProcessResult working on this particular DNSServiceRef member in struct:_DNSServiceRef_t
424 x->moreptr = NULL;
502 sdr->moreptr = NULL;
907 sdr->moreptr = &morebytes;
952 // clears the moreptr so that we can terminate here.
954 // If DNSServiceRefDeallocate was not called in the callback, then set moreptr to NULL so that
957 else {sdr->moreptr = NULL;}
1072 // To do this we set moreptr to point to morebytes. If the client does call DNSServiceRefDeallocate(),
1078 sdRef->moreptr = &morebytes;
1082 // If morebytes is non-zero, that means we set sdRef->moreptr abov
[all...]

Completed in 49 milliseconds