Lines Matching refs:input

136 /* This buffer is used to read input from the client.  */
175 descriptor. INPUT is nonzero if this is for input, zero if this is
180 fd_buffer_initialize (fd, input, memory)
182 int input;
190 return buf_initialize (input ? fd_buffer_input : NULL,
191 input ? NULL : fd_buffer_output,
192 input ? NULL : fd_buffer_flush,
199 /* The buffer input function for a buffer built on a file descriptor. */
2375 turn on encryption for future data. On the input side, we
3007 /* OK, sit around getting all the input from the child. */
5883 if the client dies while we are waiting for input. */
6059 if the client dies while we are waiting for input. */
6265 cvs_gssapi_wrap_buffer_initialize (buf, input, gcontext, memory)
6267 int input;
6278 input ? cvs_gssapi_wrap_input : NULL,
6279 input ? NULL : cvs_gssapi_wrap_output,
6287 cvs_gssapi_wrap_input (fnclosure, input, output, size)
6289 const char *input;
6299 inbuf.value = (void *) input;
6324 cvs_gssapi_wrap_output (fnclosure, input, output, size, translated)
6326 const char *input;
6337 inbuf.value = (void *) input;
6394 krb_encrypt_buffer_initialize (buf, input, sched, block, memory)
6396 int input;
6408 input ? krb_encrypt_input : NULL,
6409 input ? NULL : krb_encrypt_output,
6417 krb_encrypt_input (fnclosure, input, output, size)
6419 const char *input;
6426 des_cbc_encrypt ((C_Block *) input, (C_Block *) output,
6446 krb_encrypt_output (fnclosure, input, output, size, translated)
6448 const char *input;
6473 des_cbc_encrypt ((C_Block *) input, (C_Block *) output, aligned,