Home
last modified time | relevance | path

Searched refs:key_duplicator (Results 1 – 11 of 11) sorted by relevance

/dports/net/czmq4/czmq-4.2.1/src/
H A Dzhashx.c70 zhashx_duplicator_fn *key_duplicator; member
112 self->key_duplicator = (zhashx_duplicator_fn *) strdup; in zhashx_new()
279 if (self->key_duplicator) in s_item_insert()
280 item->key = (self->key_duplicator)((void *) key); in s_item_insert()
444 if (self->key_duplicator) in zhashx_rename()
445 old_item->key = (self->key_duplicator)(new_key); in zhashx_rename()
509 zlistx_set_duplicator (keys, self->key_duplicator); in zhashx_keys()
969 copy->key_duplicator = self->key_duplicator; in zhashx_dup()
1034 self->key_duplicator = duplicator; in zhashx_set_key_duplicator()
/dports/net/czmq/czmq-4.1.1/src/
H A Dzhashx.c70 zhashx_duplicator_fn *key_duplicator; member
112 self->key_duplicator = (zhashx_duplicator_fn *) strdup; in zhashx_new()
279 if (self->key_duplicator) in s_item_insert()
280 item->key = (self->key_duplicator)((void *) key); in s_item_insert()
444 if (self->key_duplicator) in zhashx_rename()
445 old_item->key = (self->key_duplicator)(new_key); in zhashx_rename()
509 zlistx_set_duplicator (keys, self->key_duplicator); in zhashx_keys()
1027 self->key_duplicator = duplicator; in zhashx_set_key_duplicator()
/dports/net/czmq4/czmq-4.2.1/api/
H A Dzhashx.api127 table. Uses the key_duplicator to duplicate all keys and sets the
H A Dpython_cffi.slurp1453 // table. Uses the key_duplicator to duplicate all keys and sets the
/dports/net/czmq/czmq-4.1.1/api/
H A Dzhashx.api127 table. Uses the key_duplicator to duplicate all keys and sets the
H A Dpython_cffi.slurp1411 // table. Uses the key_duplicator to duplicate all keys and sets the
/dports/net/czmq/czmq-4.1.1/bindings/nodejs/
H A DREADME.md1518 table. Uses the key_duplicator to duplicate all keys and sets the
/dports/net/czmq4/czmq-4.2.1/bindings/nodejs/
H A DREADME.md1541 table. Uses the key_duplicator to duplicate all keys and sets the
/dports/net/czmq/czmq-4.1.1/bindings/python_cffi/czmq_cffi/
H A D_cdefs.inc1411 // table. Uses the key_duplicator to duplicate all keys and sets the
/dports/net/czmq/czmq-4.1.1/
H A DREADME.md3467 // table. Uses the key_duplicator to duplicate all keys and sets the
/dports/net/czmq4/czmq-4.2.1/
H A DREADME.md4572 // table. Uses the key_duplicator to duplicate all keys and sets the