Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dsfxhash.h90 unsigned find_success; member
170 return t->find_success + t->find_fail; in sfxhash_find_total()
192 return t->find_success; in sfxhash_find_success()
H A Dsfxhash.c250 h->find_success = 0; in sfxhash_new()
399 h->find_success = 0; in sfxhash_make_empty()
671 t->find_success++; in sfxhash_find_node_row()
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/sfutil/
H A Dsfxhash.c247 h->find_success = 0; in sfxhash_new()
395 h->find_success = 0; in sfxhash_make_empty()
432 return t->find_success + t->find_fail; in sfxhash_find_total()
454 return t->find_success; in sfxhash_find_success()
740 t->find_success++; in sfxhash_find_node_row()
H A Dsfxhash.h86 unsigned find_success; member
/dports/security/barnyard2/barnyard2-2-1.13/src/sfutil/
H A Dsfxhash.c247 h->find_success = 0; in sfxhash_new()
395 h->find_success = 0; in sfxhash_make_empty()
432 return t->find_success + t->find_fail; in sfxhash_find_total()
454 return t->find_success; in sfxhash_find_success()
740 t->find_success++; in sfxhash_find_node_row()
H A Dsfxhash.h86 unsigned find_success; member
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Djboss7.py424 find_success, deployment, find_comment = __find_deployment(
427 if not find_success:
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dswap_state.c67 unsigned long find_success; member
78 swap_cache_info.find_success, swap_cache_info.find_total); in show_swap_cache_info()
356 INC_CACHE_INFO(find_success); in lookup_swap_cache()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dswap_state.c67 unsigned long find_success; member
78 swap_cache_info.find_success, swap_cache_info.find_total); in show_swap_cache_info()
356 INC_CACHE_INFO(find_success); in lookup_swap_cache()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dswap_state.c67 unsigned long find_success; member
78 swap_cache_info.find_success, swap_cache_info.find_total); in show_swap_cache_info()
356 INC_CACHE_INFO(find_success); in lookup_swap_cache()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dkinesis_stream.py307 find_success, find_msg, stream = (
315 if find_success and stream:
321 if not find_success:
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dkinesis_stream.py414 find_success, find_msg, stream = (
422 if find_success and stream:
428 if not find_success: