Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
H A Dx86nasm.pl42 sub get_mem subroutine
H A Dx86masm.pl45 sub get_mem subroutine
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dx86nasm.pl42 sub get_mem subroutine
H A Dx86masm.pl45 sub get_mem subroutine
/netbsd-src/external/bsd/unbound/dist/dynlibmod/examples/
H A Dhelloworld.c111 EXPORT size_t get_mem(struct module_env* env, int id) { in get_mem() function
/netbsd-src/external/bsd/unbound/dist/dynlibmod/
H A Ddynlibmod.c111 __DYNSYM get_mem; in dynlibmod_init() local
/netbsd-src/external/bsd/unbound/dist/util/
H A Dmodule.h771 size_t (*get_mem)(struct module_env* env, int id); member