Lines Matching refs:strlen
61 n = 4+4+4+4+4+strlen(contenttype); in fstrm_create_control_frame_start()
66 control[1] = htonl(4+4+4+strlen(contenttype)); in fstrm_create_control_frame_start()
69 control[4] = htonl(strlen(contenttype)); in fstrm_create_control_frame_start()
70 memmove(&control[5], contenttype, strlen(contenttype)); in fstrm_create_control_frame_start()
108 n = 4+4+4+4+4+strlen(contenttype); in fstrm_create_control_frame_ready()
114 control[1] = htonl(4+4+4+strlen(contenttype)); in fstrm_create_control_frame_ready()
117 control[4] = htonl(strlen(contenttype)); in fstrm_create_control_frame_ready()
118 memmove(&control[5], contenttype, strlen(contenttype)); in fstrm_create_control_frame_ready()
136 n = 4+4+4+4+4+strlen(contenttype); in fstrm_create_control_frame_accept()
142 control[1] = htonl(4+4+4+strlen(contenttype)); in fstrm_create_control_frame_accept()
145 control[4] = htonl(strlen(contenttype)); in fstrm_create_control_frame_accept()
146 memmove(&control[5], contenttype, strlen(contenttype)); in fstrm_create_control_frame_accept()