Home
last modified time | relevance | path

Searched refs:dup_value (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/libvanessa_adt/vanessa_adt-0.0.9/libvanessa_adt/
H A Dkey_value.c37 void *(*dup_value) (void *); member
66 kv->dup_value = NULL; in vanessa_key_value_create()
113 cp->value = (kv->dup_value == NULL) ? kv->value : in vanessa_key_value_duplicate()
114 ((kv->value == NULL) ? NULL : kv->dup_value(kv->value)); in vanessa_key_value_duplicate()
116 cp->dup_value = kv->dup_value; in vanessa_key_value_duplicate()
152 void *(*dup_value) (void *) in vanessa_key_value_assign()
163 kv->dup_value = dup_value; in vanessa_key_value_assign()
189 kv->dup_value = NULL; in vanessa_key_value_unassign()
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/imap/
H A Dmailimap_id.c138 char * dup_value; in mailimap_id_basic() local
152 dup_value = strdup(name); in mailimap_id_basic()
153 if (dup_value == NULL) { in mailimap_id_basic()
159 r = mailimap_id_params_list_add_name_value(client_identification, dup_name, dup_value); in mailimap_id_basic()
161 free(dup_value); in mailimap_id_basic()
175 dup_value = strdup(version); in mailimap_id_basic()
176 if (dup_value == NULL) { in mailimap_id_basic()
182 r = mailimap_id_params_list_add_name_value(client_identification, dup_name, dup_value); in mailimap_id_basic()
184 free(dup_value); in mailimap_id_basic()
/dports/www/ulfius/ulfius-2.7.3/src/
H A Du_map.c151 char * dup_key, * dup_value; in u_map_put_binary() local
184 dup_value = o_malloc((offset + length)*sizeof(char)); in u_map_put_binary()
185 if (dup_value == NULL) { in u_map_put_binary()
190 memcpy((dup_value + offset), value, length); in u_map_put_binary()
192 dup_value = o_strdup(""); in u_map_put_binary()
201 o_free(dup_value); in u_map_put_binary()
212 o_free(dup_value); in u_map_put_binary()
215 u_map->values[i] = (char *)dup_value; in u_map_put_binary()
223 o_free(dup_value); in u_map_put_binary()
/dports/databases/libcouchbase/libcouchbase-2.10.7/contrib/genhash/
H A Dgenhash.c50 static void *dup_value(genhash_t *h, const void *value, lcb_size_t vlen) in dup_value() function
52 if (h->ops.dup_value != NULL) { in dup_value()
53 return h->ops.dup_value(value, vlen); in dup_value()
93 lcb_assert((ops.dup_value != NULL && ops.free_value != NULL) || ops.free_value == NULL); in genhash_init()
133 p->value = dup_value(h, v, vlen); in genhash_store()
179 p->value = dup_value(h, v, vlen); in genhash_update()
212 p->value = dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dsettings.c410 gchar *dup_value = NULL; in settings_set() local
416 dup_value = guard->guard(key, value); in settings_set()
423 if (!value && !dup_value) in settings_set()
427 else if (dup_value) in settings_set()
428 g_hash_table_insert(hash, g_strdup(key), dup_value); in settings_set()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/memcache/extra/memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/memcache/extra/memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/memcache/extra/memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/memcache/extra/memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/memcache/extra/memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/memcache/extra/memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/mysql57-client/mysql-5.7.36/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/databases/mysql56-client/mysql-5.6.51/plugin/innodb_memcached/daemon_memcached/utilities/
H A Dgenhash.c28 dup_value(genhash_t *h, const void *value, size_t vlen) in dup_value() function
117 p->value=dup_value(h, v, vlen); in genhash_store()
165 p->value=dup_value(h, v, vlen); in genhash_update()
191 p->value=dup_value(h, newValue, newSize); in genhash_fun_update()
/dports/devel/grpc134/grpc-1.34.1/test/core/transport/
H A Dmetadata_test.cc370 static void test_copied_static_metadata(bool dup_key, bool dup_value) { in test_copied_static_metadata() argument
372 dup_value); in test_copied_static_metadata()
381 maybe_dup(GRPC_MDVALUE(p), dup_value)); in test_copied_static_metadata()
383 if (dup_key || dup_value) { in test_copied_static_metadata()
/dports/devel/grpc130/grpc-1.30.2/test/core/transport/
H A Dmetadata_test.cc369 static void test_copied_static_metadata(bool dup_key, bool dup_value) { in test_copied_static_metadata() argument
371 dup_value); in test_copied_static_metadata()
380 maybe_dup(GRPC_MDVALUE(p), dup_value)); in test_copied_static_metadata()
382 if (dup_key || dup_value) { in test_copied_static_metadata()

12