Searched refs:content (Results 51 - 75 of 128) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp307 uptr content; member in struct:__interception::TrampolineMemoryRegion
351 if (current->content == 0)
353 ::VirtualFree((void*)current->content, 0, MEM_RELEASE);
354 current->content = 0;
363 if (current->content == 0) {
366 void *content = AllocateTrampolineRegion(image_address, bucket_size); local
367 if (content == nullptr)
370 current->content = (uptr)content;
378 uptr next_address = current->content
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dutil.c559 svn_stringbuf_t *content; local
560 SVN_ERR(svn_fs_x__read_content(&content,
563 SVN_ERR(svn_revnum_parse(rev, content->data, &str));
606 svn_fs_x__try_stringbuf_from_file(svn_stringbuf_t **content, argument
612 svn_error_t *err = svn_stringbuf_from_file2(content, path, result_pool);
618 *content = NULL;
648 svn_fs_x__read_content(svn_stringbuf_t **content, argument
653 *content = NULL;
655 for (i = 0; !*content && (i < SVN_FS_X__RECOVERABLE_RETRY_COUNT); ++i)
656 SVN_ERR(svn_fs_x__try_stringbuf_from_file(content, NUL
[all...]
H A Dutil.h410 /* Read the file at PATH and return its content in *CONTENT, allocated in
419 svn_fs_x__try_stringbuf_from_file(svn_stringbuf_t **content,
428 svn_fs_x__read_content(svn_stringbuf_t **content,
H A Dlow_level.h68 /* Given the offset of the L2P index data in L2P_OFFSET, the content
221 const svn_string_t *content,
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_cms.in152 echo "create signed data (content info)"
155 --content-info \
159 echo "verify signed data (content info)"
163 --content-info \
167 echo "create signed data (content type)"
170 --content-type=1.1.1.1 \
174 echo "verify signed data (content type)"
209 --signed-content="$srcdir/test_chain.in" \
225 --content-info \
233 --content
[all...]
H A Dtest_query.in47 --info --content \
53 --info --content \
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c633 ALLOC(content_info->content, 1);
634 if (content_info->content == NULL)
636 content_info->content->data = malloc(buf->length);
637 if (content_info->content->data == NULL)
639 memcpy(content_info->content->data, buf->data, buf->length);
640 content_info->content->length = buf->length;
894 krb5_data *content,
917 content,
954 const krb5_data *content,
962 ret = decode_ReplyKeyPack_Win2k(content
889 pk_verify_sign(krb5_context context, const void *data, size_t length, struct krb5_pk_identity *id, heim_oid *contentType, krb5_data *content, struct krb5_pk_cert **signer) argument
953 get_reply_key_win(krb5_context context, const krb5_data *content, unsigned nonce, krb5_keyblock **key) argument
1001 get_reply_key(krb5_context context, const krb5_data *content, const krb5_data *req_buffer, krb5_keyblock **key) argument
1168 krb5_data content; local
1318 krb5_data content; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dsymbol.h138 } content; member in union:constraint_spec::__anon5955
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip.c274 verify_contents(struct archive *a, int seeking, int content) argument
296 if (content) {
314 if (content) {
333 if (content) {
360 if (content) {
381 if (content) {
399 if (content) {
418 if (content) {
446 if (content) {
467 if (content) {
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp324 // If section has no symbols and no content, there are no atoms.
325 if (symbols.empty() && section.content.empty())
329 // Section has no symbols, put all content in one anonymous atom.
332 section.address + section.content.size(),
336 // Section has anonymous content before first symbol.
360 section.address + section.content.size(),
397 if ((section.content.size() % sizeMultiple) != 0)
402 + Twine(section.content.size())
412 for (unsigned int offset = 0, e = section.content.size(); offset != e;) {
426 if (section.content[
1367 ArrayRef<uint8_t> content = sect.content; local
[all...]
H A DMachONormalizedFileBinaryWriter.cpp294 offset += sect.content.size();
476 if (s2.address >= s1.address+s1.content.size())
478 if (s1.address >= s2.address+s2.content.size())
523 && (s.address+s.content.size() <= sg.address+sg.size)) {
555 isZeroFillSection(s->type) ? 0 : s->content.size();
618 return sect.content.size() / sect.indirectSymbols.size();
637 + _file.sections.back().content.size();
639 _file.sections.back().content.size() -
652 sout->size = sin.content.size();
719 sect->size = section->content
[all...]
H A DMachONormalizedFileYAML.cpp91 // The content for a section is represented as a flow sequence of hex bytes.
304 // S_ZEROFILL sections use "size:" instead of "content:"
305 uint64_t size = sect.content.size();
309 sect.content = makeArrayRef(bytes, size);
312 MappingNormalization<NormalizedContent, ArrayRef<uint8_t>> content(
313 io, sect.content);
314 io.mapOptional("content", content->_normalizedContent);
322 NormalizedContent(IO &io, ArrayRef<uint8_t> content) : _io(io) { argument
323 // When writing yaml, copy content byt
[all...]
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-data.h45 void **content; /* content of window */ member in struct:tui_gen_win_info
46 int content_size; /* Size of content (# of elements) */
175 /* Elements in the data display window content */
183 char *content; member in struct:tui_data_element
187 /* Elements in the command window content */
196 /* Elements in the locator window content */
220 /* An content element in a window */
238 /* This describes the content of the window. */
245 tui_win_content data_content; /* start of data display content */
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp104 addReferencedTypes(Sym.content(), DepList);
139 addReferencedTypes(Rec->content(), DepList);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dutil.h350 /* Read the file at PATH and return its content in *CONTENT. *CONTENT will
360 svn_fs_fs__try_stringbuf_from_file(svn_stringbuf_t **content,
369 svn_fs_fs__read_content(svn_stringbuf_t **content,
/freebsd-11-stable/contrib/unbound/util/
H A Dmini_event.h121 content; member in struct:event_base
169 /** set content of event */
H A Dmini_event.c189 memmove(&base->ready, &base->content, sizeof(fd_set));
270 /** set content of event */
306 FD_SET(FD_SET_T ev->ev_fd, &ev->ev_base->content);
339 FD_CLR(FD_SET_T ev->ev_fd, &ev->ev_base->content);
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man364 my $content = '';
371 $content = ".TP\n\x83$2\n\x83$5\n";
383 $content = ".HP\n\x83$1\n";
392 $content = ".TP\n\x83$2\n\x83$3\n";
400 $content = ".IP\n\x83$2\n";
408 $content = ".PP\n" if $include{$sect};
409 $content .= "$1\n";
416 $content .= "\x83$1\n"
422 for ($content)
440 $content
[all...]
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.c78 char * content; /* the start of the buffer */ member in struct:sbuf
79 char * end; /* just past the end of the content */
89 * Returns the length of the sbuf content.
92 ((sbuf)->end - (sbuf)->content)
130 * Frees a struct page_info and its content.
199 sbuf->end = sbuf->content;
209 sbuf->content = (char *) malloc(LINE_ALLOC);
210 sbuf->last = sbuf->content + LINE_ALLOC - 1;
226 size = sbuf->last + 1 - sbuf->content;
228 cntsize = sbuf->end - sbuf->content;
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
H A DSymbolTable.cpp39 // Named atoms cannot be merged by content.
45 // Named atoms cannot be merged by content.
50 // TODO: support mergeByContent of data atoms by comparing content & fixups.
208 auto content = atom->rawContent(); local
211 llvm::hash_combine_range(content.begin(),
212 content.end()));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDeserializer.h65 Mapping = std::make_unique<MappingInfo>(Record.content(), Container);
H A DTypeDeserializer.h44 MappingInfo I(CVT.content());
69 Mapping = std::make_unique<MappingInfo>(Record.content());
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c473 * groups to SHT_NOBITS, and the content of those sections
950 * content. We don't need to adjust their file offset or
1205 * (zero'ed) content on file.
1261 /* Use s->buf as content if s->nocopy is set. */
1386 (void) create_external_section(ecp, sa->name, NULL, sa->content,
1585 if ((sa->content = malloc(sa->size)) == NULL)
1589 if (fread(sa->content, 1, sa->size, fp) == 0 ||
1594 sa->content = NULL;
1608 free(sa->content);
1626 /* Read debug file content
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c135 _uw content; member in struct:__EIT_entry
429 if (eitp->content == EXIDX_CANTUNWIND)
437 if (eitp->content & uint32_highbit)
440 ucbp->pr_cache.ehtp = (_Unwind_EHT_Header *)&eitp->content;
445 /* The low 31 bits of the content field are a self-relative
448 (_Unwind_EHT_Header *) selfrel_offset31 (&eitp->content);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp202 if (child->content)
203 attr_value = llvm::StringRef((const char *)child->content);
292 text.append((const char *)node->content);

Completed in 407 milliseconds

123456