Home
last modified time | relevance | path

Searched refs:pjsip_other_uri_create (Results 1 – 3 of 3) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsip/
H A Dsip_uri.h459 PJ_DECL(pjsip_other_uri*) pjsip_other_uri_create(pj_pool_t *pool);
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip/
H A Dsip_uri.c659 PJ_DEF(pjsip_other_uri*) pjsip_other_uri_create(pj_pool_t *pool) in pjsip_other_uri_create() function
726 pjsip_other_uri *uri = pjsip_other_uri_create(pool); in other_uri_clone()
H A Dsip_parser.c1640 uri = pjsip_other_uri_create(pool); in int_parse_other_uri()