Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c397 const char *t_current; in sdp_parse_connection() local
459 t_current = current; in sdp_parse_connection()
460 t_begin = ++t_current; in sdp_parse_connection()
461 if (commp_find_token(&t_begin, &t_current, end, in sdp_parse_connection()
465 if (t_current != end) { in sdp_parse_connection()
474 if (commp_atoi((t_current + 1), end, in sdp_parse_connection()
481 if (commp_atoi((current + 1), t_current, in sdp_parse_connection()
486 if (commp_strtoub((current + 1), t_current, in sdp_parse_connection()