Home
last modified time | relevance | path

Searched refs:walk_count (Results 1 – 12 of 12) sorted by relevance

/dports/net-mgmt/braa/braa-0.82/
H A Dqueries.c217 int get_count = 0, set_count = 0, walk_count = 0; in bapp_make_hash() local
253 walk_ids[walk_count] = id; in bapp_make_hash()
273 set_ids[walk_count] = id; in bapp_make_hash()
306 first_oids[walk_count++] = o; in bapp_make_hash()
326 hr->walk_count = walk_count; in bapp_make_hash()
343 if(walk_count) in bapp_make_hash()
348 memset(thisquery->latest_oid, 0, sizeof(oid*) * walk_count); in bapp_make_hash()
349 memset(thisquery->walk_retries, 0, sizeof(char) * walk_count); in bapp_make_hash()
350 memset(thisquery->walk_contact, 0, sizeof(struct timeb) * walk_count); in bapp_make_hash()
420 int i, wc = q->range->walk_count; in bapp_sendmessage()
[all …]
H A Dqueries.h20 char walk_count; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/evict/
H A Devict_stat.c27 uint64_t walk_count, written_size_cnt, written_size_sum; in __evict_stat_walk() local
37 walk_count = written_size_cnt = written_size_sum = 0; in __evict_stat_walk()
40 while (__wt_tree_walk_count(session, &next_walk, &walk_count, in __evict_stat_walk()
113 WT_STAT_DATA_SET(session, cache_state_pages, walk_count); in __evict_stat_walk()
119 cache_state_refs_skipped, walk_count - seen_count); in __evict_stat_walk()
/dports/net-mgmt/braa/braa-0.82/arch/
H A Dqueries.c202 hr->walk_count = 0; in bapp_parse_queries()
308 …(hr->walks = (struct walk_data**) grealloc(hr->walks, sizeof(struct walk_data*) * hr->walk_count)); in bapp_parse_queries()
309 hr->walks[hr->walk_count++] = wd; in bapp_parse_queries()
403 int wc = hr->walk_count; in bapp_sendmessage()
571 if(vc >= hr->walk_count) vc = hr->walk_count; in bapp_processmessages()
581 for(wn = 0, i = v; wn < hr->walk_count && i > 0; wn++) in bapp_processmessages()
H A Dqueries.h42 int walk_count; member
/dports/games/instead/instead-3.4.1/stead/stead2/
H A Dcounters.lua88 function walk_count(s, v) function
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dsctafpar.cpp3132 sc_int walk_count, walk; in parse_add_walkalerts() local
3137 walk_count = prop_get_child_count(bundle, "I<-sis", vt_key); in parse_add_walkalerts()
3139 for (walk = 0; walk < walk_count; walk++) { in parse_add_walkalerts()
3185 sc_int walk_count, walk; in parse_add_movetimes() local
3190 walk_count = prop_get_child_count(bundle, "I<-sis", vt_key); in parse_add_movetimes()
3192 for (walk = 0; walk < walk_count; walk++) { in parse_add_movetimes()
H A Dsclibrar.cpp571 sc_int walk_count, walk; in lib_get_npc_inroom_text() local
578 walk_count = prop_get_child_count(bundle, "I<-sis", vt_key); in lib_get_npc_inroom_text()
581 for (walk = walk_count - 1; walk >= 0; walk--) { in lib_get_npc_inroom_text()
/dports/games/scare/scare-1.3.10/source/
H A Dsctafpar.c3242 sc_int walk_count, walk; in parse_add_walkalerts() local
3247 walk_count = prop_get_child_count (bundle, "I<-sis", vt_key); in parse_add_walkalerts()
3249 for (walk = 0; walk < walk_count; walk++) in parse_add_walkalerts()
3300 sc_int walk_count, walk; in parse_add_movetimes() local
3305 walk_count = prop_get_child_count (bundle, "I<-sis", vt_key); in parse_add_movetimes()
3307 for (walk = 0; walk < walk_count; walk++) in parse_add_movetimes()
H A Dsclibrar.c631 sc_int walk_count, walk; in lib_get_npc_inroom_text() local
638 walk_count = prop_get_child_count (bundle, "I<-sis", vt_key); in lib_get_npc_inroom_text()
641 for (walk = walk_count - 1; walk >= 0; walk--) in lib_get_npc_inroom_text()
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dplayer.h352 int8 walk_count; // counts up as you walk - used to alert guards of non creeping player variable
H A Dplayer.cpp2346 walk_count = 0; // reset walk count in Player_stood()
2551 walk_count++; // up the walk count in Player_walking()
2573 walk_count = 0; // cancel walk count in Player_walking()
3000 if ((alert_type == __AWALKING) && (player.walk_count < 8)) in Process_guard_alert()
3120 walk_count = 0; // reset walk count for guard alerting in Reset_player()