Lines Matching refs:n
1116 const char *buf, size_t n) in disk_store() argument
1128 p = memchr(buf, '\n', n); in disk_store()
1129 len = p ? p - buf : n; in disk_store()
1162 return error ? error : n; in disk_store()
1175 const char *buf, size_t n) in resume_store() argument
1178 int len = n; in resume_store()
1201 return n; in resume_store()
1214 size_t n) in resume_offset_store() argument
1224 return n; in resume_offset_store()
1236 const char *buf, size_t n) in image_size_store() argument
1242 return n; in image_size_store()
1258 const char *buf, size_t n) in reserved_size_store() argument
1264 return n; in reserved_size_store()