Home
last modified time | relevance | path

Searched refs:retvalue (Results 1 – 6 of 6) sorted by relevance

/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A DBIO_set_callback.pod21 int argi, long argl, long retvalue);
50 B<retvalue> is the return value that would be returned to the
53 called before the actual BIO operation 1 is placed in retvalue, if
57 The callback should normally simply return B<retvalue> when it has
73 the read and callback(b, BIO_CB_READ|BIO_CB_RETURN, out, outl, 0L, retvalue)
79 the write and callback(b, BIO_CB_WRITE|BIO_CB_RETURN, in, inl, 0L, retvalue)
85 the operation and callback(b, BIO_CB_GETS|BIO_CB_RETURN, out, outl, 0L, retvalue)
91 the operation and callback(b, BIO_CB_WRITE|BIO_CB_RETURN, in, 0, 0L, retvalue)
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Dsegmented-stacks-dynamic.ll20 %retvalue = call i32 @test_basic(i32 %newlen)
21 ret i32 %retvalue
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/Thumb/
H A Dsegmented-stacks-dynamic.ll20 %retvalue = call i32 @test_basic(i32 %newlen)
21 ret i32 %retvalue
/minix/external/bsd/libarchive/dist/libarchive/
H A Darchive_util.c187 __archive_errx(int retvalue, const char *msg) in __archive_errx() argument
198 exit(retvalue); in __archive_errx()
H A Darchive_private.h109 void __archive_errx(int retvalue, const char *msg) __LA_DEAD;
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dsegmented-stacks-dynamic.ll22 %retvalue = call i32 @test_basic(i32 %newlen)
23 ret i32 %retvalue