globus_result_tglobus_xio_attr_cntl(attr,driver,GLOBUS_XIO_MODE_E_GET_MANUAL_EODC,globus_bool_t*manual_eodc_out)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Get MANUAL_EODC flag on the attr.
Parametersmanual_eodc_out The MANUAL_EODC flag will be stored here.
globus_result_tglobus_xio_attr_cntl(attr,driver,GLOBUS_XIO_MODE_E_GET_NUM_STREAMS,int*num_streams_out)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Get the number of streams on the attr.
Parametersnum_streams_out The stream count will be stored here.
globus_result_tglobus_xio_attr_cntl(attr,driver,GLOBUS_XIO_MODE_E_GET_OFFSET_READS,globus_bool_t*offset_reads_out)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Get OFFSET_READS flag on the attr.
Parametersoffset_reads_out The OFFSET_READS flag will be stored here.
globus_result_tglobus_xio_attr_cntl(attr,driver,GLOBUS_XIO_MODE_E_GET_STACK,globus_xio_stack_t*stack_out)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Get the stack on the attr.
Parametersstack_out The stack will be stored here. If none is set, GLOBUS_NULL will be set.
globus_result_tglobus_xio_attr_cntl(attr,driver,GLOBUS_XIO_MODE_E_GET_STACK_ATTR,globus_xio_attr_t*stack_out)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Get the attr that will be used with the stack. This is intended for use
with GLOBUS_XIO_MODE_E_SET_STACK.
Parametersstack_out The stack will be stored here. If none is set, GLOBUS_NULL will be set.
globus_result_tglobus_xio_attr_cntl(attr,driver,GLOBUS_XIO_MODE_E_SET_MANUAL_EODC,globus_bool_tmanual_eodc)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Set flag to indicate whether EODC will be set manually by the user on a
data_desc or the driver has to calculate the EODC
Parametersmanual_eodc GLOBUS_TRUE to set EODC manually, GLOBUS_FALSE to not set EODC manually (default).
globus_result_tglobus_xio_attr_cntl(attr,driver,GLOBUS_XIO_MODE_E_SET_NUM_STREAMS,intnum_streams)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Set the number of streams to be used between the client and the server.
Parametersnum_streams Specifies the number of streams to use.
globus_result_tglobus_xio_attr_cntl(attr,driver,GLOBUS_XIO_MODE_E_SET_OFFSET_READS,globus_bool_toffset_reads)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Set flag to indicate whether the data read from user would always be
preceded by an offset read or not. The user can do a read with wait_for_bytes set to zero, to find the
offset of the data that he is going to get in his next read operation
Parametersoffset_reads GLOBUS_TRUE to enable offset reads, GLOBUS_FALSE to disable offset reads (default).
globus_result_tglobus_xio_attr_cntl(attr,driver,GLOBUS_XIO_MODE_E_SET_STACK,globus_xio_stack_tstack)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Set the stack (of xio drivers) to be used for the connection(s).
Do not create a new ftp client handle, use this handle instead.
Parametersstack Specifies the stack to use for the connection(s). Note: this stack will not be destroyed.
globus_result_tglobus_xio_attr_cntl(attr,driver,GLOBUS_XIO_MODE_E_SET_STACK_ATTR,globus_xio_stack_tstack)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Set the attr to be used with the stack set from
GLOBUS_XIO_MODE_E_SET_STACK.
Do not create a new ftp client handle, use this handle instead.
Parametersstack Specifies the stack to use for the connection(s). Note: this stack will not be destroyed.
globus_result_tglobus_xio_data_descriptor_cntl(dd,driver,GLOBUS_XIO_MODE_E_DD_GET_OFFSET,globus_off_t*offset_out)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Get offset of the next available data
Used only if OFFSET_READS is enabled.
Parametersoffset_out offset will be stored here
globus_result_tglobus_xio_data_descriptor_cntl(dd,driver,GLOBUS_XIO_MODE_E_SEND_EOD,globus_bool_tsend_eod)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Set SEND_EOD flag
Used only for data descriptors to write calls.
Parameterssend_eod GLOBUS_TRUE to send EOD, GLOBUS_FALSE to not send EOD (default).
globus_result_tglobus_xio_handle_cntl(handle,driver,GLOBUS_XIO_MODE_E_SET_EODC,inteod_count)
This is an overloaded member function, provided for convenience. It differs from the above function only
in what argument(s) it accepts. Set EOD count
Used only if MANUAL_EODC flag is set to GLOBUS_TRUE.
Parameterseod_count specifies the eod count