Searched refs:contents (Results 276 - 286 of 286) sorted by relevance

<<1112

/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c625 /* If it's not a transaction root, we can't change its contents. */
1554 points to either a string value to set the new contents to, or NULL
1671 /* Set the contents of CONFLICT_PATH to PATH, and return an
1738 * function recursively merges the directories' contents. If any are
1910 different contents. */
2386 structures. Allocate the table and its contents in POOL. */
2857 /* Set *CONTENTS to a readable stream that will return the contents of
2860 fs_file_contents(svn_stream_t **contents,
2874 *contents = file_stream;
2984 contents, i
2850 fs_file_contents(svn_stream_t **contents, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c612 /* If it's not a transaction root, we can't change its contents. */
1546 points to either a string value to set the new contents to, or NULL
1671 /* Set the contents of CONFLICT_PATH to PATH, and return an
1765 * function recursively merges the directories' contents. If any are
1936 different contents. */
2401 structures. Allocate the table and its contents in POOL. */
2890 /* Set *CONTENTS to a readable stream that will return the contents of
2893 x_file_contents(svn_stream_t **contents,
2907 *contents = file_stream;
3019 contents, i
2883 x_file_contents(svn_stream_t **contents, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c636 svn_wc_get_pristine_contents(svn_stream_t **contents,
647 SVN_ERR(svn_wc_get_pristine_contents2(contents,
3363 contents since it is already in normal form. */
3371 /* The new text contents need to be detrans'd into normal form. */
635 svn_wc_get_pristine_contents(svn_stream_t **contents, const char *path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex496 properties whose contents are defined by convention have appropriate
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c4 * The contents of this file are subject to the terms of the
1001 * the open context) or reset its contents to
1007 /* clear the contents if its cached */
1643 * by anybody except our caller. Otherwise copy arcbuf's contents to dbuf.
1705 * "Clear" the contents of this dbuf. This will mark the dbuf
3191 void *contents = (data != NULL) ? data->b_data : NULL; local
3194 db->db_blkptr, contents, db->db.db_size, &zp,
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dcoffgen.c467 coff_section_data (abfd, sec)->contents = NULL;
H A Dbfd-in2.h263 /* This flag indicates that the BFD contents are actually cached in
307 /* Used in generating armaps (archive tables of contents).
1218 /* The section has contents - a data section could be
1251 /* The contents of this section are held in memory pointed to
1252 by the contents field. This is checked by bfd_get_section_contents,
1256 /* The contents of this section are to be excluded by the
1261 /* The contents of this section are to be sorted based on the sum of
1292 contents. */
1418 Contains a value even if the section has no contents (e.g., the
1425 doesn't cache altered section and reloc contents (stab
1469 unsigned char *contents; member in struct:bfd_section
[all...]
/freebsd-11.0-release/sys/dev/bxe/
H A Dbxe.h933 * so that the hardware can access it's contents directly and must be page
2299 struct mbuf *m, uint8_t contents);
H A Dbxe.c654 uint8_t contents);
4676 uint8_t contents)
4745 if (contents) {
11436 * Prepare the initial contents of the indirection table if
13731 /* make sure the shared memory contents are valid */
4674 bxe_dump_mbuf(struct bxe_softc *sc, struct mbuf *m, uint8_t contents) argument
/freebsd-11.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h269 /* This flag indicates that the BFD contents are actually cached in
313 /* Used in generating armaps (archive tables of contents).
1224 /* The section has contents - a data section could be
1257 /* The contents of this section are held in memory pointed to
1258 by the contents field. This is checked by bfd_get_section_contents,
1262 /* The contents of this section are to be excluded by the
1267 /* The contents of this section are to be sorted based on the sum of
1298 contents. */
1424 Contains a value even if the section has no contents (e.g., the
1431 doesn't cache altered section and reloc contents (stab
1475 unsigned char *contents; member in struct:bfd_section
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2919 // At least on OSX, buf contents are valid even when the call fails.
5145 // zero-initializing the sem_t contents. This has to be done here because

Completed in 226 milliseconds

<<1112