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

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Ddncache.c100 metadncacheentry_t tmp_entry, local
107 tmp_entry.dn = *ndn;
110 ( caddr_t )&tmp_entry, asyncmeta_dncache_cmp );
146 tmp_entry; local
162 tmp_entry.dn = *ndn;
166 ( caddr_t )&tmp_entry, asyncmeta_dncache_cmp );
203 tmp_entry; local
208 tmp_entry.dn = *ndn;
211 entry = ldap_avl_delete( &cache->tree, ( caddr_t )&tmp_entry,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Ddncache.c100 metadncacheentry_t tmp_entry, local
107 tmp_entry.dn = *ndn;
110 ( caddr_t )&tmp_entry, meta_dncache_cmp );
146 tmp_entry; local
162 tmp_entry.dn = *ndn;
166 ( caddr_t )&tmp_entry, meta_dncache_cmp );
209 tmp_entry; local
214 tmp_entry.dn = *ndn;
217 entry = ldap_avl_delete( &cache->tree, ( caddr_t )&tmp_entry,
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_context_mem.c80 struct memEntry *tmp_entry; local
89 tmp_entry = tmp->entries;
97 for (; tmp_entry; tmp_entry = tmp_entry->nextEntry) {
98 if (tmp_entry->nextEntry == NULL) {
99 tmp_entry->nextEntry = new;
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dindex.c826 INDEX_ELT *tmp_entry = index;
828 for (tmp_entry = index; tmp_entry; tmp_entry = tmp_entry->next)
829 tmp = tmp_entry->output_line > tmp ? tmp_entry->output_line : tmp;
820 INDEX_ELT *tmp_entry = index; local
/netbsd-current/sys/uvm/
H A Duvm_map.c1318 struct vm_map_entry *tmp_entry __diagused;
1321 rv = uvm_map_lookup_entry(map, start, &tmp_entry);
1323 KASSERTMSG(prev_entry == tmp_entry,
1324 "args %p prev_entry %p tmp_entry %p",
1325 args, prev_entry, tmp_entry);
4062 struct vm_map_entry *tmp_entry; local
4064 if (!uvm_map_lookup_entry(map, start, &tmp_entry)) {
4067 entry = tmp_entry;

Completed in 213 milliseconds