Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c399 const char *t_current; in sdp_parse_connection() local
461 t_current = current; in sdp_parse_connection()
462 t_begin = ++t_current; in sdp_parse_connection()
463 if (commp_find_token(&t_begin, &t_current, end, in sdp_parse_connection()
467 if (t_current != end) { in sdp_parse_connection()
476 if (commp_atoi((t_current + 1), end, in sdp_parse_connection()
483 if (commp_atoi((current + 1), t_current, in sdp_parse_connection()
488 if (commp_strtoub((current + 1), t_current, in sdp_parse_connection()