Lines Matching refs:stringlen
415 int stringlen; in read_connect() local
460 if (ff_amf_read_string(&gbc, command, sizeof(command), &stringlen)) { in read_connect()
1906 int stringlen; in send_invoke_response() local
1916 &stringlen)) { in send_invoke_response()
1930 sizeof(filename), &stringlen); in send_invoke_response()
2020 int stringlen; in read_number_result() local
2027 if (ff_amf_read_string(&gbc, strbuffer, sizeof(strbuffer), &stringlen)) in read_number_result()
2243 int stringlen, ret, skip = 0; in handle_notify() local
2248 &stringlen)) in handle_notify()
2261 &stringlen)) in handle_notify()
2264 stringlen = ff_amf_tag_size(gbc.buffer, gbc.buffer_end); in handle_notify()
2265 if (stringlen < 0) in handle_notify()
2267 bytestream2_skip(&gbc, stringlen); in handle_notify()
2287 sizeof(statusmsg), &stringlen); in handle_notify()
3028 int stringlen = 0; in rtmp_write() local
3033 &stringlen)) { in rtmp_write()