Home
last modified time | relevance | path

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

/external/opencore/protocols/rtsp_parcom/src/
Drtsp_par_com_outgoing_message.cpp536 const int DATE_BUFSIZE = 29; in compose() local
537 char tmp[DATE_BUFSIZE+1]; in compose()
541 if (max_len < DATE_BUFSIZE + 8) in compose()
546 current_time.get_rfc822_gmtime_str(DATE_BUFSIZE + 1, tmp); in compose()