Lines Matching refs:rsock
428 isc_nmsocket_t *rsock = NULL;
431 rsock = sock->parent;
432 INSIST(rsock->parent == NULL); /* sanity check */
434 rsock = sock;
439 rsock, isc_refcount_current(&rsock->references) + 1);
441 isc_refcount_increment0(&rsock->references);
661 isc_nmsocket_t *sock = *sockp, *rsock = NULL;
669 rsock = sock->parent;
670 INSIST(rsock->parent == NULL); /* Sanity check */
672 rsock = sock;
677 rsock, isc_refcount_current(&rsock->references) - 1);
679 if (isc_refcount_decrement(&rsock->references) == 1) {
680 isc___nmsocket_prep_destroy(rsock FLARG_PASS);