Lines Matching refs:refcount
95 lwsl_wsi_debug(w, "q: %p, c: %p, refcount %d -> %d",
96 q, c, c->refcount, c->refcount + 1);
97 c->refcount++;
114 lwsl_wsi_debug(q->dns ? q->dns->wsi : NULL, "q: %p, c: %p, refcount %d -> %d",
115 q, c, c->refcount, c->refcount + 1);
116 c->refcount++;
434 c->incomplete, c->flags, c->refcount, c->results);
513 lwsl_debug("%s: c %p, %s, refcount %d -> %d\n", __func__, c,
516 c->refcount, c->refcount - 1);
518 assert(c->refcount > 0);
519 c->refcount--;
533 if (c1->refcount)
534 lwsl_wsi_info(dns->wsi, "acache %p: refcount %d on purge",
535 c1, c1->refcount);
706 c->refcount++;
727 * Create it as a cached object so it follows the refcount lifecycle