Home
last modified time | relevance | path

Searched refs:k_method (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libcommputil/common/
H A Dsdp_parse_helper.c65 if (key->k_method != NULL) in sdp_free_key()
66 free(key->k_method); in sdp_free_key()
H A Dsdp.h170 char *k_method; member
H A Dsdp.c66 (m_key)->k_method, COMMP_COLON, (m_key)-> \
70 k_method, COMMP_CRLF); \
139 if (sdp_add_key(&(d_key), (s_key)->k_method, \
205 len += strlen((m_key)->k_method); \
607 if ((ret = commp_add_str(&((*key)->k_method), method, in sdp_add_key()
H A Dsdp_parse.c771 COMMP_COPY_STR(new_key->k_method, begin, current - begin); in sdp_parse_key()
772 if (new_key->k_method == NULL) { in sdp_parse_key()