| /third_party/curl/lib/vtls/ |
| H A D | wolfssl.c | 1002 wolfssl_send(struct Curl_cfilter *cf, struct Curl_easy *data, const void *mem, size_t len, CURLcode *curlcode) wolfssl_send() argument
|
| /third_party/curl/lib/ |
| H A D | ws.c | 746 Curl_ws_accept(struct Curl_easy *data, const char *mem, size_t nread) Curl_ws_accept() argument
|
| H A D | cf-h2-proxy.c | 844 tunnel_recv_callback(nghttp2_session *session, uint8_t flags, int32_t stream_id, const uint8_t *mem, size_t len, void *userp) tunnel_recv_callback() argument
|
| H A D | ftplistparser.c | 391 char *mem; in Curl_ftp_parselist() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | vulkan.c | 258 int ff_vk_map_buffers(FFVulkanContext *s, FFVkBuffer *buf, uint8_t *mem[], in ff_vk_map_buffers() argument 137 vk_alloc_mem(FFVulkanContext *s, VkMemoryRequirements *req, VkMemoryPropertyFlagBits req_flags, void *alloc_extension, VkMemoryPropertyFlagBits *mem_flags, VkDeviceMemory *mem) vk_alloc_mem() argument [all...] |
| H A D | vulkan.h | 93 VkDeviceMemory mem; member
|
| /third_party/backends/backend/ |
| H A D | sm3840_lib.c | 540 unsigned char *mem; in record_mem() local
|
| H A D | net.c | 1280 char *mem; local
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
| H A D | f_generic.h | 145 unsigned long mem; member
|
| /third_party/libsnd/src/ |
| H A D | common.c | 1281 void * mem = calloc (1, n & 3 ? n + 4 - (n & 3) : n) ; in psf_memdup() local
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_instruction_selection.cpp | 57 struct u_memstream mem; in _isel_err() local
|
| /third_party/libdrm/intel/ |
| H A D | intel_bufmgr_fake.c | 90 struct mem_block *mem; /* BM_MEM_AGP */ member [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_print.c | 1770 struct u_memstream mem; in nir_shader_as_str_annotated() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_bufimage.c | 1250 struct radv_device_memory mem; in create_buffer_from_image() local
|
| /third_party/node/src/crypto/ |
| H A D | crypto_util.h | 205 void* mem = OPENSSL_malloc(MultiplyWithOverflowCheck(count, sizeof(T))); in MallocOpenSSL() local
|
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | ntfswipe.c | 213 int *mem = NULL; in parse_list() local [all...] |
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_hd.c | 639 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 D | nghttp2_frame.c | 79 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 D | nghttp2_hd.h | 199 nghttp2_mem *mem; member
|
| H A D | nghttp2_session.h | 230 nghttp2_mem mem; member
|
| /third_party/mesa3d/src/intel/dev/ |
| H A D | intel_device_info.c | 1608 const struct drm_i915_memory_region_info *mem = &meminfo->regions[i]; in query_regions() local [all...] |
| H A D | intel_device_info.h | 418 } mem; member
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_qpack.h | 151 const nghttp3_mem *mem; member 888 const nghttp3_mem *mem; global() member [all...] |
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_frame.c | 79 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 D | nghttp2_session.h | 226 nghttp2_mem mem; member
|