Home
last modified time | relevance | path

Searched refs:pj_hash_set (Results 1 – 13 of 13) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pjlib-test/
H A Dhash_test.c41 pj_hash_set(pool, ht, &key, sizeof(key), 0, &value); in hash_test_with_key()
70 pj_hash_set(NULL, ht, &key, sizeof(key), 0, NULL); in hash_test_with_key()
104 pj_hash_set(pool, ht, &i, sizeof(i), 0, &values[i]); in hash_collision_test()
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjturn-srv/
H A Dserver.c434 pj_hash_set(alloc->pool, srv->tables.alloc, in pj_turn_srv_register_allocation()
436 pj_hash_set(alloc->pool, srv->tables.res, in pj_turn_srv_register_allocation()
453 pj_hash_set(alloc->pool, srv->tables.alloc, in pj_turn_srv_unregister_allocation()
455 pj_hash_set(alloc->pool, srv->tables.res, in pj_turn_srv_unregister_allocation()
H A Dallocation.c817 pj_hash_set(alloc->pool, alloc->peer_table, in create_permission()
837 pj_hash_set(NULL, alloc->peer_table, in check_permission_expiry()
843 pj_hash_set(NULL, alloc->ch_table, &perm->channel, in check_permission_expiry()
1286 pj_hash_set(alloc->pool, alloc->ch_table, &p2->channel, in stun_on_rx_request()
/dports/net/pjsip/pjproject-2.11.1/pjlib-util/src/pjlib-util/
H A Dresolver.c507 pj_hash_set(NULL, resolver->hrescache, &cache->key, in pj_dns_resolver_destroy()
956 pj_hash_set(NULL, resolver->hrescache, &key, sizeof(key), 0, NULL); in pj_dns_resolver_start_query()
1463 pj_hash_set(NULL, resolver->hrescache, key, sizeof(*key), hval, NULL); in update_res_cache()
1504 pj_hash_set(NULL, resolver->hrescache, key, sizeof(*key), hval, NULL); in update_res_cache()
1516 pj_hash_set(NULL, resolver->hrescache, key, sizeof(*key), hval, NULL); in update_res_cache()
1604 pj_hash_set(NULL, resolver->hquerybyid, &q->id, sizeof(q->id), 0, NULL); in on_timeout()
1605 pj_hash_set(NULL, resolver->hquerybyres, &q->key, sizeof(q->key), 0, NULL); in on_timeout()
1752 pj_hash_set(NULL, resolver->hquerybyid, &q->id, sizeof(q->id), 0, NULL); in on_read_complete()
1753 pj_hash_set(NULL, resolver->hquerybyres, &q->key, sizeof(q->key), 0, NULL); in on_read_complete()
H A Dcli.c532 pj_hash_set(cli->pool, cli->cmd_name_hash, cmd_val.ptr, in add_cmd_name()
795 pj_hash_set(cli->pool, cli->cmd_id_hash, in add_cmd_node()
/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj/
H A Dhash.h150 PJ_DECL(void) pj_hash_set( pj_pool_t *pool, pj_hash_table_t *ht,
/dports/net/pjsip/pjproject-2.11.1/pjlib/include/pj++/
H A Dhash.hpp121 pj_hash_set(pool->pool_(), table_, key, keylen, value); in set()
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dsymbols.c82 PJ_EXPORT_SYMBOL(pj_hash_set)
H A Dhash.c254 PJ_DEF(void) pj_hash_set( pj_pool_t *pool, pj_hash_table_t *ht, in pj_hash_set() function
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath/
H A Dturn_session.c1962 pj_hash_set(sess->pool, sess->ch_table, &ch->addr, addr_len, in lookup_ch_by_addr()
1977 pj_hash_set(sess->pool, sess->ch_table, &ch->num, in lookup_ch_by_addr()
2034 pj_hash_set(sess->pool, sess->perm_table, &perm->addr, addr_len, in lookup_perm()
2053 pj_hash_set(NULL, sess->perm_table, &perm->addr, in invalidate_perm()
/dports/net/pjsip/pjproject-2.11.1/build.symbian/
H A DpjlibU.def107 pj_hash_set @ 106 NONAME
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/samples/
H A Dfootprint.c119 pj_hash_set(NULL, NULL, NULL, 0, 0, NULL); in dummy_function()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip/
H A Dsip_transport.c1333 pj_hash_set(NULL, mgr->table, &tp->key, key_len, hval, in destroy_transport()