Searched defs:mem (Results 1 - 25 of 320) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c1925 uint32_t mem; local
H A Darchive_read_support_format_7zip.c741 unsigned char *mem; local
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c24255 } mem; variable in typeref:struct:__anon29
[all...]
H A Dshell.c530 sqlite3_mem_methods mem; local
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c990 BIO* mem = BIO_new(BIO_s_mem()); local
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.c111 mount_init(void *mem, int size, int flags) argument
122 mount_fini(void *mem, int size) argument
H A Dsubr_sleepqueue.c854 sleepq_dtor(void *mem, int size, void *arg) argument
871 sleepq_init(void *mem, int size, int flags) argument
H A Dkern_mbuf.c404 mb_ctor_mbuf(void *mem, int size, void *arg, int how) argument
438 mb_dtor_mbuf(void *mem, int size, void *arg) argument
458 mb_dtor_pack(void *mem, int size, void *arg) argument
498 mb_ctor_clust(void *mem, int size, void *arg, int how) argument
527 mb_zinit_pack(void *mem, int size, int how) argument
547 mb_zfini_pack(void *mem, int size) argument
565 mb_ctor_pack(void *mem, int size, void *arg, int how) argument
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dbpf_filter.c196 int32 mem[BPF_MEMWORDS]; local
/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h391 } mem; member in struct:mlx5_bsf::mlx5_bsf_basic
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3393 struct ib_sig_domain *mem = &sig_attrs->mem; local
[all...]
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dunbound.h646 } mem; member in struct:ub_shm_stat_info
/freebsd-11-stable/sys/fs/cuse/
H A Dcuse.c429 cuse_vm_memory_free(struct cuse_memory *mem) argument
443 struct cuse_memory *mem; local
485 struct cuse_memory *mem; local
683 struct cuse_memory *mem; local
1336 struct cuse_memory *mem; local
1819 struct cuse_memory *mem; local
[all...]
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c7970 struct mem_desc mem[nitems(region) + 3]; /* up to 3 holes */ local
[all...]
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c2822 struct mc7 *mem; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf.c190 atomic_swap(void * volatile * mem, void *new_value) argument
H A Dstring.c231 void *mem; local
376 void *mem; local
538 void *mem = NULL; local
[all...]
H A Dspillbuf.c202 struct memblock_t *mem = buf->out_for_reading; local
225 return_buffer(svn_spillbuf_t *buf, struct memblock_t *mem) argument
239 struct memblock_t *mem; local
352 read_data(struct memblock_t **mem, svn_spillbuf_t *buf, apr_pool_t *scratch_pool) argument
453 struct memblock_t *mem; local
495 struct memblock_t *mem; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c193 void *mem = apr_palloc(result_pool, sizeof(*conn) + SVN_RA_SVN__PAGE_SIZE); local
/freebsd-11-stable/contrib/serf/buckets/
H A Dbuckets.c144 serf_bmemdup(serf_bucket_alloc_t *allocator, const void *mem, apr_size_t size) argument
H A Dallocator.c237 void *mem; local
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c221 APU_DECLARE_NONSTD(void) apr_bucket_free(void *mem) argument
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_skiplist.c132 APR_DECLARE(void) apr_skiplist_free(apr_skiplist *sl, void *mem) argument
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c822 void *mem; local
915 void *mem; local
1738 void *mem; local
1777 void *mem; local
1793 void *mem; local
2146 char *mem; member in struct:psprintf_data
2252 apr_pool_find(const void *mem) argument
[all...]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_atomic.h59 APR_DECLARE(apr_uint32_t) apr_atomic_read32(volatile apr_uint32_t *mem); variable
88 APR_DECLARE(apr_uint32_t) apr_atomic_inc32(volatile apr_uint32_t *mem); variable
95 APR_DECLARE(int) apr_atomic_dec32(volatile apr_uint32_t *mem); variable
126 APR_DECLARE(apr_uint64_t) apr_atomic_read64(volatile apr_uint64_t *mem); variable
155 APR_DECLARE(apr_uint64_t) apr_atomic_inc64(volatile apr_uint64_t *mem); variable
162 APR_DECLARE(int) apr_atomic_dec64(volatile apr_uint64_t *mem); variable
[all...]

Completed in 967 milliseconds

1234567891011>>