Searched defs:cookie (Results 1 - 18 of 18) sorted by relevance

/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfunopen.c45 funopen(const void *cookie, argument
H A Dstdio.c53 __sread(void *cookie, char *buf, int n) argument
61 __swrite(void *cookie, char const *buf, int n) argument
69 __sseek(void *cookie, fpos_t offset, int whence) argument
77 __sclose(void *cookie) argument
H A Dvsscanf.c54 eofread(void *cookie, char *buf, int len) argument
H A Dvswscanf.c59 eofread(void *cookie, char *buf, int len) argument
H A Dfmemopen.c165 fmemopen_read(void *cookie, char *buf, int nbytes) argument
183 fmemopen_write(void *cookie, const char *buf, int nbytes) argument
213 fmemopen_seek(void *cookie, fpos_t offset, int whence) argument
252 fmemopen_close(void *cookie) argument
[all...]
H A Dfopencookie.c49 fopencookie(void *cookie, const char *mode, cookie_io_functions_t io_funcs) argument
88 _fopencookie_read(void *cookie, char *buf, int size) argument
102 _fopencookie_write(void *cookie, const char *buf, int size) argument
117 _fopencookie_seek(void *cookie, fpos_t offset, int whence) argument
154 _fopencookie_close(void *cookie) argument
[all...]
H A Dopen_memstream.c90 memstream_write(void *cookie, const char *buf, int len) argument
111 memstream_seek(void *cookie, fpos_t pos, int whence) argument
166 memstream_close(void *cookie) argument
H A Dfindfp.c62 static int term_read(void *cookie, char *buf, int n) argument
71 static int read_fail(void *cookie, char *buf, int n) argument
76 static int term_write(void *cookie, char const *buf, int n) argument
85 static int write_fail(void *cookie, char const *buf, int n) argument
90 static fpos_t seek_fail(void *cookie, fpos_t offset, int whence) argument
95 static int close_fail(void *cookie) argument
H A Dopen_wmemstream.c120 wmemstream_write(void *cookie, const char *buf, int len) argument
173 wmemstream_seek(void *cookie, fpos_t pos, int whence) argument
227 wmemstream_close(void *cookie) argument
/barrelfish-2018-10-04/lib/libc/tests/stdio/
H A Dgetdelim_test.c48 _reader(void *cookie, char *buf, int len) argument
/barrelfish-2018-10-04/lib/libc/gen/
H A Dsyslog.c101 writehook(void *cookie, const char *buf, int len) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ds_cb.c695 int MS_CALLBACK generate_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len) argument
783 int MS_CALLBACK verify_cookie_callback(SSL *ssl, unsigned char *cookie, unsigned int cookie_len) argument
/barrelfish-2018-10-04/lib/nfs/
H A Dnfs.c361 nfs_readdir(struct nfs_client *client, struct nfs_fh3 fh, cookie3 cookie, cookieverf3 cookieverf, nfs_readdir_callback_t callback, void *cbarg) argument
422 nfs_readdirplus(struct nfs_client *client, struct nfs_fh3 fh, cookie3 cookie, cookieverf3 cookieverf, nfs_readdirplus_callback_t callback, void *cbarg) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ddtls1.h176 unsigned char cookie[DTLS1_COOKIE_LENGTH]; member in struct:dtls1_state_st
H A Dssl_sess.c1083 SSL_CTX_set_cookie_generate_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len)) argument
1089 SSL_CTX_set_cookie_verify_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl, unsigned char *cookie, unsigned int cookie_len)) argument
/barrelfish-2018-10-04/include/openssl/
H A Ddtls1.h176 unsigned char cookie[DTLS1_COOKIE_LENGTH]; member in struct:dtls1_state_st
/barrelfish-2018-10-04/lib/openssl-1.0.0d/MacOS/GetHTTPS.src/
H A DMacSocket.cpp487 static pascal void OTNonYieldingNotifier(void *contextPtr,OTEventCode code,OTResult result,void *cookie) argument
/barrelfish-2018-10-04/include/nfs/
H A Dnfs_rpc.h688 cookie3 cookie; member in struct:READDIR3args
697 cookie3 cookie; member in struct:entry3
731 cookie3 cookie; member in struct:READDIRPLUS3args
741 cookie3 cookie; member in struct:entryplus3

Completed in 88 milliseconds