Searched refs:fnclosure (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dgssapi-client.c213 cvs_gssapi_wrap_input (void *fnclosure, const char *input, char *output, argument
216 struct cvs_gssapi_wrap_data *gd = fnclosure;
247 cvs_gssapi_wrap_output (void *fnclosure, const char *input, char *output, argument
250 struct cvs_gssapi_wrap_data *gd = fnclosure;
H A Dbuffer.c1295 int (*inpfn) (void *fnclosure, const char *input, char *output,
1303 int (*outfn) (void *fnclosure, const char *input, char *output,
1306 void *fnclosure; member in struct:packetizing_buffer
1342 void *fnclosure,
1353 pb->fnclosure = fnclosure;
1542 status = (*pb->inpfn) (pb->fnclosure, inbuf, outbuf, count);
1644 status = (*pb->outfn) (pb->fnclosure, inbuf, outbuf + 2, size,
1337 packetizing_buffer_initialize(struct buffer *buf, int (*inpfn) (void *, const char *, char *, size_t), int (*outfn) (void *, const char *, char *, size_t, size_t *), void *fnclosure, void (*memory) (struct buffer *)) argument
H A Dserver.c7574 krb_encrypt_input( void *fnclosure, const char *input, char *output, int size )
7576 struct krb_encrypt_data *kd = (struct krb_encrypt_data *) fnclosure;
7600 krb_encrypt_output( void *fnclosure, const char *input, char *output,
7603 struct krb_encrypt_data *kd = (struct krb_encrypt_data *) fnclosure;
7573 krb_encrypt_input( void *fnclosure, const char *input, char *output, int size ) argument
7599 krb_encrypt_output( void *fnclosure, const char *input, char *output, int size, int *translated ) argument

Completed in 106 milliseconds