Searched refs:last_id (Results 1 – 7 of 7) sorted by relevance
63 static ALLOC_POOL_ID_TYPE last_id; variable173 last_id++; in create_alloc_pool()174 if (last_id == 0) in create_alloc_pool()175 last_id++; in create_alloc_pool()177 pool->id = last_id; in create_alloc_pool()
12705 (struct cpp_printer): Remove last_id and written.15163 (struct cpp_printer): Rename last_bsd to last_id.15168 Use include_depth instead of buffer_stack_depth, last_id instead of15170 * cppinit.c (cpp_start_read): Initialize last_id instead of
23104 * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.23285 (last_id): New variable.23287 increase and use last_id.
111 alloc->last_id = 1; /* so no 64bit constants, */ in alloc_init()112 alloc->last_id <<= THRNUM_SHIFT; /* or implicit 'int' ops. */ in alloc_init()113 alloc->last_id -= 1; /* for compiler portability. */ in alloc_init()114 alloc->last_id |= alloc->next_id; in alloc_init()198 if(id == alloc->last_id) { in alloc_get_id()
86 uint64_t last_id; member
1485 apr_uint64_t last_id = 0; in svn_wc__wq_run() local1517 last_id, iterpool, iterpool)); in svn_wc__wq_run()1526 last_id, wib.record_map, in svn_wc__wq_run()1562 last_id = id; in svn_wc__wq_run()
2522 int last_id = atoi(cmd + 8); in wpa_supplicant_ctrl_iface_list_networks() local2523 if (last_id != -1) { in wpa_supplicant_ctrl_iface_list_networks()2524 while (ssid != NULL && ssid->id <= last_id) { in wpa_supplicant_ctrl_iface_list_networks()