Lines Matching refs:this_entry
1353 nsc_entry_t *this_entry;
1433 rc = lookup_cache(largs, &cfg, &args, whoami, &this_entry);
1447 this_stats = &this_entry->stats;
1515 (void) nscd_wait(ctx, nscdb, this_entry);
1534 delete_entry(nscdb, ctx, this_entry);
1559 (void) nscd_signal(ctx, nscdb, this_entry);
1572 status = dup_packed_buffer(largs, this_entry);
1574 delete_entry(nscdb, ctx, this_entry);
1584 status = nss_packed_getkey(this_entry->buffer,
1585 this_entry->bufsize,
1588 delete_entry(nscdb, ctx, this_entry);
1594 this_entry->key = args.key; /* struct copy */
1629 delete_entry(nscdb, ctx, this_entry);
1637 status = dup_packed_buffer(largs, this_entry);
1639 delete_entry(nscdb, ctx, this_entry);
1647 status = nss_packed_getkey(this_entry->buffer,
1648 this_entry->bufsize,
1651 delete_entry(nscdb, ctx, this_entry);
1657 this_entry->key = args.key; /* struct copy */
1688 delete_entry(nscdb, ctx, this_entry);
1710 if (NSCD_GET_STATUS((nss_pheader_t *)this_entry->buffer) ==
1719 this_entry->buffer) != NSS_SUCCESS) {
1737 NSCD_GET_STATUS(this_entry->buffer),
1738 NSCD_GET_ERRNO(this_entry->buffer));
1740 NSCD_GET_HERRNO(this_entry->buffer));