Home
last modified time | relevance | path

Searched refs:pristine (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_archive_write_set_options.c33 test(int pristine) in test() argument
37 int known_option_rv = pristine ? ARCHIVE_FAILED : ARCHIVE_OK; in test()
39 if (!pristine) { in test()
67 if (pristine) { in test()
72 if (pristine) { in test()
77 if (pristine) { in test()
82 if (pristine) { in test()
91 if (pristine) { in test()
96 if (pristine) { in test()
102 if (pristine) { in test()
[all …]
H A Dtest_archive_read_set_options.c33 test(int pristine) in test() argument
37 int known_option_rv = pristine ? ARCHIVE_FAILED : ARCHIVE_OK; in test()
39 if (!pristine) { in test()
67 if (pristine) { in test()
72 if (pristine) { in test()
77 if (pristine) { in test()
82 if (pristine) { in test()
91 if (pristine) { in test()
96 if (pristine) { in test()
102 if (pristine) { in test()
[all …]
H A Dtest_archive_write_set_format_option.c33 test(int pristine) in test() argument
36 int known_option_rv = pristine ? ARCHIVE_FAILED : ARCHIVE_OK; in test()
38 if (!pristine) in test()
H A Dtest_archive_read_set_format_option.c33 test(int pristine) in test() argument
36 int known_option_rv = pristine ? ARCHIVE_FAILED : ARCHIVE_OK; in test()
38 if (!pristine) in test()
H A Dtest_archive_write_set_option.c33 test(int pristine) in test() argument
36 int known_option_rv = pristine ? ARCHIVE_FAILED : ARCHIVE_OK; in test()
38 if (!pristine) { in test()
H A Dtest_archive_read_set_option.c33 test(int pristine) in test() argument
36 int known_option_rv = pristine ? ARCHIVE_FAILED : ARCHIVE_OK; in test()
38 if (!pristine) { in test()
H A Dtest_archive_write_set_filter_option.c33 test(int pristine) in test() argument
37 if (!pristine) in test()
H A Dtest_archive_read_set_filter_option.c33 test(int pristine) in test() argument
37 if (!pristine) in test()
H A Dtest_archive_write_set_passphrase.c34 test(int pristine) in test() argument
39 if (!pristine) { in test()
H A Dtest_archive_read_add_passphrase.c35 test(int pristine) in test() argument
39 if (!pristine) { in test()
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql504 UPDATE pristine SET refcount = refcount + 1
512 UPDATE pristine SET refcount = refcount - 1
521 UPDATE pristine SET refcount = refcount + 1
523 UPDATE pristine SET refcount = refcount - 1
H A Dwc-queries.sql876 INSERT OR IGNORE INTO pristine (checksum, md5_checksum, size, refcount)
880 INSERT INTO pristine (checksum, md5_checksum, size, refcount)
885 FROM pristine
890 FROM pristine
895 FROM pristine
900 FROM pristine
904 DELETE FROM pristine
911 LEFT JOIN pristine p ON n.checksum = p.checksum
919 LEFT JOIN pristine p ON n.checksum = p.checksum
H A DREADME95 pristine/ /* Sharded directory containing base files. */
103 `pristine':
105 the .svn/pristine subdirectory. This files are stored by the SHA-1
108 multiple identical files can share the same pristine representation.
H A Dprops.c1448 svn_boolean_t pristine, in svn_wc__prop_list_recursive() argument
1487 if (pristine) in svn_wc__prop_list_recursive()
1504 depth, pristine, in svn_wc__prop_list_recursive()
H A Dwc_db.h2189 svn_boolean_t pristine,
H A Dwc_db.c10271 svn_boolean_t pristine; member
10294 if (baton->pristine) in cache_props_recursive()
10311 svn_boolean_t pristine, in svn_wc__db_read_props_streamily() argument
10339 baton.pristine = pristine; in svn_wc__db_read_props_streamily()
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dprop_commands.c715 svn_boolean_t pristine, in get_prop_from_wc() argument
733 if (!pristine && depth == svn_depth_infinity in get_prop_from_wc()
750 propname, depth, pristine, in get_prop_from_wc()
801 svn_boolean_t pristine; in svn_client_propget5() local
805 pristine = (revision->kind == svn_opt_revision_committed in svn_client_propget5()
809 pristine, FALSE, in svn_client_propget5()
850 pristine, kind, in svn_client_propget5()
1378 svn_boolean_t pristine; in get_local_props() local
1387 pristine = ((revision->kind == svn_opt_revision_committed) in get_local_props()
1391 pristine, FALSE, scratch_pool)); in get_local_props()
[all …]
/freebsd-12.1/contrib/subversion/
H A Dbuild.conf1311 [pristine-store-test]
1312 description = Test the wc-ng pristine text storage subsystem
1315 sources = pristine-store-test.c utils.c
1587 conflict-data-test db-test pristine-store-test entries-compat-test
H A Dbuild-outputs.mk32 …sts/libsvn_subr/priority-queue-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEX…
34 …sts/libsvn_subr/priority-queue-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEX…
40 …rsion/tests/libsvn_wc/op-depth-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEX…
696 pristine_store_test_DEPS = subversion/tests/libsvn_wc/pristine-store-test.lo subversion/tests/libsv…
697 pristine_store_test_OBJECTS = pristine-store-test.lo utils.lo
698 subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT): $(pristine_store_test_DEPS)
699 …cd subversion/tests/libsvn_wc && $(LINK) $(pristine_store_test_LDFLAGS) -o pristine-store-test$(EX…
1142 …sts/libsvn_subr/priority-queue-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEX…
1546 pristine-store-test: subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT)
3606 subversion/tests/libsvn_wc/pristine-store-test.lo: subversion/tests/libsvn_wc/pristine-store-test.c…
H A DCHANGES43 * Remove Windows-specific slowdown during pristine cleanup (r1701641)
449 * cleanup: avoid unneeded memory growth during pristine cleanup (r1706241)
1968 * ra_serf avoids re-downloading content present in pristine store (r1333936)
/freebsd-12.1/contrib/subversion/subversion/include/private/
H A Dsvn_wc_private.h783 svn_boolean_t pristine,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def56 ///< the pristine IR generated by the
/freebsd-12.1/contrib/subversion/doc/user/
H A Dlj_article.txt260 pristine versions of each file. This latter feature provides the
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DCC1Options.td199 HelpText<"Use together with -emit-llvm to get pristine LLVM IR from the "
/freebsd-12.1/contrib/ntp/
H A DCommitLog27503 Added support function to reset to pristine state for unit tests.
27507 Added support function to reset to pristine state for unit tests.
27511 Added test case to validate the behaviour of queries in pristine state.

12