Home
last modified time | relevance | path

Searched defs:get_mem (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86nasm.pl42 sub get_mem subroutine
H A Dx86masm.pl45 sub get_mem subroutine
/freebsd/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c111 EXPORT size_t get_mem(struct module_env* env, int id) { in get_mem() function
/freebsd/contrib/unbound/dynlibmod/
H A Ddynlibmod.c111 __DYNSYM get_mem; in dynlibmod_init() local
/freebsd/contrib/unbound/util/
H A Dmodule.h778 size_t (*get_mem)(struct module_env* env, int id); member