Lines Matching refs:n
1219 const char *buf, size_t n) in disk_store() argument
1231 p = memchr(buf, '\n', n); in disk_store()
1232 len = p ? p - buf : n; in disk_store()
1265 return error ? error : n; in disk_store()
1278 const char *buf, size_t n) in resume_store() argument
1281 int len = n; in resume_store()
1287 return n; in resume_store()
1325 return n; in resume_store()
1338 size_t n) in resume_offset_store() argument
1348 return n; in resume_offset_store()
1360 const char *buf, size_t n) in image_size_store() argument
1366 return n; in image_size_store()
1382 const char *buf, size_t n) in reserved_size_store() argument
1388 return n; in reserved_size_store()