Lines Matching refs:len
330 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
338 strlcat(buf, str, len); in getDump()
339 getDump(buf, len, "\tsrc", ov.src); in getDump()
340 getDump(buf, len, "\tsrc_rect", ov.src_rect); in getDump()
341 getDump(buf, len, "\tdst_rect", ov.dst_rect); in getDump()
344 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
351 strlcat(buf, str_src, len); in getDump()
354 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
360 strlcat(buf, str_rect, len); in getDump()
363 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
369 strlcat(buf, str, len); in getDump()
370 getDump(buf, len, "\tdata", ov.data); in getDump()
373 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
379 strlcat(buf, str_data, len); in getDump()
382 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
388 strlcat(buf, str, len); in getDump()
389 getDump(buf, len, "\tsrc", rot.src); in getDump()
390 getDump(buf, len, "\tdst", rot.dst); in getDump()
391 getDump(buf, len, "\tsrc_rect", rot.src_rect); in getDump()
394 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
400 strlcat(buf, str, len); in getDump()
401 getDump(buf, len, "\tsrc", rot.src); in getDump()
402 getDump(buf, len, "\tdst", rot.dst); in getDump()