Lines Matching refs:n
993 const char *buf, size_t n) in disk_store() argument
1004 p = memchr(buf, '\n', n); in disk_store()
1005 len = p ? p - buf : n; in disk_store()
1038 return error ? error : n; in disk_store()
1051 const char *buf, size_t n) in resume_store() argument
1054 int len = n; in resume_store()
1074 return n; in resume_store()
1087 size_t n) in resume_offset_store() argument
1097 return n; in resume_offset_store()
1109 const char *buf, size_t n) in image_size_store() argument
1115 return n; in image_size_store()
1131 const char *buf, size_t n) in reserved_size_store() argument
1137 return n; in reserved_size_store()