Home
last modified time | relevance | path

Searched refs:read_bool (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_wc/
HDold-and-busted.c266 read_bool(svn_boolean_t *result, const char *field_name, in read_bool() function
599 SVN_ERR(read_bool(&entry->copied, ENTRIES_BOOL_COPIED, buf, end)); in read_entry()
608 SVN_ERR(read_bool(&entry->deleted, ENTRIES_BOOL_DELETED, buf, end)); in read_entry()
612 SVN_ERR(read_bool(&entry->absent, ENTRIES_BOOL_ABSENT, buf, end)); in read_entry()
616 SVN_ERR(read_bool(&entry->incomplete, ENTRIES_BOOL_INCOMPLETE, buf, end)); in read_entry()
644 SVN_ERR(read_bool(&entry->keep_local, ENTRIES_BOOL_KEEP_LOCAL, buf, end)); in read_entry()