Lines Matching full:transaction
20 // Represents a single FTP transaction.
23 // Stops any pending IO and destroys the transaction object.
26 // Starts the FTP transaction (i.e., sends the FTP request).
28 // Returns OK if the transaction could be started synchronously, which means
32 // an IO error occurs. Any other return value indicates that the transaction
36 // request_info object alive until Destroy is called on the transaction.
38 // NOTE: The transaction is not responsible for deleting the callback object.
45 // Restarts the FTP transaction with authentication credentials.
50 // Once response info is available for the transaction, response data may be
58 // the error. Any other negative return value indicates that the transaction
61 // NOTE: The transaction is not responsible for deleting the callback object.
67 // Returns the response info for this transaction or NULL if the response
71 // Returns the load state for this transaction.