Searched refs:last_id (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/unbound/util/
H A Dalloc.c111 alloc->last_id = 1; /* so no 64bit constants, */
112 alloc->last_id <<= THRNUM_SHIFT; /* or implicit 'int' ops. */
113 alloc->last_id -= 1; /* for compiler portability. */
114 alloc->last_id |= alloc->next_id;
198 if(id == alloc->last_id) {
H A Dalloc.h86 uint64_t last_id; member in struct:alloc_cache
/freebsd-13-stable/sys/net/route/
H A Dnhgrp_ctl.c452 uint32_t last_id = 0; local
454 if (wn[i].nh->nh_priv->nh_idx == last_id) {
458 last_id = wn[i].nh->nh_priv->nh_idx;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dworkqueue.c1485 apr_uint64_t last_id = 0; local
1517 last_id, iterpool, iterpool));
1526 last_id, wib.record_map,
1562 last_id = id;
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c2522 int last_id = atoi(cmd + 8); local
2523 if (last_id != -1) {
2524 while (ssid != NULL && ssid->id <= last_id) {

Completed in 189 milliseconds