Home
last modified time | relevance | path

Searched refs:zalloc (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/third_party/zlib/test/
Dexample.c72 static alloc_func zalloc = myalloc; variable
77 static alloc_func zalloc = (alloc_func)0; variable
208 c_stream.zalloc = zalloc;
247 d_stream.zalloc = zalloc;
286 c_stream.zalloc = zalloc;
343 d_stream.zalloc = zalloc;
383 c_stream.zalloc = zalloc;
422 d_stream.zalloc = zalloc;
463 c_stream.zalloc = zalloc;
502 d_stream.zalloc = zalloc;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/
Dexample.c72 static alloc_func zalloc = myalloc; variable
77 static alloc_func zalloc = (alloc_func)0; variable
208 c_stream.zalloc = zalloc;
247 d_stream.zalloc = zalloc;
286 c_stream.zalloc = zalloc;
343 d_stream.zalloc = zalloc;
383 c_stream.zalloc = zalloc;
422 d_stream.zalloc = zalloc;
464 c_stream.zalloc = zalloc;
503 d_stream.zalloc = zalloc;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/
Dexample.c72 static alloc_func zalloc = myalloc; variable
77 static alloc_func zalloc = (alloc_func)0; variable
208 c_stream.zalloc = zalloc;
247 d_stream.zalloc = zalloc;
286 c_stream.zalloc = zalloc;
343 d_stream.zalloc = zalloc;
383 c_stream.zalloc = zalloc;
422 d_stream.zalloc = zalloc;
464 c_stream.zalloc = zalloc;
503 d_stream.zalloc = zalloc;
/third_party/skia/third_party/externals/zlib/google/
Dcompression_utils_portable.cc112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local
120 stream.zalloc = static_cast<alloc_func>(zalloc); in CompressHelper()
124 stream.zalloc = static_cast<alloc_func>(0); in CompressHelper()
185 stream.zalloc = static_cast<alloc_func>(0); in UncompressHelper()
/third_party/node/deps/zlib/google/
Dcompression_utils_portable.cc112 auto zalloc = [](void* opaque, uInt items, uInt size) { in CompressHelper() local
120 stream.zalloc = static_cast<alloc_func>(zalloc); in CompressHelper()
124 stream.zalloc = static_cast<alloc_func>(0); in CompressHelper()
185 stream.zalloc = static_cast<alloc_func>(0); in UncompressHelper()
/third_party/weston/tools/zunitc/src/
Dzuc_collector.c159 zalloc(sizeof(struct zuc_event_listener)); in zuc_collector_create()
161 listener->data = zalloc(sizeof(struct collector_data)); in zuc_collector_create()
249 struct zuc_event *event = zalloc(sizeof(*event)); in store_event()
287 char *buf = zalloc(len); in store_event()
349 *str = zalloc(len + 1); in unpack_string()
364 *str = zalloc(len + 1); in unpack_cstr()
376 struct zuc_event *evt = zalloc(sizeof(*evt)); in unpack_event()
416 raw = zalloc(len); in zuc_process_message()
/third_party/zlib/contrib/pascal/
Dexample.pas191 c_stream.zalloc := NIL;
236 d_stream.zalloc := NIL;
277 c_stream.zalloc := NIL;
331 d_stream.zalloc := NIL;
375 c_stream.zalloc := NIL;
414 d_stream.zalloc := NIL;
454 c_stream.zalloc := NIL;
491 d_stream.zalloc := NIL;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/pascal/
Dexample.pas191 c_stream.zalloc := NIL;
236 d_stream.zalloc := NIL;
277 c_stream.zalloc := NIL;
331 d_stream.zalloc := NIL;
375 c_stream.zalloc := NIL;
414 d_stream.zalloc := NIL;
454 c_stream.zalloc := NIL;
491 d_stream.zalloc := NIL;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/pascal/
Dexample.pas191 c_stream.zalloc := NIL;
236 d_stream.zalloc := NIL;
277 c_stream.zalloc := NIL;
331 d_stream.zalloc := NIL;
375 c_stream.zalloc := NIL;
414 d_stream.zalloc := NIL;
454 c_stream.zalloc := NIL;
491 d_stream.zalloc := NIL;
/third_party/weston/tests/
Dinput-timestamps-helper.c99 input_ts = zalloc(sizeof *input_ts); in input_timestamps_create_for_keyboard()
126 input_ts = zalloc(sizeof *input_ts); in input_timestamps_create_for_pointer()
153 input_ts = zalloc(sizeof *input_ts); in input_timestamps_create_for_touch()
/third_party/skia/third_party/externals/zlib/contrib/tests/
Dutils_unittest.cc106 comp_strm.zalloc = Z_NULL; in TEST()
120 decomp_strm.zalloc = Z_NULL; in TEST()
180 stream.zalloc = nullptr; in TEST()
251 stream.zalloc = nullptr; in TEST()
378 stream.zalloc = nullptr; in TEST()
500 stream.zalloc = Z_NULL; in TEST()
/third_party/libinput/src/
Dutil-strings.c91 strv = zalloc(nelems * sizeof *strv); in strv_from_string()
148 str = zalloc(slen + 1); /* trailing \0 */ in strv_join()
Dfilter-trackpoint.c203 filter = zalloc(sizeof *filter); in create_pointer_accelerator_filter_trackpoint()
213 smoothener = zalloc(sizeof(*smoothener)); in create_pointer_accelerator_filter_trackpoint()
Dlibinput.c1735 source = zalloc(sizeof *source); in libinput_add_fd()
1775 libinput->events = zalloc(libinput->events_len * sizeof(*libinput->events)); in libinput_init()
2252 added_device_event = zalloc(sizeof *added_device_event); in notify_added_device()
2270 removed_device_event = zalloc(sizeof *removed_device_event); in notify_removed_device()
2336 key_event = zalloc(sizeof *key_event); in keyboard_notify_key()
2363 motion_event = zalloc(sizeof *motion_event); in pointer_notify_motion()
2386 motion_absolute_event = zalloc(sizeof *motion_absolute_event); in pointer_notify_motion_absolute()
2410 button_event = zalloc(sizeof *button_event); in pointer_notify_button()
2441 axis_event = zalloc(sizeof *axis_event); in pointer_notify_axis()
2468 touch_event = zalloc(sizeof *touch_event); in touch_notify_touch_down()
[all …]
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Dstreaming_inflate_fuzzer.cc25 comp_strm.zalloc = Z_NULL; in LLVMFuzzerTestOneInput()
44 decomp_strm.zalloc = Z_NULL; in LLVMFuzzerTestOneInput()
/third_party/mesa3d/src/util/
Dcompress.c89 strm.zalloc = Z_NULL; in util_compress_deflate()
134 strm.zalloc = Z_NULL; in util_compress_inflate()
/third_party/zlib/contrib/delphi/
DZLib.pas35 zalloc: TAlloc; // used to allocate the internal state
293 strm.zalloc := zlibAllocMem;
332 strm.zalloc := zlibAllocMem;
372 strm.zalloc := zlibAllocMem;
394 FZRec.zalloc := zlibAllocMem;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/delphi/
DZLib.pas35 zalloc: TAlloc; // used to allocate the internal state
293 strm.zalloc := zlibAllocMem;
332 strm.zalloc := zlibAllocMem;
372 strm.zalloc := zlibAllocMem;
394 FZRec.zalloc := zlibAllocMem;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/delphi/
DZLib.pas35 zalloc: TAlloc; // used to allocate the internal state
293 strm.zalloc := zlibAllocMem;
332 strm.zalloc := zlibAllocMem;
372 strm.zalloc := zlibAllocMem;
394 FZRec.zalloc := zlibAllocMem;
/third_party/weston/libweston/backend-drm/
Ddrm-virtual.c55 plane = zalloc(sizeof(*plane) + sizeof(plane->formats[0])); in drm_virtual_plane_create()
68 uint64_t *modifiers = zalloc(sizeof *modifiers); in drm_virtual_plane_create()
271 output = zalloc(sizeof *output); in drm_virtual_output_create()
/third_party/weston/libweston/
Dclipboard.c146 source = zalloc(sizeof *source); in clipboard_source_create()
224 client = zalloc(sizeof *client); in clipboard_client_create()
294 clipboard = zalloc(sizeof *clipboard); in clipboard_create()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dzpipe.c45 strm.zalloc = Z_NULL; in def()
101 strm.zalloc = Z_NULL; in inf()
/third_party/zlib/examples/
Dzpipe.c45 strm.zalloc = Z_NULL; in def()
101 strm.zalloc = Z_NULL; in inf()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dzpipe.c45 strm.zalloc = Z_NULL; in def()
101 strm.zalloc = Z_NULL; in inf()
/third_party/weston/include/libweston/
Dzalloc.h36 zalloc(size_t size) in zalloc() function

12345678910>>...15