Home
last modified time | relevance | path

Searched defs:size_t (Results 1 – 25 of 185) sorted by last modified time

12345678

/openbsd/sbin/unwind/libunbound/validator/
H A Dautotrust.c599 assemble_iterate_hasfirst(int iter(struct autr_ta**, uint8_t**, size_t*, in assemble_iterate_hasfirst() argument
600 size_t*), struct autr_ta* list) in assemble_iterate_hasfirst() argument
609 assemble_iterate_count(int iter(struct autr_ta**, uint8_t**, size_t*, in assemble_iterate_count() argument
610 size_t*), struct autr_ta* list) in assemble_iterate_count() argument
630 ub_packed_rrset_heap_key(int iter(struct autr_ta**, uint8_t**, size_t*, in ub_packed_rrset_heap_key() argument
631 size_t*), struct autr_ta* list) in ub_packed_rrset_heap_key() argument
659 packed_rrset_heap_data(int iter(struct autr_ta**, uint8_t**, size_t*, in packed_rrset_heap_data() argument
660 size_t*), struct autr_ta* list) in packed_rrset_heap_data() argument
/openbsd/sbin/dump/
H A Dtape.c918 atomic(ssize_t (*func)(int, void *, size_t), int fd, char *buf, int count) in atomic() argument
/openbsd/sbin/restore/
H A Dtape.c691 getfile(void (*fill)(char *, size_t), void (*skip)(char *, size_t)) in getfile() argument
/openbsd/bin/ksh/
H A Dedit.c944 x_escape(const char *s, size_t len, int (*putbuf_func) (const char *, size_t)) in x_escape() argument
/openbsd/usr.sbin/unbound/testcode/
H A Dtestpkts.c1788 handle_query(uint8_t* inbuf, ssize_t inlen, struct entry* entries, int* count, in handle_query() argument
/openbsd/usr.sbin/unbound/validator/
H A Dautotrust.c599 assemble_iterate_hasfirst(int iter(struct autr_ta**, uint8_t**, size_t*, in assemble_iterate_hasfirst() argument
600 size_t*), struct autr_ta* list) in assemble_iterate_hasfirst() argument
609 assemble_iterate_count(int iter(struct autr_ta**, uint8_t**, size_t*, in assemble_iterate_count() argument
610 size_t*), struct autr_ta* list) in assemble_iterate_count() argument
630 ub_packed_rrset_heap_key(int iter(struct autr_ta**, uint8_t**, size_t*, in ub_packed_rrset_heap_key() argument
631 size_t*), struct autr_ta* list) in ub_packed_rrset_heap_key() argument
659 packed_rrset_heap_data(int iter(struct autr_ta**, uint8_t**, size_t*, in packed_rrset_heap_data() argument
660 size_t*), struct autr_ta* list) in packed_rrset_heap_data() argument
/openbsd/sys/arch/sparc64/sparc64/
H A Dpmap.c2059 pmap_dumpmmu(int (*dump)(dev_t, daddr_t, caddr_t, size_t), daddr_t blkno) in pmap_dumpmmu() argument
/openbsd/lib/libcrypto/
H A Dmalloc-wrapper.c24 CRYPTO_set_mem_functions(void *(*m)(size_t), void *(*r)(void *, size_t), in CRYPTO_set_mem_functions() argument
32 CRYPTO_set_mem_ex_functions(void *(*m)(size_t, const char *, int), in CRYPTO_set_mem_ex_functions()
/openbsd/include/
H A Dstdlib.h47 typedef __size_t size_t; typedef
/openbsd/libexec/ld.so/
H A Ddlfcn.c571 dl_iterate_phdr(int (*callback)(struct dl_phdr_info *, size_t, void *data), in dl_iterate_phdr() argument
/openbsd/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp430 void operator delete(void *, size_t) {} in operator delete() argument
455 virtual bool getFunctionName(char *, size_t, unw_word_t *) { in getFunctionName() argument
515 static void *operator new(size_t, UnwindCursor<A, R> *p) { return p; } in operator new() argument
951 static void *operator new(size_t, UnwindCursor<A, R> *p) { return p; } in operator new() argument
/openbsd/gnu/llvm/libcxxabi/src/
H A Dstdlib_new_delete.cpp108 operator delete(void* ptr, size_t) noexcept in operator delete() argument
129 operator delete[] (void* ptr, size_t) noexcept in operator delete[]() argument
229 operator delete(void* ptr, size_t, std::align_val_t alignment) noexcept in operator delete() argument
250 operator delete[] (void* ptr, size_t, std::align_val_t alignment) noexcept in operator delete[]() argument
H A Dcxa_vector.cpp197 void *(*alloc)(size_t), void (*dealloc)(void *)) { in __cxa_vec_new2() argument
224 __cxa_vec_new3(size_t element_count, size_t element_size, size_t padding_size, in __cxa_vec_new3() argument
226 void *(*alloc)(size_t), void (*dealloc)(void *, size_t)) { in __cxa_vec_new3() argument
404 __cxa_vec_delete3(void *array_address, size_t element_size, size_t padding_size, in __cxa_vec_delete3() argument
/openbsd/gnu/llvm/libcxx/src/
H A Dthread.cpp137 void deallocate(T* __p, size_t) {::operator delete(static_cast<void*>(__p));} in deallocate() argument
H A Dlegacy_pointer_safety.cpp19 _LIBCPP_FUNC_VIS void declare_no_pointers(char*, size_t) {} in declare_no_pointers() argument
20 _LIBCPP_FUNC_VIS void undeclare_no_pointers(char*, size_t) {} in undeclare_no_pointers() argument
H A Dmemory_resource.cpp64 void* do_allocate(size_t, size_t) override { __throw_bad_alloc(); } in do_allocate() argument
65 void do_deallocate(void*, size_t, size_t) override {} in do_deallocate() argument
H A Dnew.cpp145 operator delete(void* ptr, size_t) noexcept in operator delete() argument
166 operator delete[] (void* ptr, size_t) noexcept in operator delete[]() argument
266 operator delete(void* ptr, size_t, std::align_val_t alignment) noexcept in operator delete() argument
287 operator delete[] (void* ptr, size_t, std::align_val_t alignment) noexcept in operator delete[]() argument
H A Dstrstream.cpp30 strstreambuf::strstreambuf(void* (*__palloc)(size_t), void (*__pfree)(void*)) in strstreambuf() argument
/openbsd/gnu/llvm/libcxx/src/experimental/
H A Dmemory_resource.cpp61 virtual void* do_allocate(size_t, size_t) { in do_allocate() argument
64 virtual void do_deallocate(void *, size_t, size_t) {} in do_deallocate() argument
/openbsd/gnu/llvm/libcxx/include/__memory_resource/
H A Dmonotonic_buffer_resource.h102 _LIBCPP_HIDE_FROM_ABI_VIRTUAL void do_deallocate(void*, size_t, size_t) override {} in do_deallocate() argument
/openbsd/gnu/llvm/libcxx/include/__functional/
H A Dboyer_moore_searcher.h86 …_LIBCPP_HIDE_FROM_ABI explicit _BMSkipTable(size_t, value_type __default_value, _Hash, _BinaryPred… in _BMSkipTable() argument
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_interface.cpp417 int __xray_set_customevent_handler(void (*entry)(void *, size_t)) in __xray_set_customevent_handler() argument
430 uint16_t, const void *, size_t)) XRAY_NEVER_INSTRUMENT { in __xray_set_typedevent_handler() argument
H A Dxray_profiling.cpp352 profilingLoggingInit(size_t, size_t, void *Options, in profilingLoggingInit() argument
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_dispatch_defs.h67 typedef unsigned long size_t; typedef
H A Dtsan_interceptors_libdispatch.cpp534 TSAN_INTERCEPTOR(void, dispatch_apply_f, size_t iterations, in TSAN_INTERCEPTOR() argument

12345678