Lines Matching defs:references

295 	unsigned int		references;
444 #define SOCK_DEAD(s) ((s)->references == 0)
1768 * references exist.
1883 sock->references = 0;
1999 INSIST(sock->references == 0);
2411 sock->references = 1;
2416 * there are no external references to it yet.
2450 REQUIRE(sock->references == 1);
2515 sock->references = 1;
2520 * there are no external references to it yet.
2557 sock->references++;
2577 REQUIRE(sock->references > 0);
2578 sock->references--;
2579 if (sock->references == 0)
2598 REQUIRE(sock->references == 1);
2660 sock->references++;
2694 sock->references++;
2726 sock->references++; /* keep socket around for this internal event */
2746 sock->references++; /* keep socket around for this internal event */
2846 INSIST(sock->references > 0);
2847 sock->references--; /* the internal event is done with this socket */
2848 if (sock->references == 0) {
3042 dev->newsocket->references--;
3082 INSIST(sock->references > 0);
3083 sock->references--; /* the internal event is done with this socket */
3084 if (sock->references == 0) {
3150 INSIST(sock->references > 0);
3151 sock->references--; /* the internal event is done with this socket */
3152 if (sock->references == 0) {
3210 INSIST(sock->references > 0);
3211 sock->references--; /* the internal event is done with this socket */
3212 if (sock->references == 0) {
3250 INSIST(sock->references > 0);
3251 sock->references--; /* the internal event is done with this socket */
3252 if (sock->references == 0) {
4939 nsock->references++;
5128 INSIST(sock->references > 0);
5129 sock->references--;
5130 if (sock->references == 0) {
5361 dev->newsocket->references--;
5593 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "references"));
5617 ISC_XMLCHAR "references"));
5619 sock->references));