Searched refs:first_next (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | dict_cache.c | 363 int dict_cache_sequence(DICT_CACHE *cp, int first_next, in dict_cache_sequence() argument 379 seq_res = dict_seq(db, first_next, &raw_cache_key, &raw_cache_val); in dict_cache_sequence() 474 int first_next; in dict_cache_clean_event() local 487 first_next = DICT_SEQ_FUN_FIRST; in dict_cache_clean_event() 496 first_next = DICT_SEQ_FUN_NEXT; in dict_cache_clean_event() 502 if (dict_cache_sequence(cp, first_next, &cache_key, &cache_val) == 0) { in dict_cache_clean_event() 739 int first_next; /* first/next */ member 806 cp->first_next = DICT_SEQ_FUN_FIRST; in create_requests() 831 cp->first_next = DICT_SEQ_FUN_FIRST; in reset_requests() 900 cp->done, cp->first_next); in show_status() [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
| H A D | tls_scache.c | 369 int tls_scache_sequence(TLS_SCACHE *cp, int first_next, in tls_scache_sequence() argument 399 found_entry = (dict_seq(cp->db, first_next, &member, &value) == 0); in tls_scache_sequence()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf-nacl.c | 295 struct elf_segment_map *first_next = first_seg->next; in nacl_modify_headers() local 306 *first_load_seg = first_next; in nacl_modify_headers()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf-nacl.c | 295 struct elf_segment_map *first_next = first_seg->next; in nacl_modify_headers() local 306 *first_load_seg = first_next; in nacl_modify_headers()
|