/third_party/musl/src/thread/i386/ |
H A D | __set_thread_area.s | 45 .data
|
/third_party/nghttp2/src/ |
H A D | shrpx_live_check.h | 76 // These functions are used to feed / extract data to 78 int on_read(const uint8_t *data, size_t len);
|
/third_party/musl/src/network/ |
H A D | res_mkquery.c | 6 const unsigned char *data, int datalen, in __res_mkquery() 5 __res_mkquery(int op, const char *dname, int class, int type, const unsigned char *data, int datalen, const unsigned char *newrr, unsigned char *buf, int buflen) __res_mkquery() argument
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__llist.h | 31 * This is a doubly-linked list data structure. 43 /*! Opaque data structure for linked list */ 48 /*! Opaque data structure for a node in a linked list */ 51 /*! Callback to free user-defined node data 53 * \param[in] data user supplied data 55 typedef void (*ares__llist_destructor_t)(void *data);
|
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf_query.h | 97 unsigned *data,
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt.h | 42 * The data object is immutable, so we can freely share it with 44 * TODO: data is no longer immutable. See bugs #1866, 2155 49 * If true, we own the data object and must delete it. 113 * @param theData the rule data for the transliterator. 126 * @param theData the rule data for the transliterator. 127 * @param isDataAdopted determine who will own the 'data' object. True, the caller should not delete 'data'. 130 TransliterationRuleData* data,
|
H A D | strrepl.h | 70 const TransliterationRuleData* data; member in StringReplacer
|
H A D | collationtailoring.h | 41 * Collation tailoring data & settings. 43 * built from rules or deserialized from binary data. 65 // data for sorting etc. 66 const CollationData *data; // == base data or ownedData member 92 * It is immutable, and the data trie cannot be copied either.
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rob.h | 40 * data that is not received yet. 70 * ngtcp2_rob_data holds the buffered stream data. 85 * |offset| is the stream offset of the first byte of this data. 106 * ngtcp2_rob is the reorder buffer which reassembles stream data 113 /* dataksl maintains the list of buffers which store received data 118 /* chunk is the size of each buffer in data field */ 140 * ngtcp2_rob_push adds new data of length |datalen| at the stream 149 int ngtcp2_rob_push(ngtcp2_rob *rob, uint64_t offset, const uint8_t *data, 154 * also removes data buffer if it is completely included in |offset|. 167 * valid length of available data [all...] |
H A D | ngtcp2_vec.h | 50 * ngtcp2_vec_new allocates and initializes |*pvec| with given |data| 52 * and the given data with a single allocation, and the contents 53 * pointed by |data| is copied into the allocated memory space. To 56 int ngtcp2_vec_new(ngtcp2_vec **pvec, const uint8_t *data, size_t datalen,
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_outbound_item.h | 51 * The data to be sent for this DATA frame. 64 * |eof| is 0. It becomes 1 after all data were read. 97 /* Additional data which cannot be stored in nghttp2_frame struct */ 99 nghttp2_data_aux_data data; member
|
/third_party/node/deps/npm/node_modules/@colors/colors/examples/ |
H A D | normal-usage.js | 48 data: 'grey',
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_stateobj.h | 40 const uint8_t *data; member 44 bool user; /* should only be true if u.data is valid and non-NULL */
|
/third_party/libexif/libexif/ |
H A D | exif-content.h | 36 #include <libexif/exif-data.h> 138 * \param[in] user_data data to pass into func on each call 151 /*! Return a textual representation of the EXIF data for a tag. 166 * \param[in] content IFD data 167 * \param[in] indent how many levels deep to indent the data
|
/third_party/ltp/testcases/kernel/syscalls/epoll_ctl/ |
H A D | epoll_ctl03.c | 55 events.data.fd = fds[0]; in setup()
|
/third_party/ltp/testcases/kernel/syscalls/epoll_wait/ |
H A D | epoll_wait03.c | 57 epevs[0].data.fd = fds[1]; in setup()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/mount-origin/ |
H A D | example.js | 45 document.getElementById("r").value + msg.data + "\n";
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/mount-origin/ |
H A D | example.js | 45 ring[head] = msg.data + "\n";
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/ |
H A D | example.js | 43 document.getElementById("r").value + msg.data + "\n";
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/mount-origin/ |
H A D | example.js | 45 ring[head] = msg.data + "\n";
|
/third_party/node/deps/v8/include/ |
H A D | v8-weak-callback-info.h | 24 using Callback = void (*)(const WeakCallbackInfo<T>& data);
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-weak-callback-info.h | 24 using Callback = void (*)(const WeakCallbackInfo<T>& data);
|
/third_party/mesa3d/src/util/ |
H A D | disk_cache_os.h | 87 /* Copy of cache data to be compressed and written. */ 88 void *data; member 90 /* Size of data to be compressed and written. */
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | cnd_broadcast.c | 26 static int child_wait(void *data) in child_wait() argument
|
H A D | call_once.c | 32 void func(void *data) in func() argument
|