Home
last modified time | relevance | path

Searched defs:mem (Results 526 - 550 of 706) sorted by relevance

1...<<212223242526272829

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.h151 const nghttp3_mem *mem; member
888 const nghttp3_mem *mem; global() member
[all...]
H A Dnghttp3_conn.c213 conn_new(nghttp3_conn **pconn, int server, int callbacks_version, const nghttp3_callbacks *callbacks, int settings_version, const nghttp3_settings *settings, const nghttp3_mem *mem, void *user_data) conn_new() argument
288 nghttp3_conn_client_new_versioned(nghttp3_conn **pconn, int callbacks_version, const nghttp3_callbacks *callbacks, int settings_version, const nghttp3_settings *settings, const nghttp3_mem *mem, void *user_data) nghttp3_conn_client_new_versioned() argument
305 nghttp3_conn_server_new_versioned(nghttp3_conn **pconn, int callbacks_version, const nghttp3_callbacks *callbacks, int settings_version, const nghttp3_settings *settings, const nghttp3_mem *mem, void *user_data) nghttp3_conn_server_new_versioned() argument
[all...]
H A Dnghttp3_stream.h206 const nghttp3_mem *mem; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_frame.c79 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem) { in nghttp2_frame_headers_free() argument
109 void nghttp2_frame_settings_free(nghttp2_settings *frame, nghttp2_mem *mem) { in nghttp2_frame_settings_free() argument
154 void nghttp2_frame_goaway_free(nghttp2_goaway *frame, nghttp2_mem *mem) { in nghttp2_frame_goaway_free() argument
214 void nghttp2_frame_altsvc_free(nghttp2_extension *frame, nghttp2_mem *mem) { in nghttp2_frame_altsvc_free() argument
125 nghttp2_frame_push_promise_free(nghttp2_push_promise *frame, nghttp2_mem *mem) nghttp2_frame_push_promise_free() argument
244 nghttp2_frame_origin_free(nghttp2_extension *frame, nghttp2_mem *mem) nghttp2_frame_origin_free() argument
270 nghttp2_frame_priority_update_free(nghttp2_extension *frame, nghttp2_mem *mem) nghttp2_frame_priority_update_free() argument
524 nghttp2_frame_unpack_settings_payload2(nghttp2_settings_entry **iv_ptr, size_t *niv_ptr, const uint8_t *payload, size_t payloadlen, nghttp2_mem *mem) nghttp2_frame_unpack_settings_payload2() argument
661 nghttp2_frame_unpack_goaway_payload2(nghttp2_goaway *frame, const uint8_t *payload, size_t payloadlen, nghttp2_mem *mem) nghttp2_frame_unpack_goaway_payload2() argument
765 nghttp2_frame_unpack_altsvc_payload2(nghttp2_extension *frame, const uint8_t *payload, size_t payloadlen, nghttp2_mem *mem) nghttp2_frame_unpack_altsvc_payload2() argument
819 nghttp2_frame_unpack_origin_payload(nghttp2_extension *frame, const uint8_t *payload, size_t payloadlen, nghttp2_mem *mem) nghttp2_frame_unpack_origin_payload() argument
940 nghttp2_frame_iv_copy(const nghttp2_settings_entry *iv, size_t niv, nghttp2_mem *mem) nghttp2_frame_iv_copy() argument
982 nghttp2_nv_array_del(nghttp2_nv *nva, nghttp2_mem *mem) nghttp2_nv_array_del() argument
1035 nghttp2_nv_array_copy(nghttp2_nv **nva_ptr, const nghttp2_nv *nva, size_t nvlen, nghttp2_mem *mem) nghttp2_nv_array_copy() argument
[all...]
H A Dnghttp2_session.h226 nghttp2_mem mem; member
H A Dnghttp2_hd.c639 static void hd_ringbuf_free(nghttp2_hd_ringbuf *ringbuf, nghttp2_mem *mem) { in hd_ringbuf_free() argument
593 hd_ringbuf_init(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, nghttp2_mem *mem) hd_ringbuf_init() argument
614 hd_ringbuf_reserve(nghttp2_hd_ringbuf *ringbuf, size_t bufsize, nghttp2_mem *mem) hd_ringbuf_reserve() argument
653 hd_ringbuf_push_front(nghttp2_hd_ringbuf *ringbuf, nghttp2_hd_entry *ent, nghttp2_mem *mem) hd_ringbuf_push_front() argument
674 hd_context_init(nghttp2_hd_context *context, nghttp2_mem *mem) hd_context_init() argument
696 nghttp2_hd_deflate_init(nghttp2_hd_deflater *deflater, nghttp2_mem *mem) nghttp2_hd_deflate_init() argument
701 nghttp2_hd_deflate_init2(nghttp2_hd_deflater *deflater, size_t max_deflate_dynamic_table_size, nghttp2_mem *mem) nghttp2_hd_deflate_init2() argument
725 nghttp2_hd_inflate_init(nghttp2_hd_inflater *inflater, nghttp2_mem *mem) nghttp2_hd_inflate_init() argument
1106 nghttp2_mem *mem; add_hd_table_incremental() local
1225 nghttp2_mem *mem; hd_context_shrink_table_size() local
1349 nghttp2_mem *mem; deflate_nv() local
1496 nghttp2_mem *mem; nghttp2_hd_deflate_hd() local
1528 nghttp2_mem *mem; nghttp2_hd_deflate_hd_vec() local
1589 nghttp2_hd_deflate_new2(nghttp2_hd_deflater **deflater_ptr, size_t deflate_hd_table_bufsize_max, nghttp2_mem *mem) nghttp2_hd_deflate_new2() argument
1619 nghttp2_mem *mem; nghttp2_hd_deflate_del() local
1878 nghttp2_mem *mem; nghttp2_hd_inflate_hd_nv() local
2248 nghttp2_hd_inflate_new2(nghttp2_hd_inflater **inflater_ptr, nghttp2_mem *mem) nghttp2_hd_inflate_new2() argument
2277 nghttp2_mem *mem; nghttp2_hd_inflate_del() local
[all...]
H A Dnghttp2_hd.h199 nghttp2_mem *mem; member
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_bbr2.c1481 void ngtcp2_cc_bbr2_cc_free(ngtcp2_cc *cc, const ngtcp2_mem *mem) { in ngtcp2_cc_bbr2_cc_free() argument
1452 ngtcp2_cc_bbr2_cc_init(ngtcp2_cc *cc, ngtcp2_log *log, ngtcp2_conn_stat *cstat, ngtcp2_rst *rst, ngtcp2_tstamp initial_ts, ngtcp2_rand rand, const ngtcp2_rand_ctx *rand_ctx, const ngtcp2_mem *mem) ngtcp2_cc_bbr2_cc_init() argument
H A Dngtcp2_pkt.c59 void ngtcp2_pkt_chain_del(ngtcp2_pkt_chain *pc, const ngtcp2_mem *mem) { in ngtcp2_pkt_chain_del() argument
37 ngtcp2_pkt_chain_new(ngtcp2_pkt_chain **ppc, const ngtcp2_path *path, const ngtcp2_pkt_info *pi, const uint8_t *pkt, size_t pktlen, size_t dgramlen, ngtcp2_tstamp ts, const ngtcp2_mem *mem) ngtcp2_pkt_chain_new() argument
H A Dngtcp2_rtb.c38 int ngtcp2_frame_chain_new(ngtcp2_frame_chain **pfrc, const ngtcp2_mem *mem) { in ngtcp2_frame_chain_new() argument
61 ngtcp2_frame_chain_extralen_new(ngtcp2_frame_chain **pfrc, size_t extralen, const ngtcp2_mem *mem) ngtcp2_frame_chain_extralen_new() argument
73 ngtcp2_frame_chain_stream_datacnt_objalloc_new(ngtcp2_frame_chain **pfrc, size_t datacnt, ngtcp2_objalloc *objalloc, const ngtcp2_mem *mem) ngtcp2_frame_chain_stream_datacnt_objalloc_new() argument
90 ngtcp2_frame_chain_crypto_datacnt_objalloc_new(ngtcp2_frame_chain **pfrc, size_t datacnt, ngtcp2_objalloc *objalloc, const ngtcp2_mem *mem) ngtcp2_frame_chain_crypto_datacnt_objalloc_new() argument
107 ngtcp2_frame_chain_new_token_objalloc_new(ngtcp2_frame_chain **pfrc, const ngtcp2_vec *token, ngtcp2_objalloc *objalloc, const ngtcp2_mem *mem) ngtcp2_frame_chain_new_token_objalloc_new() argument
136 ngtcp2_frame_chain_del(ngtcp2_frame_chain *frc, const ngtcp2_mem *mem) ngtcp2_frame_chain_del() argument
151 ngtcp2_frame_chain_objalloc_del(ngtcp2_frame_chain *frc, ngtcp2_objalloc *objalloc, const ngtcp2_mem *mem) ngtcp2_frame_chain_objalloc_del() argument
207 ngtcp2_frame_chain_list_objalloc_del(ngtcp2_frame_chain *frc, ngtcp2_objalloc *objalloc, const ngtcp2_mem *mem) ngtcp2_frame_chain_list_objalloc_del() argument
219 ngtcp2_frame_chain_binder_new(ngtcp2_frame_chain_binder **pbinder, const ngtcp2_mem *mem) ngtcp2_frame_chain_binder_new() argument
229 ngtcp2_bind_frame_chains(ngtcp2_frame_chain *a, ngtcp2_frame_chain *b, const ngtcp2_mem *mem) ngtcp2_bind_frame_chains() argument
283 ngtcp2_rtb_entry_objalloc_del(ngtcp2_rtb_entry *ent, ngtcp2_objalloc *objalloc, ngtcp2_objalloc *frc_objalloc, const ngtcp2_mem *mem) ngtcp2_rtb_entry_objalloc_del() argument
298 ngtcp2_rtb_init(ngtcp2_rtb *rtb, ngtcp2_pktns_id pktns_id, ngtcp2_strm *crypto, ngtcp2_rst *rst, ngtcp2_cc *cc, ngtcp2_log *log, ngtcp2_qlog *qlog, ngtcp2_objalloc *rtb_entry_objalloc, ngtcp2_objalloc *frc_objalloc, const ngtcp2_mem *mem) ngtcp2_rtb_init() argument
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c1332 struct vn_device_memory *mem = vn_device_memory_from_handle(pInfo->memory); in vn_GetMemoryAndroidHardwareBufferANDROID() local
1133 vn_android_device_import_ahb(struct vn_device *dev, struct vn_device_memory *mem, const VkMemoryAllocateInfo *alloc_info, const VkAllocationCallbacks *alloc, struct AHardwareBuffer *ahb, bool internal_ahb) vn_android_device_import_ahb() argument
1266 vn_android_device_allocate_ahb(struct vn_device *dev, struct vn_device_memory *mem, const VkMemoryAllocateInfo *alloc_info, const VkAllocationCallbacks *alloc) vn_android_device_allocate_ahb() argument
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c942 static void *U_CALLCONV ctest_libRealloc(const void *context, void *mem, size_t size) { in ctest_libRealloc() argument
953 static void U_CALLCONV ctest_libFree(const void *context, void *mem) { in ctest_libFree() argument
/third_party/lwip/src/core/
H A Dpbuf.c1510 pbuf_memfind(const struct pbuf *p, const void *mem, u16_t mem_len, u16_t start_offset) in pbuf_memfind() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c740 static void r_member(unsigned mode, struct position *pos, struct symbol *sym, struct symbol *mem) in r_member() argument
784 static void r_memdef(struct symbol *sym, struct symbol *mem) in r_memdef() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.h288 VkDeviceMemory mem; member
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx_all.c95 BIO *mem = OSSL_HTTP_get(url, NULL /* proxy */, NULL /* no_proxy */, in simple_get_asn1() local
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_client.c56 BIO *mem; /* Mem BIO holding request header or response */ member
340 BIO *mem = NULL; OSSL_HTTP_REQ_CTX_set1_req() local
[all...]
/third_party/libabigail/src/
H A Dabg-elf-helpers.cc591 GElf_Shdr mem; in get_symbol_versionning_sections() local
/third_party/openssl/test/
H A Dtls-provider.c813 static unsigned int mem[10] = { 0 }; in randomize_tls_group_id() local
/third_party/pulseaudio/speex/libspeexdsp/
H A Dmdf.c187 static inline void filter_dc_notch16(const spx_int16_t *in, spx_word16_t radius, spx_word16_t *out, int len, spx_mem_t *mem, int stride) in filter_dc_notch16() argument
/third_party/openssl/crypto/http/
H A Dhttp_client.c56 BIO *mem; /* Mem BIO holding request header or response */ member
333 BIO *mem = NULL; OSSL_HTTP_REQ_CTX_set1_req() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp240 ExternalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr, size_t offset) : Allocation(*mem, offset, hostPtr), m_memHolder(mem) { } in ExternalHostAllocation() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp514 const VkDeviceMemory mem = memoryObjects[memoryObjects.size() - 1 - ndx]; in iterate() local
529 const VkDeviceMemory mem = memoryObjects[ndx]; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMarkerTests.cpp204 ExternalHostAllocation(Move<VkDeviceMemory> mem, void* hostPtr, size_t offset) : Allocation(*mem, offset, hostPtr), m_memHolder(mem) { } in ExternalHostAllocation() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAllocationTests.cpp510 const VkDeviceMemory mem = memoryObjects[memoryObjects.size() - 1 - ndx]; in iterate() local
525 const VkDeviceMemory mem = memoryObjects[ndx]; in iterate() local
[all...]

Completed in 38 milliseconds

1...<<212223242526272829