Home
last modified time | relevance | path

Searched refs:hash_istring (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/nta/
H A Dnta.c4147 hash_value_t hash_istring(char const *, char const *, hash_value_t);
4396 hash = hash_istring(url->url_scheme, ":", 0); in nta_leg_tcreate()
4397 hash = hash_istring(url->url_host, "", hash); in nta_leg_tcreate()
4398 hash = hash_istring(url->url_user, "@", hash); in nta_leg_tcreate()
4815 hash_value_t hash_istring(char const *s, char const *term, hash_value_t hash) in hash_istring() function
5100 hash = hash_istring(url->url_scheme, ":", 0); in dst_find()
5101 hash = hash_istring(url->url_host, "", hash); in dst_find()
5102 hash2 = hash_istring("%", "@", hash); in dst_find()
5103 hash = hash_istring(url->url_user, "@", hash); in dst_find()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/nta/
H A Dnta.c4171 hash_value_t hash_istring(char const *, char const *, hash_value_t);
4420 hash = hash_istring(url->url_scheme, ":", 0); in nta_leg_tcreate()
4421 hash = hash_istring(url->url_host, "", hash); in nta_leg_tcreate()
4422 hash = hash_istring(url->url_user, "@", hash); in nta_leg_tcreate()
4839 hash_value_t hash_istring(char const *s, char const *term, hash_value_t hash) in hash_istring() function
5124 hash = hash_istring(url->url_scheme, ":", 0); in dst_find()
5125 hash = hash_istring(url->url_host, "", hash); in dst_find()
5126 hash2 = hash_istring("%", "@", hash); in dst_find()
5127 hash = hash_istring(url->url_user, "@", hash); in dst_find()