Home
last modified time | relevance | path

Searched refs:data_read (Results 1 - 11 of 11) sorted by relevance

/third_party/elfutils/libelf/
H A Delf_newdata.c67 /* data_read is set when data has been read from the ELF image or in elf_newdata()
70 data. If data_read has been set by elf_newscn, then rawdata_base in elf_newdata()
81 if (scn->data_read in elf_newdata()
86 if (scn->data_read && scn->data_list_rear == NULL) in elf_newdata()
100 if (scn->data_read == 0) in elf_newdata()
H A Delf_rawdata.c54 || (scn->data_read != 0 && (scn->flags & ELF_F_FILEDATA) == 0)) in elf_rawdata()
63 if (scn->data_read == 0) in elf_rawdata()
67 since otherwise the `data_read' flag would be set. */ in elf_rawdata()
H A Delf_strptr.c174 if (strscn->rawdata_base == NULL && ! strscn->data_read) in elf_strptr()
178 if (strscn->rawdata_base == NULL && ! strscn->data_read in elf_strptr()
201 // initialized yet (when data_read is zero). So we cannot just in elf_strptr()
H A Delf_getdata.c412 scn->data_read = 1; in __libelf_set_rawdata_wrlock()
540 if (scn->data_read == 0) in __elf_getdata_rdlock()
552 otherwise the `data_read' flag would be set. */ in __elf_getdata_rdlock()
553 if (scn->data_read == 0 && __libelf_set_rawdata_wrlock (scn) != 0) in __elf_getdata_rdlock()
H A Delf_getscn.c90 scn0->data_read = 1; in elf_getscn()
H A Delf_newscn.c147 result->data_read = 1; in elf_newscn()
H A Delf32_updatenull.c280 if (scn->data_read == 0 in __elfw2()
H A Delf_compress.c333 scn->data_read = 1; in __libelf_reset_rawdata()
H A DlibelfP.h197 The `data_read' element signals whether data is available in the
214 int data_read; /* Nonzero if the section was created by the member
530 data_list_rear is NULL and we know data_read is set and there is
/third_party/ffmpeg/libavformat/
H A Ddata_uri.c101 static int data_read(URLContext *h, unsigned char *buf, int size) in data_read() function
117 .url_read = data_read,
/third_party/nghttp2/src/
H A Dshrpx_http3_upstream.cc1430 nghttp3_data_reader data_read; in on_downstream_header_complete() local
1431 data_read.read_data = downstream_read_data_callback; in on_downstream_header_complete()
1437 data_readptr = &data_read; in on_downstream_header_complete()
1683 nghttp3_data_reader data_read, *data_read_ptr = nullptr; in send_reply() local
1686 data_read.read_data = downstream_read_data_callback; in send_reply()
1687 data_read_ptr = &data_read; in send_reply()
2705 nghttp3_data_reader data_read; in error_reply() local
2706 data_read.read_data = downstream_read_data_callback; in error_reply()
2723 nva.data(), nva.size(), &data_read); in error_reply()

Completed in 13 milliseconds