Lines Matching defs:end

116 read_escaped(char *result, char **buf, const char *end)
121 if (end - *buf < 3 || **buf != 'x' || ! svn_ctype_isxdigit((*buf)[1])
142 char **buf, const char *end,
147 if (*buf == end)
149 _("Unexpected end of entry"));
158 while (*buf != end && **buf != '\n')
168 SVN_ERR(read_escaped(&c, buf, end));
176 if (*buf == end)
178 _("Unexpected end of entry"));
198 char **buf, const char *end,
201 SVN_ERR(read_str(result, buf, end, pool));
215 char **buf, const char *end,
219 SVN_ERR(read_str(result, buf, end, pool));
236 char **buf, const char *end)
240 if (*buf == end)
242 _("Unexpected end of entry"));
250 while (*buf != end && **buf != '\n')
252 if (*buf == end)
254 _("Unexpected end of entry"));
268 char **buf, const char *end)
271 SVN_ERR(read_val(&val, buf, end));
292 const char *end,
297 SVN_ERR(read_val(&val, buf, end));
313 char **buf, const char *end,
318 SVN_ERR(read_val(&val, buf, end));
459 entry in *NEW_ENTRY. Advance *BUF to point at the end of the entry
464 char **buf, const char *end,
474 SVN_ERR(read_path(&name, buf, end, pool));
480 SVN_ERR(read_val(&kindstr, buf, end));
499 SVN_ERR(read_revnum(&entry->revision, buf, end, pool));
503 SVN_ERR(read_url(&entry->url, buf, end, entries_format, pool));
507 SVN_ERR(read_url(&entry->repos, buf, end, entries_format, pool));
519 SVN_ERR(read_val(&schedulestr, buf, end));
539 SVN_ERR(read_time(&entry->text_time, buf, end, pool));
543 SVN_ERR(read_str(&entry->checksum, buf, end, pool));
547 SVN_ERR(read_time(&entry->cmt_date, buf, end, pool));
550 SVN_ERR(read_revnum(&entry->cmt_rev, buf, end, pool));
553 SVN_ERR(read_str(&entry->cmt_author, buf, end, pool));
563 SVN_ERR(read_val(&unused_value, buf, end));
568 SVN_ERR(read_val(&unused_value, buf, end));
577 SVN_ERR(read_val(&unused_value, buf, end));
582 SVN_ERR(read_val(&unused_value, buf, end));
589 SVN_ERR(read_path(&entry->prejfile, buf, end, pool));
591 SVN_ERR(read_path(&entry->conflict_old, buf, end, pool));
593 SVN_ERR(read_path(&entry->conflict_new, buf, end, pool));
595 SVN_ERR(read_path(&entry->conflict_wrk, buf, end, pool));
600 SVN_ERR(read_bool(&entry->copied, ENTRIES_BOOL_COPIED, buf, end));
603 SVN_ERR(read_url(&entry->copyfrom_url, buf, end, entries_format, pool));
605 SVN_ERR(read_revnum(&entry->copyfrom_rev, buf, end, pool));
609 SVN_ERR(read_bool(&entry->deleted, ENTRIES_BOOL_DELETED, buf, end));
613 SVN_ERR(read_bool(&entry->absent, ENTRIES_BOOL_ABSENT, buf, end));
617 SVN_ERR(read_bool(&entry->incomplete, ENTRIES_BOOL_INCOMPLETE, buf, end));
621 SVN_ERR(read_str(&entry->uuid, buf, end, pool));
625 SVN_ERR(read_str(&entry->lock_token, buf, end, pool));
629 SVN_ERR(read_str(&entry->lock_owner, buf, end, pool));
633 SVN_ERR(read_str(&entry->lock_comment, buf, end, pool));
637 SVN_ERR(read_time(&entry->lock_creation_date, buf, end, pool));
641 SVN_ERR(read_str(&entry->changelist, buf, end, pool));
645 SVN_ERR(read_bool(&entry->keep_local, ENTRIES_BOOL_KEEP_LOCAL, buf, end));
654 SVN_ERR(read_val(&val, buf, end));
663 SVN_ERR(read_val(&result, buf, end));
692 SVN_ERR(read_str(&entry->tree_conflict_data, buf, end, pool));
698 SVN_ERR(read_str(&str, buf, end, pool));
984 /* ----- end of lock handling. */
1244 /* We allow extra fields at the end of the line, for