Home
last modified time | relevance | path

Searched refs:old_entries (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/net/nng/nng-1.5.2/src/core/
H A Didhash.c111 nni_id_entry *old_entries; in id_resize() local
129 old_entries = m->id_entries; in id_resize()
147 if (old_entries[i].val == NULL) { in id_resize()
150 index = old_entries[i].key & (new_cap - 1); in id_resize()
161 new_entries[index].val = old_entries[i].val; in id_resize()
162 new_entries[index].key = old_entries[i].key; in id_resize()
170 NNI_FREE_STRUCTS(old_entries, old_cap); in id_resize()
/dports/devel/libhoard/Hoard/src/include/util/
H A Ddynamichashtable.h123 StoredObject * old_entries = _entries; in grow() local
148 bool isValid = old_entries[i].get (v); in grow()
156 _sh.free (old_entries); in grow()
163 StoredObject * old_entries = _entries; in shrink() local
189 bool isValid = old_entries[i].get (v); in shrink()
197 _sh.free (old_entries); in shrink()
/dports/devel/git-svn/git-2.34.1/
H A Ddecorate.c39 struct decoration_entry *old_entries = n->entries; in grow_decoration() local
46 const struct object *base = old_entries[i].base; in grow_decoration()
47 void *decoration = old_entries[i].decoration; in grow_decoration()
53 free(old_entries); in grow_decoration()
/dports/devel/git-gui/git-2.34.1/
H A Ddecorate.c39 struct decoration_entry *old_entries = n->entries; in grow_decoration() local
46 const struct object *base = old_entries[i].base; in grow_decoration()
47 void *decoration = old_entries[i].decoration; in grow_decoration()
53 free(old_entries); in grow_decoration()
/dports/devel/git-p4/git-2.34.1/
H A Ddecorate.c39 struct decoration_entry *old_entries = n->entries; in grow_decoration() local
46 const struct object *base = old_entries[i].base; in grow_decoration()
47 void *decoration = old_entries[i].decoration; in grow_decoration()
53 free(old_entries); in grow_decoration()
/dports/devel/git/git-2.34.1/
H A Ddecorate.c39 struct decoration_entry *old_entries = n->entries; in grow_decoration() local
46 const struct object *base = old_entries[i].base; in grow_decoration()
47 void *decoration = old_entries[i].decoration; in grow_decoration()
53 free(old_entries); in grow_decoration()
/dports/devel/git-cvs/git-2.34.1/
H A Ddecorate.c39 struct decoration_entry *old_entries = n->entries; in grow_decoration() local
46 const struct object *base = old_entries[i].base; in grow_decoration()
47 void *decoration = old_entries[i].decoration; in grow_decoration()
53 free(old_entries); in grow_decoration()
/dports/devel/cgit/cgit-1.2.3/git/
H A Ddecorate.c39 struct decoration_entry *old_entries = n->entries; in grow_decoration() local
46 const struct object *base = old_entries[i].base; in grow_decoration()
47 void *decoration = old_entries[i].decoration; in grow_decoration()
53 free(old_entries); in grow_decoration()
/dports/math/R-cran-haven/haven/src/readstat/
H A DCKHashTable.c290 ck_hash_entry_t *old_entries = table->entries; in ck_hash_table_grow() local
299 if (old_entries[i].key_length != 0) { in ck_hash_table_grow()
300 char *this_key = &table->keys[old_entries[i].key_offset]; in ck_hash_table_grow()
301 uint64_t hash_key = ck_hash_str(this_key, old_entries[i].key_length); in ck_hash_table_grow()
302 if (!ck_hash_insert_nocopy(old_entries[i].key_offset, old_entries[i].key_length, in ck_hash_table_grow()
303 hash_key, old_entries[i].value, table)) in ck_hash_table_grow()
307 free(old_entries); in ck_hash_table_grow()
/dports/math/librdata/librdata-4a80bf3/src/
H A DCKHashTable.c290 ck_hash_entry_t *old_entries = table->entries; in ck_hash_table_grow() local
299 if (old_entries[i].key_length != 0) { in ck_hash_table_grow()
300 char *this_key = &table->keys[old_entries[i].key_offset]; in ck_hash_table_grow()
301 uint64_t hash_key = ck_hash_str(this_key, old_entries[i].key_length); in ck_hash_table_grow()
302 if (!ck_hash_insert_nocopy(old_entries[i].key_offset, old_entries[i].key_length, in ck_hash_table_grow()
303 hash_key, old_entries[i].value, table)) in ck_hash_table_grow()
307 free(old_entries); in ck_hash_table_grow()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql10-client/postgresql-10.19/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql11-plpython/postgresql-11.14/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs);
327 uint32 pos = old_entries[i].pos;
328 uint32 keylen = old_entries[i].keylen;
329 uint32 vallen = old_entries[i].vallen;
330 bool isnull = old_entries[i].valisnull;
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql10-server/postgresql-10.19/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/hstore/
H A Dhstore_compat.c322 HOldEntry *old_entries = (HOldEntry *) ARRPTR(hs); in hstoreUpgrade() local
327 uint32 pos = old_entries[i].pos; in hstoreUpgrade()
328 uint32 keylen = old_entries[i].keylen; in hstoreUpgrade()
329 uint32 vallen = old_entries[i].vallen; in hstoreUpgrade()
330 bool isnull = old_entries[i].valisnull; in hstoreUpgrade()

12345678910